BODY {
	font-size: 14px;
	line-height: 100%;
	font-family: "arial";
	color: #000000;
	margin: 0px;
	padding: 0px;
}

table {
	border: none;
}
/* red= D53000 green=057545*/
td.leftcol {
	background-color: #E2E2E2;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding: 10px 10px 10px 0;
	margin: 10px 10px 10px 0;
	width: 20%;
}

td.rightcol {
/*	background-color: #057545;*/
	background-color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 0;
	width: 90%;
	color: #FFFFFF;
}

td.applicationText {
	text-align: left;
	padding: 0 10px 0 10px;
	margin: 10px 10px 10px 0;
}

td.halfheight {
	line-height: 50%;
}

table.nested {
/*	background-color: #057545;*/
	background-color: #000;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	color: #FFFFFF;
}

td.reverse {
	background-color: #D53000;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	color: #FFFFFF;
}

td.leftcolALT {
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding: 10px 10px 10px 0;
	margin: 10px 10px 10px 0;
	width: 10%;
}

td.rightcolALT {
	background-color: #E2E2E2;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 0;
	width: 90%;
}

table.nestedALT {
	background-color: #E2E2E2;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
}


a:link
	{
	color: #0066FF;
	text-decoration: none;
}

a:visited
	{
	color: #9900CC;
	text-decoration: underline;
}

a:active
	{
	color: #0066FF;
	text-decoration: underline;
}

a:hover
	{
	color: #999999;
	text-decoration: underline;
	}

.copyright
{
	font-size: 12px;
	line-height: 100%;
	font-family: "arial";
	color: Black;
}

.bold
{
	font-size: 14px;
	line-height: 100%;
	font-family: "arial";
	color: Black;
	font-weight: bold;
}

.regular
{
	font-size: 14px;
	line-height: 100%;
	font-family: arial;
	color: #000000;
	font-weight: normal;
}	

.regularGrey
{
	font-size: 14px;
	line-height: 100%;
	font-family: arial;
	color: #999999;
	font-weight: normal;
}	

.red
{
	font-size: 16px;
	line-height: 100%;
	font-family: "arial";
	color: #FF0000;
	font-weight: bold;
}	

.white
{
	font-size: 13px;
	line-height: 100%;
	font-family: "arial";
	color: #FFFFFF;
	font-weight: bold;
}	

.regularWhite
{
	font-size: 14px;
	line-height: 100%;
	font-family: "arial";
	color: #ffffff;
}	

.italics
{
	color: #000000;
	font : italic normal 14px/normal arial;
}

.head
{
	font-size: 18px;
	line-height: 100%;
	font-family: "arial";
	font-weight: bold;
	color: Black;
}	


.subhead
{
	font-size: 15px;
	line-height: 100%;
	font-family: "arial";
	font-weight: bold;
	color: Black;
}	

UL
{
	font-size: 14px;
	line-height: 100%;
	font-family: "arial";
	color: #000000;
}	

LI
{
	font-size: 14px;
	line-height: 100%;
	font-family: "arial";
	color: #000000;
	
}.regularsmaller {

	font-size: 12px;
	line-height: normal;
	font-family: arial;
	color: #000000;
	font-weight: normal;
}
.regulartiny {

	font-size: 10px;
	line-height: normal;
	font-family: arial;
	color: #000000;
	font-weight: normal;
}
.italicssmaller {
	color: #000000;
	font : italic 12px/100% arial;
	font-weight: normal;
}

.redsmaller {

	font-size: 12px;
	line-height: 100%;
	font-family: arial;
	color: #FF0000;
	font-weight: normal;
}
.cell_border {
	border: thin solid #000000;
}
