﻿/* Common CSS
*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bkgd_home.gif);
	background-color: #161D35;
	background-repeat: repeat-x;
}
TD.shadowLeft {
	background-image:  url(../shadowLeft.gif);
	background-repeat: repeat-y;
}

TD.shadowRight {
	background-image:  url(../shadowRight.gif);
	background-repeat: repeat-y;
}

.style1 {
	color: #00767A;
	font-weight: bolder;
	font-size: 16px; 
}

a.TextBoldWhiteLink:link
{
	COLOR: A7001F;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	FONT-WEIGHT: bold;
	line-height: 14pt;
}
a.TextBoldWhiteLink:visited
{
	COLOR: A7001F;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	FONT-WEIGHT: bold;
	line-height: 14pt;
}
a.TextBoldWhiteLink:active
{
	COLOR: A7001F;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	FONT-WEIGHT: bold;
	line-height: 14pt;
}
a.TextBoldWhiteLink:hover
{
	COLOR: #FF0000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	FONT-WEIGHT: bold;
	line-height: 14pt;
}

/*General */
a:link
{
	COLOR: A7001F;
	text-decoration: underline;
}
a:visited
{
	COLOR: A7001F;
	text-decoration: underline;
}
a:active
{
	COLOR: A7001F;
	text-decoration: underline;
}
a:hover
{
	COLOR: #FF0000;
	text-decoration: underline;
	font-weight: none;
}

a.yellow:link
{
	COLOR: #FF0000;
	text-decoration: none;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
a.yellow:visited
{
	COLOR: #FF0000;
	text-decoration: none;
}
a.yellow:active
{
	COLOR: #FF0000;
	text-decoration: underline;
}
a.yellow:hover
{
	COLOR: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

a.BoldWhite:link
{
	COLOR: #669999;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	FONT-WEIGHT: bold;
	line-height: 10pt;
}
a.BoldWhite:visited
{
	COLOR: #669999;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	FONT-WEIGHT: bold;
	line-height: 10pt;
}
a.BoldWhite:active
{
	COLOR: #669999;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	FONT-WEIGHT: bold;
	line-height: 10pt;
}
a.BoldWhite:hover
{
	COLOR: #CCCCCC;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	FONT-WEIGHT: bold;
	line-height: 10pt;
}

.buttons {
	font-family: Arial, Helvetica, sans-serif;
	color:white;
	font-size:8pt;
	font-weight:bold;
	background-color:#4F78D9;
	border-color:#99CCFF;
}

.footerText {
	font-size: 8pt; color: silver}

.blueHeading {
	color: #161D35;
	font-weight: bold;
}

