html, body {
	margin: 0;
	padding: 0;
	background-color : #FFFFFF;
	color: #333;
	font-family : Geneva, Arial, Helvetica, san-serif;
	font-size : 14px;
	}
	

	
	
#content {
	padding: 10px;
	margin-left: 10px;
	
	}

#header {
	background-color: #fff;
	background-image : url(assets/pgbg.gif);
	background-repeat : repeat-x
	color: #006;
	margin-bottom: 0px;
	text-align: center;
	}
	
#footer {
	background-color: #fff;
	color: #006;
	border-top: 1px solid #006;
	font-size: 11px;
	text-align: right;
	padding: 2px 10px 0 0;
	clear: both;
	}


.spacer {
	clear: both;
	}


a:link {
	color : #150185;
	text-decoration : underline;
}

a:visited {
	color : #150185;
	text-decoration : underline;
}

a:hover {
	color : #990000;
	font-weight : normal;
	text-decoration : none;
; background-color: #ECF2FF
}

a:active {
	color : #990000;
	font-weight : bold;
	text-decoration : underline;
; background-color: #ECF2FF
}

p {
	color : #000000;
	font-family : Geneva, Arial, Helvetica, san-serif;
	font-size : 14px;
}

p.code {
	font-family: Georgia, "Times New Roman", serif;
	font-size : 14px;
	color: Navy;
	background-color: #f3f3f2;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	}

td {
	color : #000000;
	font-family : Geneva, Arial, Helvetica, san-serif;
	font-size : 14px;
}
h1 {  font-size: 16px; color: #3657A4; letter-spacing: 1px; border-color: black black #6D6981; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}
.btfoot {  border-color: #000066 black black; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; font-size: 10px; font-style: normal}
