.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #212e7d;
	text-decoration: none; text-align:center;
}
.divnav {
	color: #e67817;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
h1{
	font: Arial;
	font-size: 18px;
	color: #666666;
	text-decoration: none;
	letter-spacing: 10px;
	text-transform:uppercase;
	font-weight: normal; 
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #212e7d;
	text-decoration: none;
}
.textWhiteBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.textBlueBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #212e7d;
	text-decoration: none;
}
.bodyTextOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #E67817;
	text-decoration: none;
}
.bodyTextSm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.footer2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.headers {
	font-size: 12px;
	font-weight: bold;
	color: #212e7d;
	text-decoration: none;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
}
/*.table {
	border: 1px solid #336699;
	background-image: url(images/bckground.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
}*/

.tableNoBG {
	border: 1px solid #336699; 
}


.table {
	border: 1px solid #336699;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.81) 24%, rgba(255,255,255,0.83) 33%, rgba(134,141,184,0.9) 69%, rgba(33,46,125,0.9) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(24%,rgba(255,255,255,0.81)), color-stop(33%,rgba(255,255,255,0.83)), color-stop(69%,rgba(134,141,184,0.9)), color-stop(99%,rgba(33,46,125,0.9))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.81) 24%,rgba(255,255,255,0.83) 33%,rgba(134,141,184,0.9) 69%,rgba(33,46,125,0.9) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0.81) 24%,rgba(255,255,255,0.83) 33%,rgba(134,141,184,0.9) 69%,rgba(33,46,125,0.9) 99%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0.81) 24%,rgba(255,255,255,0.83) 33%,rgba(134,141,184,0.9) 69%,rgba(33,46,125,0.9) 99%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfffffff', endColorstr='#e6212e7d',GradientType=0 ); /* IE6-9 */
}
