@charset "utf-8";
.bg {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #04070A;
}
.contbg {
	background-image: url(images/contbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

	a:link {
		text-decoration:underline;
		color:#5b91c1;
	}
	a:hover {
	text-decoration:underline;
	color:#71b0fb;
	}
	a:visited {
		text-decoration:underline;
		color:#5b91c1;
	}
	a:visited:hover {
		text-decoration:underline;
		color:#71b0fb;

	}
	
	.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #264595;
}
.footer {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; }

