/* Global Sttyles */
html
{
	width: 100%;
}
body 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
h2, h3 
{
	text-align: center;
	color: #003d7e;
	background-color: inherit;
}
img
{
	border: 0px;
}
a 
{
	color: #003d7e;
	text-decoration: underline;
}
a:link, a:link.linkmail 
{
	 color: #003d7e;
	 background-color: inherit;
}
a:visited 
{
	color: #660099;
	background-color: inherit;
}
table
{
	width: 1024px;
	vertical-align: baseline;
	color: Black;
}
table th
{
	font-size: 10pt;
	padding: 4px;
}

/* Class Styles */

.bodytext {
	font-size: 10px;
/*	line-height: 13px;*/
	color: #003d7e;
}
.blue {  
	color: #003d7e;
}
.tdTitle
{
	font-weight: bold;
	background-color: #003d7e;
	color: #ffffff;
}
.tdTitleGold
{
	font-weight: bold;
	background-color: #003d7e;
	color: #ffce08;
}
.tdTitleLT
{
	font-weight: bold;
	background-color: #BBF;
	color: #FFFFFF;
}
.tdTitleGrayCentered
{
	font-weight: bold;
	background-color: #666666;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
}
.tdTitleGray
{
	font-weight: bold;
	background-color: #999;
	color: #FFFFFF;
	font-size: 14px;
}
.tdLabel
{
	text-align: right;
}
.tddata
{
	text-align: left;
}
.tddata
{
	text-align: left;
}
.date {
	font-family: Arial, Helvetica, sans-serif; 
	color: #003d7e;
}
.gray {
	color: #666666;
	font: 11px Arial, Helvetica, sans-serif;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.smwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}
.bluetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003d7e;
	font-weight: bold;
	text-align: center;
}
.largebluetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #003d7e;
	font-weight: bold;
	text-align: center;
}
.heading {
	font-size: 14px;
	font-weight: bold;
}
.indent
{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.indentnotop
{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.indentmore
{
	margin-left: 50px;
	margin-right: 100px;
	margin-top: 5px;
	margin-bottom: 2px;
}
.indentgray
{
	text-align: left;
	color: #666666;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 10px;
}
.indentheading
{
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 3px;
	margin-bottom: 3px;
	color: #003d7e;
}
.leftlabel {
	text-align: left;
}

.accent {
	font-size: 12px;
	font-style: italic;
	font-weight: bold; 
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: inset;
	border-left-style: outset;
	border-top-color: #003d7e;
	border-right-color: #003d7e;
	border-bottom-color: #003d7e;
	border-left-color: #003d7e;
	text-align: center;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: thin;
}
.centeritalics
{
	font-style: italic;
	font-weight: bold; 
	text-align: center;
}
	
.txtLeft
{
	text-align: left;
}
.txtRight
{
	text-align: right;
}

.centeredImage
{
   text-align:center;
   margin-top:0px;
   margin-bottom:0px;
   padding:5px;
}
.centered {
	text-align: center;
}
.smallIndent {
	margin-left: 30px;
	margin-right: 20px;
}
.smallItalics {
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
}
.red {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

/* ID Styles */

#Main {
	width: 1024px;
}
#PageTop {
	margin-left: 10px;
	margin-right: 10px;
} 
