
h2
{
	font-family: arial;
	font-weight: bold;
	font-size: 18pt;
	color: #134372;
}

td
{
	font-family: tahoma;
	font-size: 9pt;
}

/* Custom Classes */
.submitButtonContainer
{
	text-align: right;
	padding-right: 2px;
}

.contentCell
{
	border-right: solid 4px #EFF1CC;
	border-left: solid 4px #EFF1CC;
}

.newsTitle
{
	font-family: sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #4e4c40;
}

.newsText
{
	padding-left: 10px;
	width: 180px;
}

.menuCell
{
	background-color: #36342E;
	background-image: url(menubg.gif);
	color: #FFFF00;
	font-family: tahoma;
	font-size: 7pt;
	text-align: center;
	border-bottom: solid  5px #EFF1CC;

}

/* Hyperlinks */
a
{
	color: #FFFF00;
	text-decoration: none;
}

a:hover
{
	color: #ffffff;
	text-decoration: none; 
}

a.navbarLink
{
	color: #000000;
	text-decoration: none;
}

a.navbarLink:hover
{
    background-color: #ffffff;
	color: #000000;
	text-decoration: none;
}

a.footerLink
{
	color: white;
	text-decoration: none;
}

a.footerLink:hover
{
	color: #336699;
	text-decoration: none;
}