<!--
body {
	background-image: url(blueink.gif);
	background-repeat: no-repeat;
	background-position:top left;
	background-attachment: fixed;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:left;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	}
.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold;
	text-align:left;
	}
.style6 {
	font-size: 14px
	text-align:left;
	}
.normal {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:12px;
	}
.normalcenter {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:12px;
	}
.style7 {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 14px; text-align:left;}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #333333;
}
a:active {
	color: #000000;
}
a.blue:link {
color:#0000FF;
}
a.blue:visited {
color:#0000FF;
}
a.blue:hover {
color:#0000FF;
}
a.white:link {
color:#FFFFFF;
}
a.white:visited {
color:#FFFFFF;
}
a.white:hover {
color:#CCCCCC;
}

-->