BODY, TD, Input, Select
{
	margin: 0;
	Font-Family: Arial;
	Font-Size:11px;
}


/* Header Table */
Table#Header { width:100%; border-collapse:collapse; margin-bottom:20px; }
Table#Header TD { padding: 0, 0, 1, 1; }
Table#Header TD .Spacer { background-color: #1C4E93; height:25px; width:100%; }

Table#Header .MainMenu TD { padding:0; }
Table#Header TD .MenuSpacer { background-color: #16388F; height:36px; width:100%;}

Table#Header TD.SubMenu { color:white; }
Table#Header TD .SubMenuSpacer { background-color: white; height:25px; width:100%; }
		
/* Footer */
Table#Footer { width:100%; border-collapse:collapse; background-color: #16388f; margin-top:20px;}
Table#Footer TD { width:100%; color:white; font-size:7pt; padding:3px; }
		

/* Transform the text of the Investor Menu */
.menuInvestor { text-transform:  uppercase; }


/* Links */
a { color: #b75700; text-decoration:none; }
a:hover { text-decoration:underline; }



/* Content Area */
#Content { color: #333; font-size:11px; width:735px; }
#Content H1 { padding-bottom: 4px; padding-left: 40px; font-family: Arial; Font-Size:14px; Font-Weight:bold; border-bottom:1px solid #16388F; margin-bottom:0px;}
#Content P, #Content UL { padding-left: 40px; }
#Content TD { padding-left: 40px; }
#Content TD P { padding-left: 0px; }

#Content .Padding { padding-left: 40px; }
#Content .Padding P { padding-left: 0px; }

/* Standard results table */
.StandardResults { border-collapse:collapse; margin-left:40px}
.Standardresults TD { padding:6px; }


/* Used for outputing error message */
.errormessages { color: red; }
