/* CONTENT STYLES */
/* These should be copied to the Editor stylesheet */
body 
{
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #5E5F59;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
body * 
{
	line-height: 1.22em;
}
a, a:link
{
	color: #BA0001;
	text-decoration:none;
}
a:visited 
{
	color: #BA0001;
}
a:hover, a:active 
{
	color: #BA0001;
	text-decoration:underline;
}

.header, h2
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bolder;
	color:#FFD100;
}
.subHeader, h3
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color:#FFD100;
}
.content, p, table
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 1em 0;
}
.content img {
	border:1.5px solid #FFD100;
	margin:10px;
}
.contentSmall
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/* End of what should be copied to Editor stylesheet */
.contentOver
{
	background-color: #FFFF00;
	cursor: pointer;
}
.btn, #ExtranetLogin_btnLogin
{
	background-color: #808080;
	color: #FFFFFF;
	border: solid 1px #000000;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
}
form 
{
	margin: 0;
}
img
{
	border: none 0 Transparent;
}

.clr 
{
	clear: both;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
}
.hidden, .screen, .print 
{
	display: none;
}
#SiteTitle, #AccessLinks, #SiteSummary, #SiteDescript
{
	display: none;
}



