.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #003366;
}
.title {
	font-size: 20px;
	line-height: 18px;
	color: #000033;
	font-weight: bold;
}
.logo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}
.dottedborder {
	border: 1px dotted #CCCCCC;
}
.boxtitle {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.nav {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #000033;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.nav a:link { color: #000033; text-decoration: none}
.nav a:visited { color: #000033; text-decoration: none}
.nav a:hover { color: #0099CC; text-decoration: none}

a:link {
	text-decoration: none;
}	
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
}
.orangetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #FF9900;
}
.whitetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #FFFFFF;
}

