@charset "utf-8";

body {	
	background:url(../images/page_reduced_bg.jpg) no-repeat #145074;
	
	margin: 0px auto;
	
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-align: center;
}
a.links_text:link, a.links_text:visited {
	color: #000000;
	text-decoration: none;
}
a.links_text2:link, a.links_text2:visited {
	color: #2F4696;
	text-decoration: none;
}
a.links_text2:hover, a.links_text2:active, a.links_text2:visited:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2F4696;
}
h1 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 15px;	
}
hSmall {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;	
}
.blue {
	color: #1F6187;
}