BODY {
	background: #ffffff;
	color: #000000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bgThinLine { background: #ff3300}
.bgTextLine {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	background-color: #000066;
}

a.bgTextLine {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

a.bgTextLine:visited {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

a.bgTextLine:hover {
	font-weight: bold;
	color: #FFFF00;
	font-size: 12px;
	text-decoration: none;
}


.HeaderTitle {
	font-weight: bold;
	color: #009900;
	font-size: 16px;
    text-decoration: none;
}

A {
  text-decoration: underline;
}

A:hover {
  color: #FF0000;
  text-decoration: none;
}


.copyright { font-family: Arial, Helvetica, sans-serif;	font-size: 12px; color: #000000; text-align: center}
a.copyright { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;  text-decoration: underline}
a.copyright:visited { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;  text-decoration: underline}
a.copyright:hover { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FF0000; text-decoration: none}
.HeaderImage {
	background-image: url(images/logo_v3.gif);
	background-repeat: no-repeat;
	border: 0;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #0033FF;
}
