/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;	
	font-weight: nomal;
	background-color: #FFFFFF;
	color: #000000;
	}

#groundwide {
	position: absolute;
	top: 0px;
	left: 0;
	margin-left: 0;
	background-color: #FFFFFF;
	height: 0px;	
	}
	
#textwide {
	position: absolute;
	top: 0px;
	left: 50px;
	
	size: portrait;
	color: #000000 !important;
	background-color: #FFFFFF !important;
	font-size: 12pt;
	padding: .25in .5in .5in .5in;
	
	width: 730px;
	letter-spacing: 0px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	}
	
.title {
	font-size: 24px;
	letter-spacing: 4px;
	}

.header {
	font-size: 15px;
	letter-spacing: 2px;
	font-weight: normal;
	text-decoration: underline;
	line-height: 40px;
	padding-top: 20px;
	}
	
.subheader {
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: normal;
	text-decoration: underline;
	line-height: 40px;
	}
	
.under {
	text-decoration: none;
	font-style: italic;
	}
	
#backward{
	display: none;
	}
	
#backward a {
	display: none;
	}







	


