/* CSS Document */


/* -- undo HTML care of Tantek ‚elik at tantek.com-- */
:link,:visited {text-decoration: none;}
/* ul,ol {list-style: none;} */
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
/* ul,ol,li, */
h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}


/* --X-- center and set margins --X-- */
body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	color: #234464;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	}


h1  {
	font-family: Verdana, Geneva, Helvetica, Arial;
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	color: #234464;
	border-color: black black #336699 black;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	margin: 0 0 1em 0;
	padding: 0;
   	}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
}
h2 {
	color: ##234464;
	font: 100%/1.75em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	}
a:link {
	color: #8CA528;
	text-decoration: underline;
	}	
a:visited {
	color: #8CA528;
	text-decoration: underline;
	}	
a:active {
	color: #8CA528;
	text-decoration: underline;
	}
a:hover {
	color: #c44000;
	}
