/* CSS Document */

a:link {
	color: #FFCC00;
}

a:visited 
{
	color: #FFFFCC;
}


table.alerts
{
	text-align: center;
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: #404040;
	width: 260px;
	background-color: #fafafa;
	border: 1px #d79900 solid;
	border-collapse: collapse;
	border-spacing: 0px;
}

.alertHdTwo
{ 
	border-bottom: 2px solid #d79900;
	border-top: 2px solid #d79900;
	background-color: #5B3D23;
	text-align: left;
	font-family: Arial;
	font-weight: bold;
	font-style:italic;
	font-size: 22px;
	color: #FFFF99;
}

.alertHd
{ 
	border-bottom: 2px solid #d79900;
	background-color: #5B3D23;
	text-align: left;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #FFFF99;
}


.alertBod p
{
	text-align: left;
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	line-height: 12px;
	color: #404040;
	background-color: #fafafa;
	text-indent: -8px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.FakeLinks
{
	font-family: Arial;
	text-decoration:underline;
	font-size: 12px;
	color: #FFCC00;
}
.BrownHeader
{
	text-align: left;
	font-family: Arial;
	text-decoration:underline;
	font-weight: bold;
	font-size: 14px;
	color: #FFCC00;
}

.BrownBrown
{
	text-align: left;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #FFCC00;
}

.RegularText
{
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	color: #5B3D23;
}

.RegularTextWhite
{
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}

.RegularTextBold
{
	text-align: left;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #5B3D23;
}

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}
