﻿body
{
	background: #333333;
	margin: 0px;
	margin-top:10px;
	padding: 0px;
	border: 0px;
	font-family: Verdana,Arial,Verdana,Tahoma;
	font-size: 10pt;
	line-height: 120%;
	color: #000000;
}

a:link, a:active
{
	text-decoration: underline;
	color: #0000FF;
}

a:visited
{
	text-decoration: underline;
	color: #800080;
}

a:hover
{
	text-decoration: underline;
	color: #B22222;
}

h1
{
	font-family: Georgia, Times New Roman, Tahoma, Arial;
	font-size: 22pt;
	line-height: 120%;
	color: #990000;
	font-weight: normal;
	margin-top: 0px;
}

h2,h3
{
	font-family: Tahoma, Arial;
	font-size: 13.5pt;
	line-height: 100%;
	color: #3f4c65;
	margin-bottom: .5em;
	margin-top:0px;
}

h2
{
	font-size: 13.5pt;
}

h3
{
	font-size: 11.5pt;
}

.newsSubHeadline
{
	font-size: 11.5pt;
	font-weight: bold;
	font-style: italic;
	color: #333333;
}
.newsRhsOtherNewsDate
{
	color: #666666;
}

/*start email modal styles*/
#mask
{
		background-color:#000000;
		filter:alpha(opacity=100);
		-moz-opacity:1;
		opacity:1;
		z-index:99;
}
.facPanel
{
		background-color:#ffffff;
		font-family:verdana;
		padding:10px;
		width:500px;
}
.alertText
{
		color:#ff0000;
		font-size:10px;
}
.frmBox
{
	font-size:8pt;
	border-style:solid;
	border-width:1px;
	border-color:silver;
	font-family:tahoma;
}
.frmButton
{
	font-size:8pt;
	background-color:#efefef;
	padding:2px;
	border:1px solid #cccccc;
	text-decoration:none;
}
#divEmailForm
{
	/*border: 1px solid #666666;*/
}
/*end email modal styles*/
