BODY
{
}

.bodytext
{
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Arial, Verdana, sans-serif
}
.bodytextsmall
{
    FONT-SIZE: 10px;
    COLOR: #000000;
    FONT-FAMILY: Arial, Verdana, sans-serif
}
.yellowheadlg
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 16px;
    COLOR: #224f89;
    FONT-FAMILY: Arial, Verdana, sans-serif
}
.yellowheadsm
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
    COLOR: #c82121;
    FONT-FAMILY: Arial, Verdana, sans-serif
}


.blueheadsm
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #0089ff;
    FONT-FAMILY: Arial, Verdana, sans-serif;
	margin-top:10px;
}

input.btn{
   color:#46306e;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:10pt;
   font-weight:bold;
						
   background-color:#E1B500;
   border:1px solid;
   border-top-color:#46306e;
   border-left-color:#46306e;
   border-right-color:#46306e;
   border-bottom-color:#46306e;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#e69d1a',EndColorStr='#ffe584');}

input.btnGray{
   color:#46306e;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:10pt;
   font-weight:bold;
   background-color:gray;
   border:1px solid;
   border-top-color:#46306e;
   border-left-color:#46306e;
   border-right-color:#46306e;
   border-bottom-color:#46306e;
  }
input.btnRed{
   color:#46306e;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:10pt;
   font-weight:bold;
   background-color:red;
   border:1px solid;
   border-top-color:#46306e;
   border-left-color:#46306e;
   border-right-color:#46306e;
   border-bottom-color:#46306e;
  }  

	  
input.btnhov{
   color:#e69d1a;
   background-color:purple;
   border-top-color:#e69d1a;
   border-left-color:#e69d1a;
   border-right-color:#e69d1a;
   border-bottom-color:#e69d1a;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#46306e',EndColorStr='#9b4785');
	}


tr.d0 td {
	background-color: #CC9999; color: black;
}
tr.d1 td {
	background-color: #9999CC; color: black;
}

a:link              { color:002655; text-decoration:underline; }
a:visited           { color:5483ca; text-decoration:underline; }
a:hover             { color:5483ca; text-decoration:underline; }
a:active            { color:002655; text-decoration:underline; }

a.footer:link              { color:ffffff; text-decoration:underline; }
a.footer:visited           { color:ffffff; text-decoration:underline; }
a.footer:hover             { color:5483ca; text-decoration:underline; }
a.footer:active            { color:ffffff; text-decoration:underline; }
