@charset "utf-8";
a:link {
	color: 666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: 666666;
}
a:hover {
	text-decoration: underline;
	color: 666666;
}
a:active {
	text-decoration: none;
	color: 666666;
}
.main {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
}
.Titles {
	font-family: "Trebuchet MS";
	font-size: 36px;
	color: #10BFD0;
	font-weight: normal;
}
.title_navy {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #002E62;
	font-weight: bold;
	text-transform: uppercase;
}
.date_title {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color:#000066;
	font-weight: bold;
}
div#content{padding: 0px 15px 0px 15px}

