 
 head 
 {
	color:Maroon;
	font-family:Times New Roman;
	font-weight:bolder;
 }
/* H1, H2, H3, H4, H5, TH 
{
    COLOR: Navy;
    font-weight:bold;
}
*/
body 
{	
	
	/*font-weight:bold;*/
	color:Maroon;
	font-family:Times New Roman;
	
	
}

/*This class controls all regular links   */
 a:link {text-decoration: none; color: #800000;}
 a:visited {text-decoration: none;color: #800000;}
 a:hover {text-decoration: underline; color:Red;}
 a:active {text-decoration: none;}
 
 /*This class controls the top Navagation Bar  */
.class1 a:link { text-decoration: none; color:White; font-family:Arial; font-size: smaller;}
.class1 a:visited { text-decoration: none; color:White;font-family:Arial; font-size: smaller;}
.class1 a:hover { text-decoration:underline; color:White;}
.class1 a:active { text-decoration:none;color:White;}

/*This class controls the side Navagation Bar  */
.class2 a:link { text-decoration: none; color:Black;}
.class2 a:visited { text-decoration: none; color:Black;}
.class2 a:hover { text-decoration:underline; color:Yellow;}
.class2 a:active { text-decoration:none;}

/* All other text styles  */
.style1 {color:black; font-size:small;}
.style2 {color:black; font-family:Arial; font-size: smaller}
.style3 {color:White; font-weight:bold; font-size:small;}
.style4 {color:black; font-size:smaller; font-weight: bold;}
.style5 {color:black;	font-style: italic;	font-weight: bold;}
.style6 {color:red;	font-style: italic;	font-weight: bold;}
.style7 {color:Maroon;font-size:small; font-weight:bold;}
.style8 {color:Black; font-size:small; font-weight:bold; text-decoration: underline}
.style9 {color:Maroon; font-weight:bold;}
.style10{color:Maroon; font-size:smaller; font-weight:bold;}
.style11{color:Black; font-size:medium;}
.style12{color:Maroon; font-size:smaller; font-weight:bold; font-family:Arial;}


.WhatsUpLink
{
	color: #660000;
	text-decoration: none;
}
.WhatsUpLink:hover {
	color: #660000;
	text-decoration: underline;
}
.datagrid {
}

.dgheader {
  background-color:#800000;
  color:#FFFFFF;
  font-weight:bold;
  text-align:center;
}

.dgitem {
}

.dgaltitem {
	background-color:#CCCCCC
}





