/* CONTENT STYLES */
/* These should be copied to the Editor stylesheet */
body 
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	color: #fff;
	margin: 0px;
	padding: 0px;
	
}
body * 
{
	line-height: 1.22em;
}
a, a:link
{
	color: #fff;
	text-decoration:underline;
}
a:visited 
{
	color: #fff;
}
a:hover, a:active 
{
	color: #fff;
	
}
a:hover
{
	
	text-decoration:underline;
}

.header, h2
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
}

.subHeader, h3
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.content, p, table
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.contentSmall
{
	font-family:Tahoma, 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:Tahoma, Arial, Helvetica, sans-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
{
	display: none;
}
#PageTitle h2 {
	font-weight:bold;
	font-size:18px;
	margin:0;
	padding:0;
	text-transform:uppercase;
}

