/*Generic Page Styles*/
html, body {
	margin:0;
	padding:0;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:67.5%;
	color:#313131;
	background:#002D64;
	position:relative;
}
a {
	color:#2f6fbd;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a.more{
	font-weight:bold;
	text-decoration:none;
	float:right;
	margin-right:15px;
	padding-right:15px;
	background-image:url();
	background-position:right;
	background-repeat:no-repeat;
}
#cCol img {margin:1em;}
