table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.navFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;

}
.subNavBox {
	border: 1px solid #CCCCCC;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a.subNavLink:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.subNavLink:visited {
	color: #FFFFFF;
	text-decoration: none;
}

table.contactBox {
	border-top: 1px solid #99CCCC;
	border-left: 1px solid #99CCCC;

}

table.contactBox td { 
	border-bottom: 1px solid #99CCCC; 
	border-right: 1px solid #99CCCC;
}

table.contactBox a:link {
	color: #FFFFFF;
	text-decoration: none;
}

table.contactBox a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

