.bgNav {
	background-image: url(images/navigation.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.whitetxt {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
}
.rawbg {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}
.captxt {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #4f5e72;
	font-family: Arial, Helvetica, sans-serif;
}

body,tr,td {
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px
}
	
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #C1CBD7;
}
.RedBGtxt {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
}
a:link {
	color:#333333;
	text-decoration:none;
	}
a:visited {
	color:#333333;
	text-decoration:none;
	}
a:hover {
	color:#999999;
	text-decoration:underline;
	}
a:active {
	color:#333333;
	text-decoration:none;
	}
