/* CSS Document */

body, table, td, p, a, ul, b, textarea {font-family: verdana,arial,helvetica,sans-serif;font-size:11px; color:#333333;}
a:hover{color:#AD352F;}

.topNavigation {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:8px;
}

.Title {
	color:#AD352F;
	font-size:16px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:Bold;
}

.subTitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
	color:#999999;
	font-weight:bold;
}

.sideNavigation {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#999999;
}

/* Side Navigation */
a.sideNavigation, a.sideNavigation:visited, a.sideNavigation:active {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#999999;
	text-decoration:none; 
}
a.sideNavigation:hover{color:#AD352F;}

/* Formatted text links without underlines */
a.commodityUnderline, a.commodityUnderline:visited, a.commodityUnderline:active, a.commodityUnderline:hover {text-decoration:none; }

/* Top Navigation */
a.topNavigation, a.topNavigation:visited, a.topNavigation:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size:8px;
	text-decoration:none; 
}
a.topNavigation:hover{color:#333333; text-decoration:none;}

.classFlashLayer{
	margin-left:-387px;
	left:50%;
	top:50px;
	z-index:1; 
	position:absolute;
	visibility:hidden;
}

.sideHeader {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color: #FFFFFF;
}

/* Sub Navigation */
a.SubNavigation, a.SubNavigation:visited, a.SubNavigation:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
}
a.SubNavigation:hover{color:#AD352F;}

.SideContent{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

.SubNavigationCell{
background-color:#F7F7F7;
border-top:1px #77727E solid;
border-bottom:1px #77727E solid;
border-right:1px #77727E solid;
border-left:1px #77727E solid;
padding-left:11px;
padding-top:5px;
padding-bottom:9px;
line-height:.5em;
} 

.PlatformsCell{
padding-top:5px;
padding-bottom:9px;
line-height:2pt;
} 

.FooterCell{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

.FooterCaption{
	color:#666666;
}

.Heading {
	color:#AD352F;
	font-size:17px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:Bold;
}

a.FooterNavigation, a.FooterNavigation:visited, a.FooterNavigation:active{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}
a.FooterNavigation:hover{color:#AD352F;}

/*Format the input boxes on all the forms*/
input {
border: #666666 1px solid;
background-color:#CCCCCC;
font-family:Arial, Helvetica, sans-serif;
font-size:9pt;
font-weight:900;
color:#333333
}

/*Format the input boxes on all the forms to have no bg color and no border (used for option and check boxes)*/
input.Colorless {	
border: #FFFFFF 1px solid;
background-color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:9pt;
font-weight:900;
color:#333333
}