A {
text-decoration: underline;
	color: #990000;
}
	
A:VISITED {
text-decoration: uunderline;
	color: #990000;
}

A:HOVER {
	text-decoration: underline;
	color: #ba8729;
}

A.on_gold {
text-decoration: underline;
	color: #000000;
}
	
A:VISITED.on_gold {
text-decoration: uunderline;
	color: #000000;
}

A:HOVER.on_gold {
	text-decoration: underline;
	color: #990000;
}

A.topnav {
	text-decoration: none;
	line-height: 12px;
	color: Black;
	font-size : 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

A:HOVER.topnav {
	text-decoration: none;
	line-height: 12px;
	font-weight: normal;
	color: White;
	background-color: #990000;

}

A:LINK.topnav {
	font-weight: normal;
}

A:ACTIVE.topnav {
	font-weight: normal;
}

A:VISITED.topnav {
text-decoration: none;
	color: #000000;
}

.toplanding {
	text-decoration: none;
	line-height: 10px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #990000;
}

.sublanding {
	line-height: 10px;
	font-weight: normal;
	color: #FFCC00;
	background-color: #990000;
}

.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.body_text {
	color:black;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.body_italic {
	color:black;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.body_bold-text {
	color:black;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body,p,td,ul,ol {
	color:black;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
