body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}
th {
	font-family: Agency FB;
	font-size: 16px;
	color:#003366;
}
a,a:visited, a:active, a:hover{
    text-decoration:none;
	color:#3399FF;
}

html {
     overflow: -moz-scrollbars-vertical;
}

/* a:hover {
	color:white;
}
*/

body {
	background-image: url(images/bgrad.jpg);	
}

.bluebodytxt {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00aaff;
}

.darkbluebodytxt {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3366FF;
}

.bluebutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0099ff;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #99ccff;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #99ccff;
	text-decoration: none;
}

.orangebutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF6600;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ff9966;
	border-right-color: #993300;
	border-bottom-color: #993300;
	border-left-color: #ff9966;
	text-decoration: none;
}

.maintitletxt {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	background-color:#ff6666; //#ff9999;	
	color: white;
}

.maintitletxtsub1 {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	background-color:#cccccc;	
	color: black;	
}

.maintitletxtsub2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#999999;
}

.menutxtlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;	
	color:white;
	text-decoration:none;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.tos {
	font-size: 11px;
	color:black;
} 

.footerTOS {
	font-size: 11px;
	color:gray;
} 

.footerTOSOrange {
	font-size: 11px;
	color:#ff6600;
} 
input,select {
	font-size: 90%;
	border: 1px solid #333333;
}


.borderless {
	border-top: 1pt none #ffffff;
	border-left: 1pt none #ffffff;
	border-bottom: 1pt none #ffffff;
	border-right: 1pt none #ffffff;
} 

