a.topMenu:hover {
	text-decoration: underline;
	color: White;
}
a.topMenu {
	text-decoration: none;
	text-transform: uppercase;
	color: Red;
}

a.footerMenu:visited {
	color: white;
}
a.footerMenu {
	font-family: Arial, Helvetica, sans-serif, proportional; 
	text-decoration: none;
	text-transform: uppercase;
	color: white;
}
a.footerMenu:hover {
	text-decoration: underline;
	color: Red;
}

a.whiteRedLinks:visited {
	color: white;
}
a.whiteRedLinks {
	color: white; 
	text-decoration: none;
}
a.whiteRedLinks:hover {
	color: red;
	text-decoration: underline;
}

a.tinyFooter:visited {
	text-decoration: none;
}
a.tinyFooter {
	color: red; 
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif, proportional; 
	font-size: 10px; 
	text-transform: uppercase;	
}
a.tinyFooter:hover {
	text-decoration: underline;
	color: white;
}
/*
a:link {color: white;}
a:visited {color: white;}
a:hover {color: red;}
a:active {color: red;}
*/
/*
a {
	color: white;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: underline;
}
a:visited {
	color: white;
	color: #ffffff; 
}
*/

hr {
	height:1px; 
	color:red; 
	background-color:red; 
	border-style: none none solid;
}
body {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	background-color: Black;
	color: White;
}

a.topMenuButtons {
	text-decoration: none;
	text-transform: none;
	color: Red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	padding: 3px;
	height: 20px;
}
a.topMenuButtons:hover {
	color: White;
}

.topMenuButtons {
	text-decoration: none;
	text-transform: none;
	color: Red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	padding: 3px;
	height: 20px;
}

.topMenuButtons:hover {
	color: White;
}
