/* CSS Document */

Body
{
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 color:#666666;
 margin-top:0px;
 margin-bottom:0px;
 background-color:#FFFFFF;
 }
 
.graysection
{
 background-color:f1f1f1;
 }

.redheading
{
 font-size:12px;
 color:#FF0000;
 font-weight:bold;
 }
 
.grayhead
{
  color:#333333;
  font-weight:bold;
  font-size:12px;
  
  }
.bluehead
{
 font-size:14px;
 font-style:bold;
 color:#19A3CA;
 }
.whitetext
 { 
  color:#FFFFFF;
  }
  
.whitebold
  {
   color:#ffffff;
   font-weight:bold;
   font-size:12px;
   }
.bluefont
{
   color:#19A3CA;
     }
.normal
{
font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 color:#666666;
 }
.bluebutton
{
 width:75px;
 font-size:11px;
 background-color:#0099FF;
 border: 1px solid #666699;
 cursor:hand;
 }
.whitebutton
{
 width:75px;
 font-size:11px;
 background-color:#cccccc;
 border: 1px solid #cccccc;
 cursor:hand;
 }
 
.style1 {color: #00CCCC}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	text-decoration: none;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #333333;
}