body{
	background-color: #C1C1C1;
}

td{
	font-family: Arial;
	font-size: 10pt;
	color: #174A61;
}

a:link, a:active, a:visited{
	text-decoration: underline;
	color: #7BBED9;
}
a:hover{
	text-decoration: none;
	color: #7BBED9;
}

.padding{
	padding: 5px;
}

.contact{
	font-family: Arial;
	font-size: 8pt;
	color: 7BBED9;
}

/*NAVIGATION BEGIN*/
.navCell{
	background-color: #174A61;
	color: 7BBED9;
	font-family: Verdana;
	font-size: 10pt;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

a.nav:link, a.nav:active, a.nav:visited{
	text-decoration: none;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #7BBED9;
}
a.nav:hover{
	color: #7BBED9;
	background-color: #D1DBDF;
}
/*NAVIGATION END*/