
BODY { font-family: arial; font-size: 9pt;}

A:link    { font-family: arial; font-size: 8pt; color: #2D3979; text-decoration: none; font-weight: bold;}    
A:visited { font-family: arial; font-size: 8pt; color: #2D3979; text-decoration: none; font-weight: bold;}    
A:hover   { font-family: arial; font-size: 8pt; color: #587FB4; text-decoration: underline; font-weight: bold;}    
A:active  { font-family: arial; font-size: 8pt; color: #587FB4; text-decoration: none; font-weight: bold;}    

A.submenu:link    { font-family: arial; font-size: 8pt; color: black; text-decoration: none; font-weight:normal;}
A.submenu:visited { font-family: arial; font-size: 8pt; color: black; text-decoration: none; font-weight:normal;}
A.submenu:hover   { font-family: arial; font-size: 8pt; color: #587FB4; text-decoration: underline; font-weight:normal;}
A.submenu:active  { font-family: arial; font-size: 8pt; color: #587FB4; text-decoration: none; font-weight:normal;}     

A.big:link    { font-family: arial; font-size: 11pt; color: #587FB4; text-decoration: none; font-weight: bold;}    
A.big:visited { font-family: arial; font-size: 11pt; color: #587FB4; text-decoration: none; font-weight: bold;}    
A.big:hover   { font-family: arial; font-size: 11pt; color: #587FB4; text-decoration: underline; font-weight: bold;}    
A.big:active  { font-family: arial; font-size: 11pt; color: #587FB4; text-decoration: none; font-weight: bold;}    

A.bigwhite:link    { font-family: arial; font-size: 11pt; color: #FFFFFF; text-decoration: none; font-weight: bold;}    
A.bigwhite:visited { font-family: arial; font-size: 11pt; color: #FFFFFF; text-decoration: none; font-weight: bold;}    
A.bigwhite:hover   { font-family: arial; font-size: 11pt; color: #FFFFFF; text-decoration: none; font-weight: bold;}    
A.bigwhite:active  { font-family: arial; font-size: 11pt; color: #FFFFFF; text-decoration: none; font-weight: bold;}     

A.heading:link    { font-family: arial; font-size: 12pt; color: #587FB4; text-decoration: none; font-weight: bold;}    
A.heading:visited { font-family: arial; font-size: 12pt; color: #587FB4; text-decoration: none; font-weight: bold;}    
A.heading:hover { font-family: arial; font-size: 12pt; color: #2D3979; text-decoration: underline; font-weight: bold;}    
A.heading:active  { font-family: arial; font-size: 12pt; color: #2D3979; text-decoration: none; font-weight: bold;}    

TD { font-family: arial; font-size: 9pt; }
TD.left_right_content { font-family: arial; font-size: 8pt; }
TD.heading { font-family: arial; font-size: 13pt; color: 2D3979; font-weight: bold;}
TD.subheading { font-family: arial; font-size: 10pt; color: 2D3979; font-weight: bold;}


P { font-family: arial; font-size: 9pt; font-weight: normal; color: black}
P.news { font-family: arial; font-size: 9pt; font-weight: bold; color: #2D3979;}
P.body { font-family: arial; font-size: 9pt; font-weight: none; color: black;}
P.requirements { font-family: arial; font-size: 7pt; color: 587FB4 }
P.heading { font-family: arial; font-size: 12pt; font-weight: bold; color: #2D3979;}
P.white { font-family: arial; font-size: 14pt; font-weight: bold; color: #FFFFFF;}

DD { font-family: arial; font-size: 8pt; font-weight: normal; color: #2D3979;}

UL { font-family: arial; font-size: 9pt; font-weight: none; color: #2D3979;}
OL { font-family: arial; font-size: 9pt; font-weight: none; color: #000000;}
LI { font-family: arial; font-size: 10pt; font-weight: normal; color: black;}

/* Expand/contract code from http://www.mindsack.com/toggle*/
	a.norgie { float: left;	height: 14px; width: 15px; margin-right: 5px; overflow: hidden;}
	.item {overflow: hidden; }
	.item_headline {margin:10px}
	.with_border { border: 1px solid black; }
	.item_contents {width:444;padding:15px;background-color:F6F7F7;}
	.visible .item_contents { display: block; }
	.invisible .item_contents { display: none; }
	.hide { display: none; }

/* make table rows highlight when you hover */
.tableRow{
	background-color: #E9EAEA;
}
.tableRowOver{
background-color: FFFFB8;
}