
/* ===== Menu: the menu item for all non-current pages in all pages in Kerridge site ===== */
a:active.Menu { color : white; background : transparent; }
a:visited.Menu { color : #4B4B4B; background : transparent; }
a:link.Menu { color : #4B4B4B; background : transparent; }
a.Menu { font-family : "verdana", "sans-serif"; font-size: 11; font-weight : none; font-style : none; text-decoration : none; }
a:hover.Menu { color : white; background : transparent;  }



/* ===== Menu: the menu item for all current pages in all pages in Kerridge site ===== */
span.Current {	font-family : "verdana", "sans-serif"; 
		color : white;
		font-size: 11;
		font-weight : none;
		font-style : none;
		text-decoration : none; }



/* ===== TextStyle : is for the main body of text in the site ===== */
p.TextStyle {	font-family : "verdana", "arial", "sans-serif";
		text-align : justify;
		color: black;
		font-size: 11;
		font-weight : none;
		text-decoration : none; }



/* ===== TextStyle : is for the main body of text in the site ===== */
span.TextStyle {	font-family : "verdana", "arial", "sans-serif";
		text-align : justify;
		color : black;
		font-size: 11;
		font-weight : none;
		text-decoration : none; }
		
		
		
/* ===== BlueText: is the quotations in all the pages for the Kerridge site ===== */
p.BlueText { 	font-family : "verdana", "arial", "sans-serif"; 
		color:blue;
		font-size: 13;
		font-weight : none;
		text-decoration : none; }



/* ===== GreyHeading: is the headings in all the pages for the Systime site ===== */
span.GreyHeading {	font-family : "arial", "sans-serif";
		color : #808080;
		font-size: 16;
		font-weight : bold;
		font-style: none;
		text-decoration : none; }



/* ===== TextSmall: is for the non-sortable headings of the columns in the ASP pages ===== */
p.TextSmall { 	font-family : "verdana", "arial", "sans-serif";
		color : white;
		font-size: 10;
		font-weight : none;
		text-decoration : none; 
		text-align : center; }



/* ===== TextSmall: is for the sortable headings of the columns in the ASP pages ===== */
a:active.TextSmall { color : #FFFFFF; background : transparent; text-decoration : none; }
a:visited.TextSmall { color : #FFFFFF; background : transparent; text-decoration : underline; }
a:link.TextSmall { color : #FFFFFF; background : transparent; text-decoration : underline; }
a.TextSmall { font-family : "verdana", "arial", "sans-serif"; font-size: 10; font-weight : none; text-decoration : none; }
a:hover.TextSmall { color : #FFFFFF; background : transparent; text-decoration : none; }



/* ===== TextSmall: is for the returned info in the ASP pages ===== */
span.TextSmall{ 	font-family : "verdana", "arial", "sans-serif";
		color : black;
		text-align : justify;
		font-size: 10;
		font-weight : none;
		text-decoration : none; }



/* ===== SmallBlue : is for the links in the site ===== */
a:active.SmallBlue { color : #4B4B4B; background : transparent; text-decoration : none; }
a:visited.SmallBlue { color : blue; background : transparent; text-decoration : underline; }
a:link.SmallBlue { color : blue; background : transparent; text-decoration : underline; }
a.SmallBlue { font-family : "verdana", "arial", "sans-serif"; font-size: 10; font-weight : none; text-decoration : underline; }
a:hover.SmallBlue { color : #4B4B4B; background : transparent; text-decoration : none; }



/* ===== Product: QandA page ===== */
a:active.Product { color : white; background : transparent; text-decoration : none; }
a:visited.Product { color : white; background : transparent; text-decoration : underline; }
a:link.Product { color : white; background : transparent; text-decoration : underline; }
a.Product { font-family : "verdana", "arial", "sans-serif"; font-size: 10; font-weight : bold; text-decoration : none; }
a:hover.Product { color : white; background : transparent; text-decoration : none; }