/*hyperlinks*/

a:hover	{font-weight: bold; text-decoration: none; color: #D2691E;}

a			{font-weight: bold; text-decoration: none; color: #FFFFFF;}

/*Headings*/

H2			{font-size: 12pt; font-weight: bold; color: #D2691E}
H3			{font-size: 8pt; font-weight: bold; color: #D2691E}

/*body*/
body         { background-color: #EBEFF1; color: #000066; 
				 font-family: Verdana; font-size: 10pt; 
               padding-left: 0;  }

/*tables and tablecells*/               
table        { table-border-color-light: rgb(153,255,204); table-border-color-dark: 
               rgb(0,0,51); font-family: Verdana; font-size: 10pt }
td           { font-family: Verdana; font-size: 10pt }