/* CSS Document */


A:link, A:visited {
	color: #CC6600;
	text-decoration: none;
	font-weight: bold;
}

a:link img, a:visited img { 
	border-color: #CC6600; 
	}



A:active, A:hover {
	color: #CC6600;
	text-decoration: none;
	font-weight: bold;
}

a:active img, a:hover img { 
	border-color: #CC6600; 
	}



a {
outline: 0;
}






body
{
/* 	background-image: url(images/bg.gif);
	background-repeat: repeat-x; */
	background-color: #d5dee5;
	line-height: inherit;
	text-align: center;
}

#container
{
	margin: 20 auto 0 auto;
	width: 955px;
	text-align: left;
}




.tableOutline 
{
	outline: 1px solid #000000;
}


.tableBorder
{
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-color: #999;
	outline-style: none;
	line-height: inherit;
}


h1
{
	color: #2E4D67;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	margin: 0px;
	text-transform: capitalize;
	letter-spacing: 1px;
}



.txtBody
{
	color: #2E4D67;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	margin: 20px;
}


.txtLeft
{
	color: #2E4D67;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	margin: 20px 0px 0px 0px;
}


.txtTable
{
	color: #2E4D67;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	margin: 0px 0px 0px 0px;
}


.txtFooter
{
	color: #2E4D67;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 14pt;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}








.txtUnsub
{
	color: #000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	text-align: center;
}



.formField {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	background-color: #D5DEE5;
	padding-right: 4px;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
	color: #000000;

}
.formButton {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	background-color: #D5DEE5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
	font-weight: bold;
	color: #003366;

}
.formTxt {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #2E4D67;
}
