﻿/* 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.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: none;
	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: 11pt;
	FONT-WEIGHT: bold;
	line-height: 10pt;
}
a.BoldWhite:visited
{
	COLOR: #669999;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	FONT-WEIGHT: bold;
	line-height: 10pt;
}
a.BoldWhite:active
{
	COLOR: #669999;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	FONT-WEIGHT: bold;
	line-height: 10pt;
}
a.BoldWhite:hover
{
	COLOR: #CCCCCC;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	FONT-WEIGHT: bold;
	line-height: 10pt;
}

a.blue:link
{
	COLOR: #003366;
	text-decoration: none;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}
a.blue:visited
{
	COLOR: #187A8F;
	text-decoration: none;
}
a.blue:active
{
	COLOR: #187A8F;
	text-decoration:none;
}
a.blue:hover
{
	COLOR: #CC0000;
	text-decoration: underline;
	font-weight: normal;
	font-weight: bold;

}


.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;
}

.inputStandard {
	font: 10pt arial;
	padding: 2px 0px 2px 4px;
	font-weight:bold;
}
.inputStandardC {
	font: 10pt arial;
	padding: 2px 0px 2px 4px;
	font-weight:bold;
	background:#efecca;
}
.inputStandardL {
	font: 16pt arial;
	padding: 4px 0px 4px 6px;
	font-weight:bold;
}
.inputStandardCL {
	font: 16pt arial;
	padding: 4px 0px 4px 6px;
	background:#efecca;
	font-weight:bold;
}

.btnStandard {
	border: 1px gray outset;
	font: 10pt arial;
	font-weight:bold;
	padding: 5px 5px 5px 5px;

}

table.Box {
	font: 10pt arial;
	color: black;
	font-weight:normal;
	border:1px #F0F0F0 solid;
	background-color:#EFEFEF;
}
th.Box {
	
}
tr.Box {
	
}
td.BoxW {
	font-weight:normal;
	vertical-align:top;	
	padding:4px 4px 4px 10px;
}

table.BoxW {
	font: 10pt arial;
	color: black;
	font-weight:normal;
	border:1px #F0F0F0 solid;
	background-color:#FFFFFF;
}
th.BoxW {
	
}
tr.BoxW {
	
}
td.BoxW {
	font-weight:normal;
	vertical-align:top;	
	padding:4px 4px 4px 10px;
}


.textNormal {
	font: 10pt arial;
	color: black;
	font-weight:normal;
	
}

.textHeading {
	font: 13pt arial;
	color: #CC0000;
	font-weight: bold;
}
.textWarning {
	font: 12pt arial;
	color: red;
	font-weight: bold;

}


