@charset "utf-8";
/* CSS Document */
body {
margin-top: 0px;
margin-right: 10px;
margin-bottom: 0px;
margin-left: 10px;
background-color: #2D363D;
}

/*Text Field*/
.TextField {
width: 220px;
height: 17px;
background-color: #04C5FC;
border-color: #2D363D;
border-style: solid;
border-width: 0;
color: #2D363D;
font-size: 10pt;
font-family: verdana;
}

/*Big Text Field*/
.BigTextField {
width: 220px;
height: 200px;
background-color: #04C5FC;
border-color: #2D363D;
border-style: solid;
border-width: 0;
color: #2D363D;
font-size: 10pt;
font-family: verdana;
}

/*Text Field 2*/
.TextFieldtwo {
width: 220px;
height: 17px;
background-color: #99FFFF;
border-color: #99FFFF;
border-style: solid;
border-width: 0;
color: #2D363D;
font-size: 10pt;
font-family: verdana;
}

/*Title gray/blue text*/
.Titlegray {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 36px; color: #667A8A; font-weight: normal; }
.Titleblue {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 36px; color: #03C4FB; font-weight: normal; }

/*smallTitle gray/blue text*/
.smallTitlegray {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 22px; color: #667A8A; font-weight: normal; }
.smallTitleblue {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 22px; color: #03C4FB; font-weight: normal; }
.smallTitlepink {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 22px; color: #FF00CC; font-weight: normal; }


/*small gray text*/
.smallgray {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;color: #2D363D; font-weight: normal; }

/*small blue/white text*/
.smallblue {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #04C5FC; font-weight: normal; }
.smallwhite {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FCFCFC; font-weight: normal; }



<!-- BLUE to WHITE hyperlink  -->
a.bluelink {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #04C5FC; font-weight: normal; text-decoration: none} 
a.bluelink:link {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #04C5FC; font-weight: normal; text-decoration: none} 
a.bluelink:visited {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #04C5FC; font-weight: normal; text-decoration: none} 
a.bluelink:hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FCFCFC; font-weight: normal; text-decoration: none} 
a.bluelink:active {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #04C5FC; font-weight: normal; text-decoration: none} 

<!-- BLUE to GRAY hyperlink  -->
a.graylink {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #04C5FC; font-weight: normal; text-decoration: none} 
a.graylink:link {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #04C5FC; font-weight: normal; text-decoration: none} 
a.graylink:visited {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #04C5FC; font-weight: normal; text-decoration: none} 
a.graylink:hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #667A8A; font-weight: normal; text-decoration: none} 
a.graylink:active {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #04C5FC; font-weight: normal; text-decoration: none} 

<!-- back to top hyperlink  -->
a.backtotop {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #CCCCCC; font-weight: normal; text-decoration: none} 
a.backtotop:link {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #CCCCCC; font-weight: normal; text-decoration: none} 
a.backtotop:visited {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #CCCCCC; font-weight: normal; text-decoration: none} 
a.backtotop:hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #04C5FC; font-weight: normal; text-decoration: none} 
a.backtotop:active {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #CCCCCC; font-weight: normal; text-decoration: none} 


table.menu
{ text-align: left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 10px;
color: #04C5FC;
width: 330px;
/*background-color: #fafafa;
border: 1px #d79900 solid;
border-collapse: collapse;*/
border-spacing: 0px;}

.line_left {border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 1px;
	border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: solid;
	border-top-color: #CCCCCC; border-right-color: #CCCCCC; border-bottom-color: #CCCCCC; border-left-color: #CCCCCC; }
	
.line_top {border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px;
	border-top-style: solid; border-right-style: none; border-bottom-style: none; border-left-style: none;
	border-top-color: #EBEBEB; border-right-color: #EBEBEB; border-bottom-color: #EBEBEB; border-left-color: #EBEBEB; }