a {
	text-decoration: underline;
	}

a:link {
	text-decoration: underline;
	color: #000;
	border-color: #999;
	border-width: 0 0 1px 0;
	/* border-style: none none none none;*/
	padding: 1px 0px 1px 0px;
	background-color: transparent;
	}

a:visited {
	color: #000;
	text-decoration: underline;
	border-color: #999;
	border-width: 0 0 1px 0;
	/* border-style: none none none none;*/
	padding: 1px 0px 1px 0px;
	background-color: transparent;
	}

a:hover {
	color: #000;
	text-decoration: none;
	background-color: #70787F;
	border-color: #70787F;
	}
	
	
body {
	margin-top: 0;
	padding: 0;
	font-family: Verdana, "Bitstream Vera Sans", Geneva, sans-serif;
	line-height: 1.8em;
	/* color: #fff;*/
	/* background-color: #000000; /* dark blue slate thing */
	/* text-align: center;*/
	}
	
	
#Box {
	border-color: #CCC;
	border-width: 0px;
	border-style: dotted;
	width: 100%;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 20;
	text-align: left;
	}
	
font.regular {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: black;
	font-style: normal; 
	line-height: 150%; 
	font-weight: normal;
	font-color: black
	}
	
font.head1 {
	font-family: Georgia, serif;
	font-size: 1.46em;
	line-height: 1.5em;
	text-align: left;
	font-weight: normal;
	margin: 0em 0px .8em 0px;
	}
	
font.head2 {
	font-family: Verdana, "Bitstream Vera Sans", Geneva, sans-serif;
	font-size: .8em;
	text-align: left;
	font-weight: normal;
	line-height: 1.8em;
	letter-spacing: .2em;
	margin: 4em 0 1em 0;
	\\text-transform: uppercase;
	}
	
font.footer {
	color:black;
	font-size:8pt;
	font-family:verdana, geneva, arial;
	}
	
