body {
	color : white;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin-left : 20px;
	margin-right : 25px;
	text-align : justify;
	margin-bottom : 10px;
	margin-top : 10px;
	font-size : 12px;
	background-image : url(../images/bckgrdimage.jpg);
	background: #9370DB url(../images/smalllogo.jpg) no-repeat left top;
}
a:link {
	color: white;
	text-decoration : none;
}
a:visited {
	color: #FFD700;
	text-decoration : none;
}
a:hover {
	color: red;
	text-decoration : underline;
}
h1 {	
	text-align : center;
	font : 18pt serif;
	color: #FFD700;
	
	padding: 5px;
	}
h2 {
	font-weight: normal;
	text-align: center;
	font-size: 16px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	font-family: Times New Roman;
	margin-top: 0px;
	margin-bottom: 5px;
	color: Navy;
	}
hr{
	width: 120px;
	color: #000080;
}
p.copy {
	text-indent: 20px;
	line-height : 20px;
	margin-top: 0px;
	margin-bottom: 10px;
}
p.list {
	font-size: 14px;
 	font-weight : bold;
 	line-height: 30px;
 	text-indent: 50px;
}
p.headposition {
	text-align: center;
	font: 18pt serif;
}
p.headline {
	border-style: solid;
	border-color : White;
	width: 100%;
	border-width: thin;
	border-bottom-style : none;
	border-left-style : none;
	border-right-style : none;
	margin-bottom : -5px;
}
p.linespace {
	font-size: 12px;
	line-height : 10px;
	text-align: center;
}
div.indent {
	font-family : Times New Roman;
	color: navy;
	position:relative;  width: 80%;
	padding: 10px;
	text-align: center;
	font-size: 16px;
	font-weight : bold;
}
	
	
