.noRepeat {
	background-repeat: no-repeat;
}
.nav:link, .nav:active, .nav:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;

}
.nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;

}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.subNav, .subNav:link, .subNav:active, .subNav:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #666699;
	text-decoration: underline;
	font-size: 12px;

}
.subNav:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: underline;
	font-size: 12px;

}
.link, .link:link, .link:active, .link:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: underline;
	font-size: 12px;

}
.link:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: underline;
	font-size: 12px;

}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.nav { 
	font-family: Arial, Helvetica, sans-serif;
	color: #000033;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
 } 

.contact-box{
	padding:0px; 
	border:1px solid #666699;
	margin:30px 0px 0px 0px;
	background:#EEE;
}

.contact-box p{
	padding:4px; margin:0px;
}

.contact-box h3{
	margin:0px; padding:4px;
	border-bottom:1px solid #666699;
	background:#666699;
	color:#fff;
}

