/* CONTENT STYLES */
/* These should be copied to the Editor stylesheet */
body 
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
body * 
{
	line-height: 1.22em;
}
a:link
{
	color: #0F4394;
	text-decoration: underline;
}
a:visited 
{
	color: #5D207E;
}
a:hover, a:active 
{
	color: #009546;
}

.header, h2, .phone
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 24px;
	
}
.subHeader, h3
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
}
.content, p, table
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 14px;
	color: #FFFFFF;
}
.contentSmall
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 10px;
}
/* End of what should be copied to Editor stylesheet */
.contentOver
{
	background-color: #FFFF00;
	cursor: pointer;
	cursor: hand;
}
.btn, #ExtranetLogin_btnLogin
{
	background-color: #808080;
	color: #FFFFFF;
	border: solid 1px #000000;
	font-family: Arial, Tahoma, Sans-Serif;
	font-weight: bold;
}
form 
{
	margin: 0;
	padding: 0;
}
#LoginForm
{
	color: #FFFFFF;
	font-size: 12px;
}
#LoginForm ul.form 
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#LoginForm ul.form li label, #LoginForm ul.form li .help
{
	font-size: 9px;
	margin-bottom: 8px;
}
#LoginForm ul.form li label
{
	font-weight: bold;
}
.clr 
{
	clear: both;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
}
.hidden, .screen, .print 
{
	display: none;
}
#SiteTitle, #AccessLinks, #SiteSummary
{
	display: none;
}

