/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #376C8C;
}
a:link {
	color: #006699;
	text-decoration: none;
}
.boldrev {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	text-decoration: none;
}
a:active {
	color: #006699;
	text-decoration: none;
}



/*Footer Links*/ 

.footer:link {
	color: #666666;
	text-decoration: none;
	font-size: 11px;
}
.footer:visited {
	text-decoration: none;
	font-size: 11px;
	color: #666666;
}
.footer:hover {
	text-decoration: underline;
	color: #0066CC;
}
.footer:active {
	text-decoration: none;
	color: #666666;
}





/*Menu*/ 


.invertedshiftdown{
padding: 0;
width: 100%;
border-top: 5px solid #376C8C; /*Red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown ul{
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown a{
float: left;
display: block;
font: bold 12px Arial;
color: black;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 9px 10px; /*Padding within each menu item*/
background-color: white; /*Default menu color*/

/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
}

.invertedshiftdown a:hover{
background-color: #376C8C; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
background-color: #376C8C; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}



.table_body {
	border: 40px solid #FFFFFF;
}
.head_orng {
	font-size: 24px;
	color: #FAA61A;
}
.head_blue_light {

	font-size: 24px;
	color: #6991A9;
}
.navpage {
	color: #999999;
	font-size: 11px;
}
.navpage_blue {
	color: #1388B2;
	font-size: 11px;
}.copy {
	font-size: 11px;
	color: #666666;
}
.head_blue_sub {


	font-size: 18px;
	color: #6991A9;
}
.rev {
	color: #FFFFFF;
}

.imageborder {
	border: 2px solid #CCCCCC;
}
