/* CONTENT STYLES */
/* These should be copied to the Editor stylesheet */
body 
{
	font-family: Trebuchet MS, Verdana, Sans-Serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
body * 
{
	line-height: 1.22em;
}
a:link
{
	color: #5191CD;
}
a:visited 
{
	color: #5191CD;
}
a:hover, a:active 
{
	color: #A2A195;
}

.header, h2
{
	font-family: Trebuchet MS, Verdana, Sans-Serif;
	font-size: 18px;
	font-weight: bolder;
}
.subHeader, h3
{
	font-family: Trebuchet MS, Verdana, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
}
.content, p, table
{
	font-family: Trebuchet MS, Verdana, Sans-Serif;
	font-size: 11px;
}
.contentSmall
{
	font-family: Trebuchet MS, Verdana, 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: #5E5E56;
	color: #FFFFFF;
	border: solid 1px #000000;
	font-family: Trebuchet MS, Verdana, Sans-Serif;
	font-weight: bold;
}
form 
{
	margin: 0;
}
img
{
	border: none 0 Transparent;
}

#Headline 
{
	color: #7B7A70;
	font-size: 10px;
}
#Headline strong 
{
	font-weight: bold;
	font-size: 11px;
}

.clr 
{
	clear: both;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
}
.hidden, .screen, .print 
{
	display: none;
}
#SiteTitle, #AccessLinks, #SiteSummary
{
	display: none;
}

