/* comment */
<!--
A:link{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	}
A:visited{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	}
A:hover{
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
	}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	background-image: url(images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	font-size: 36px;
	color: #FFFFFF;
	font-weight: bold;
}
.style4 {font-size: 36px}
.style5 {color: #FFFFFF}
.style7 {font-weight: bold; color: #FFFFFF;}
-->
</style>
<link href="style.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style8 {font-size: 18px; color: #FFFFFF; }
-->
</style>
<!--
.boo:visited {
	text-decoration: none;
	color: #000066;
}
.boo:hover {
	text-decoration: underline;
	color: #000066;
}
.boo:active {
	text-decoration: none;
}
-->

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
}
.style1 {
	color: #FFFFFF;
}
.style2 {
	color: #013277;
	font-weight: bold;
}


.MainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

/* Style Name Comment */

.SecondaryContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}

/* Style Name Comment */

.Black:link {
	color: #000000;
}

.Black:visited {
	color: #000000;
}

.Black:hover {
	color: #000000;
  	font-weight: bold;
}

.Black:active {
	color: #000000;
}



/* Style Name Comment */

.White:link {
	color: #FFFFFF;
}

.White:visited {
	color: #FFFFFF;
}

.White:hover {
	color: #FFFFFF;
}

.White:active {
	color: #FFFFFF;
}



/* Style Name Comment */

.Blue:link {
	color: #003075;
	text-decoration: none;
	
}

.Blue:visited {
	color: #003075;
	text-decoration: none;
}

.Blue:hover {
	color: #003075;
  	font-weight: bold;
	text-decoration: underline;
}

.Blue:active {
	color: #003075;
	text-decoration: none;
}

.blueMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1C6CC5;
}

.formbutton {
	background-color: #0066CB;
	font-size:12px;
	font-weight:bold;
	color: white;
	border: 1px solid yellow;
	padding: 3px;
	}