/* CONTENT STYLES */
/* Should be copied to Editor stylesheet */
body 
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 10pt;
	background-color: #2D2D2D;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
a:link, a:visited 
{
	color: #0000FF;
}
a:hover, a:active 
{
	color: #FF0000;
}

.header, .Header, .header p
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 14pt;
	font-weight: bolder;
}
.subHeader, .SubHeader, .subHeader p
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
}
.content, .Content, .content p
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 10pt;
}
.contentSmall, .ContentSmall, .contentSmall p
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 7.5pt;
}

table 
{
	font-size: 10pt;
}
/* End of what should be copied to Editor stylesheet */
.contentOver, .ContentOver
{
	background-color: #FFFF00;
	cursor: hand;
}
.btn, #ExtranetLogin_btnLogin
{
	background-color: #808080;
	color: #FFFFFF;
	border: solid 1px #000000;
	font-family: Arial, Tahoma, Sans-Serif;
	font-weight: bold;
}

#HeaderNews .newsHeader, #HeaderNews .newsCopy, #HeaderNews .newsLink 
{
	color: #303030;
}
#HeaderNews .newsHeader 
{
	font-size: 8pt;
	font-weight: bold;
}
#HeaderNews .newsCopy
{
	font-size: 7pt;
}
#HeaderNews .newsLink
{
	font-family: Times New Roman, Serif;
	font-size: 8pt;
}

#HomeNav, #HomeContent 
{
	display: none;
}

#PageTitle 
{
	color: #EBEBEB;
	font-size: 16pt;
	letter-spacing: 1.2px;
}

#PageFooter 
{
	font-family: Times New Roman, Serif;
}
#FooterName 
{
	color: #2D2D2D;
	font-size: 11pt;
	font-weight: bold;
}
#FooterInfo 
{
	color: #3E3E3E;
	font-size: 7.1pt;
	font-weight: bold;
}

#GroupImage 
{
	display: none;
}

.navItem, .navItemOn 
{
	display: block;
}

.newsTitle
{
	font-size: 11pt;
	font-weight: bold;
}

.clr 
{
	clear: both;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
}
#SiteTitle, #SiteDescript, #AccessLinks, #SiteSummary
{
	display: none;
}


