/* basic */

body { background-color: white }
p, td, h1, h2, h3, h4 { font-family: Arial,Helvetica,Sans-serif }

td.main { color: black; font-size: 11pt; padding: 30 }

a:link { color: #CC6600; font-weight: bold }
a:visited { color: #CC6600; font-weight: bold } 
a:active { color: #000000; font-weight: bold }
a:hover { color: #000000; font-weight: bold } 

h2 { color: #000000 }
hr { color: #CC6600 }

/* navigation */

td.navbar { background-color: #517ABB; color: white; font-size: 10pt }
td.buttons { border: 1px solid #cccccc; background-color: #000000; 
	color: white; font-size: 9pt; font-weight: bold }

a.navbar:link { text-decoration: none; color: #FFFFFF; font-weight: bold }
a.navbar:visited { text-decoration: none; color: #FFFFFF; font-weight: bold } 
a.navbar:active { text-decoration: none; color: #FFCC66; font-weight: bold }
a.navbar:hover { text-decoration: none; color: #FFCC66; font-weight: bold }