/* CSS Document */

td, body 
{  
	font-family: Arial, sans-serif; 
	font-size: 11px; 
	color: #333333; 
	line-height: 13px;
	text-decoration: none
}

select 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

input 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}

hr 
{
	height: 1px;
	color: #999999;
	padding: 0;
	border: 0px none;
	margin: 0
}

/********************* ANCHOR PSEUDO-CLASSES *********************/

a:link, a:visited, a:active
{
	color: #666666; 
	text-decoration: underline
}

a:hover
{
	color: #333333; 
	text-decoration: underline
}

a:link.footer, a:visited.footer, a:active.footer
{
	color: #FFFFFF; 
	text-decoration: none
}

a:hover.footer
{
	color: #CCCCCC; 
	text-decoration: none
}

a:link.componentheading, a:visited.componentheading, a:active.componentheading
{
	color: #333333; 
	text-decoration: underline
}

a:hover.componentheading
{
	color: #666666; 
	text-decoration: underline
}

a:link.nav, a:visited.nav, a:active.nav
{
	color: #333333; 
	text-decoration: none
}

a:hover.nav
{
	color: #666666; 
	text-decoration: none
}

a:link.subnav, a:visited.subnav, a:active.subnav
{
	color: #333333; 
	text-decoration: none
}

a:hover.subnav
{
	color: #666666; 
	text-decoration: none
}


/********************* CLASSES *********************/

.copyright 
{
	font-size: 9px;
	padding: 15px;
}

.title 
{
	font-size: 14px;
	text-decoration: none;
	color : #333333;
}

.subtitle 
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.footer
{
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color : #777777;
}

.footer2
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	color : #FFFFFF;
}

.blackarrow
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color : #000000;
}

.componentheading
{
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	color: #333333;
}

.heading
{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	line-height: 18px;
}

.nav
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	line-height: 18px;
}

.subnav
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #333333;
	line-height: 16px;
}

.legend
{
	font-family: Arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #666666;
	line-height: 11px;
}

.pageheading 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	line-height: 45px;
	letter-spacing: -1px;
}

.pageImage {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FDD566;
}
.pageTitleBox {
	border: 1px;
	border: solid;
	border: #FDD566;
}
.footerDisclaimer{
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color : #666666;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}