/* CSS Document */

html, body, #wrapper {
	height: 100%;
	margin: 0px;
	padding: 0;
	border: none;
	background: #689FCA;
	}

#wrapper {
	margin: 0 auto;
	border: none;
	}

.navigation {
	font-family: arial;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	line-height: 17px;
	}

.navigation:hover {
	font-family: arial; 
	color: #FFFFFF; 
	font-weight: bold; 
	font-size: 12px; 
	text-decoration: underline;
	}

.navigation:visited {
	font-family: arial; 
	color: #FFFFFF; 
	font-weight: bold; 
	font-size: 12px;
	}

.smhead {
	font-family: arial; 
	color:#192982; 
	font-size: 12px; 
	font-weight: bold; 
	margin: 0px; 
	vertical-align: top;}

.body {
	font-family: arial; 
	color:#000000; 
	font-size: 12px; 
	line-height: 17px; 
	text-align: left;
	}

.head {
	font-family: arial; 
	color:#192982; 
	font-size: 14px; 
	font-weight:bold; 
	margin: 0px; 
	vertical-align: top;
	}

a {
	text-decoration: underline;
	color:#072B61;
	}

a:hover {
	font: arial;
	text-decoration: none;
			/* color: #CCCCCC; */
	}

a:visited {
	font-family: arial; 

	}

a:active {
	font-family: arial; 
	color:#072B61;
	}

.imgright {
	align:right; 
	margin-top:10px;
	}

.asterick {
	display: block;
	margin-top: 60px;
	}
