@charset "utf-8";
/* CSS Document */

html,body {
	background: url('../images/bkg.png');
	background-attachment: fixed;
	background-position: top left;
	background-repeat:repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000000;
	left: 0px;
	top: 0px;
	}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #04195d;
	}

.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #04195d;
	}

.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #04195d;
	}

.a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #04195d;
	}

.a:hover {
	text-decoration: underline;
	}

.pagewidth{ }

.bodycontent {
	width: 550px;
	text-align: justify;
	margin: 20px 0 0 0;
	}

.bodycontent a 	{
	color: #04195d;
	text-decoration: none;
	}
	
.bodycontent a:visited 	{
	color: #3b4e53;
	text-decoration: none;
	}

.bodycontent a:hover {
	color: black;
	text-decoration: underline;
	}

.lnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	}

.lnav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}

.lnav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #6295cc;
	}
	
.subfooter {
	color: #3b4e53;
	}

.subfooter a {
	font-size: 12px;
	color: #3b4e53;
	text-decoration: none;
	}

.subfooter a:hover {
	text-decoration: underline;
	}

.footer {
	text-align: right;
	font-size: 12px;
	color: #ffffff;
	}

.footer a {
	text-align: left;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	}

.footer a:hover {
	text-align: left;
	font-size: 13px;
	color: #04195d;
	text-decoration: bold;
	}

.legal {
	font-size: 11px;
	color: #fff;
	}

.legal a {
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	}

.legal a:hover {
	font-size: 11px;
	text-decoration: bold;
	color: #04195d;
	}
