body{
	margin:0;
	padding:0;
}

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #70B1C7;
}
.nav a:link{
	color: #70B1C7;
	text-decoration: none;
}

.nav a:visited{
	color: #70B1C7;
	text-decoration: none;
}

.nav a:hover{
	color: #70B1C7;
	text-decoration: underline;
}

.nav a:active{
	color: #70B1C7;
	text-decoration: none;
}

.navWhite{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.bold {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #2A3C4F;
}
.boldWhite {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
	
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
td a:link {
	color:#2A3C4F;
	text-decoration:underline;
}
td a:visited {
	color:#2A3C4F;
	text-decoration:underline;
}
td a:hover {
	color:#2A3C4F;
	text-decoration:none;
}
td a:active {
	color:#2A3C4F;
	text-decoration:underline;
}

