.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1F473C;
}
.menu a:link {
	text-decoration: none;
	color: #1F473C;
	font-weight: bold;
}
.menu a:visited {
	text-decoration: none;
	color: #1F473C;
	font-weight: bold;
}
.menu a:hover {
	text-decoration: underline;
	color: #336666;
	font-weight: bold;
	}
.main {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #336666;
}
.main a:link {
	text-decoration: underline;
	color: #336666;
	font-weight: normal;
}
.main a:visited {
	text-decoration: underline;
	color: #336666;
	font-weight: normal;
}
.main a:hover {
	text-decoration: underline;
	color: #336666;
	font-weight: normal;
	}
	
.dropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #336666;
	text-align: right;
	
}
.light {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #C6DCDC;
}
.title {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #009999;
}
.blue {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0083AE;
}
