/* Comment Format */

A {text-decoration: underline; font-weight:none}

a:active {color: #FF0000}

A:hover {text-decoration: underline; color: blue; font-weight:none}

h1 {font-family: Monotype Corsiva; color:"#990000"; font-weight:none}

body {
	background: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif
	}
	
#top {
	/* background: #FFFFFF; */
	padding: 10px;
	margin: 0px;
	/* height: 400px; */
	}
	
#maincol {
	margin: 0px;
	/* height: 580px; */
	padding: 0px 50px;
	text-align:justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14;
	/* border-left: 1px solid black; */
	}
	
#bottom {
	margin: 0px;
	text-align:center;
	/* background-color:#ffffff; color:#000000; */
	}