A:link {color: #F09100; text-decoration: underline;}
A:visited {color: #F09100; text-decoration: underline;}
A:active {color: #F09100; text-decoration: underline;}
A:hover {color: #CC0000; text-decoration: underline;}

.linkbar A:link {color: #FFFFFF; text-decoration: none;}
.linkbar A:visited {color: #FFFFFF; text-decoration: none;}
.linkbar A:active {color: #FFFFFF; text-decoration: none;}
.linkbar A:hover {color: yellow; text-decoration: none;}

.footer A:link {color: #2C3A2D; text-decoration: none;}
.footer A:visited {color: #2C3A2D; text-decoration: none;}
.footer A:active {color: #2C3A2D; text-decoration: none;}
.footer A:hover {color: #CC0000; text-decoration: none;}

TD {font-size: 12px; font-family : Arial; color: #2C3A2D}

TD.smaller {font-size: 11px; font-family : Verdana; color : #000000;}

TD.linkbar {font-size: 10px; font-weight: none; font-family : Verdana; color : #FFFFFF;}

TD.footer {font-size: 10px;	font-family : Arial; color : #977D43;}

P.smaller {font-size: 10px; font-family : Arial; color : #2C3A2D;}

P.larger {font-size: 13px; font-family : Verdana; color : #2C3A2D; font-weight: bold;}

#menu {
	margin:0px;
	padding: 0px;
	background-color: #FFFFFF;
	width: 545px;
}

#menu ul {
	margin:0px;
	padding: 0px 0px 0px 10px;
	height:16px;
	background-color:#000000;
}

#menu li {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #efefef;
	list-style-type: none;
	float:left;
	text-transform:uppercase;
	font-size: 11px;
	font-weight:bold;
	padding-right: 18px;
}

#menu li a {
	float: left;
	color: #efefef;
	text-decoration:none;
}

#menu li a:hover {
	text-decoration: none;
	background-color: #efefef;
	color:#000000;
	height:16px;
}

