body {
	background-color: #1A2541;
}
a:link {
	color: #1A2541;
}

a.outside:link{
	color: #FFFFFF;
}

a:visited {
	color: #B6272B;
}
a:hover {
	color: #B32A18;
}
a:active {
	color: #FDFFFE;
}
.title_white {
	font-size: 16px;
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
}
.title_blue_lg {
	font-size: 16px;
	font-family: "Trebuchet MS";
	color: #1A2541;
	font-weight: bold;
	padding-left: 10px;
}
.content {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 10px;
}
.content_blue_main {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #1A2541;
	padding-left: 10px;
	padding-top: 5px;
	

}
.title_blue {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #1A2541;
	font-weight: bold;
}
.content_blue_links {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #1A2541;
}
