/* CONTENT STYLES */
/* Should be copied to Editor stylesheet */
body 
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 10pt;
	background-color: #E9E9E9;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
a:link, a:visited 
{
	color: #0000FF;
}
a:hover, a:active 
{
	color: #FF0000;
}
.header
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 14pt;
	font-weight: bolder;
	color: #122A82;
}
.subHeader
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
	color: #122A82;
}
.content
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 10pt;
}
.contentSmall
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 8pt;
}
/* End of what should be copied to Editor stylesheet */
.contentOver, .ContentOver
{
	background-color: #FFFF00;
	cursor: hand;
}
.btn, #ExtranetLogin_btnLogin
{
	background-color: #002F89;
	color: #FFFFFF;
	border: solid 1px #000000;
	font-family: Arial, Tahoma, Sans-Serif;
	font-weight: bold;
}

.clr 
{
	clear: both;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
}
#SiteTitle, #SiteDescript, #AccessLinks, #SiteSummary
{
	display: none;
}