a {	font-family: Arial; }
a:link { color: blue}
a:visited { color: purple}
a:active { color: red }

body {
	background-image:url('images/watermark.gif');
	background-repeat: repeat;
	background-color: white;
	color:navy; //text
}

.Div_main {
	background-image:url('images/header.jpg');
	background-repeat:no-repeat;
	margin-top:1px;
	float:left;
}

.Head1 {
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 14pt;
	color: navy;
	text-align: left;
	text-indent: 0pt;
	margin-bottom: 0pt;
	padding-bottom: 0pt;
}
.Head2 {
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 12pt;
	color: navy;
	text-align: left;
	text-indent: 0pt;
}
.Head3 {
	font-family: Arial;
	font-style: italic;
	font-weight: bold;
	font-size: 10pt;
	color: maroon;
	text-align: left;
	text-indent: 0pt;
}
.Body {
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	color: navy;
	text-align: left;
	text-indent: 0pt;
}

.Info {
	font-family: Arial;
	font-style: italic;
	font-weight: normal;
	font-size: 9pt;
	color: navy;
	text-align: left;
	text-indent: 0pt;
}
.Notes {
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;
}

hr {
	border:0;
	background-color: black;
	height:1px;
	width:100%;
}



