body {
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.5;
	color: #333333;
	background-color: #9BBCFF;
	}
	
td, th { 
    font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
    font-size: 80%;
    line-height: 1.5;
     color: #333333;
     }
     
h1 { background: #6699FF;
     text-align: center; 
     text-shadow: 2px 2px 4px white;} 
     
h2 {
	background: #6699FF;
	text-align: center;
	font-style: italic;
	text-shadow: 2px 2px 4px white;
}

h3 { background: #95B8FF; text-align: center; margin-right: 25%; margin-left: 25%}

h3.error { background: red; color: white; text-align: center; margin-right: 25%; margin-left: 25%}

h4 { text-align: center; margin-right: 25%; margin-left: 25% }

tr.even { color: black; background: #FFF8F0}
tr.odd { color: black; background: #E8EFFF}
tr.menu { color: black; background: #FFEEDD}
tr.header {
	color: black;
	background: #CCFFCC;
	font-weight: bold;
}

p.shaded { color: black; background: rgb(235,235,235) }

td.link { background: #95B8FF; text-align: center }
td.spacer { color: #9BBCFF; background: #9BBCFF }
td.white { background: #FFFFFF }

a {
	color: #FF3300;
	background-color: transparent;
	text-decoration: none;
    }
	
a:hover {
	color: #FFFFFF;
	background-color: #FF3300;
	text-decoration: none;
    }

div.nav { text-align: center; font-weight: normal; background-color: #C6D9FF}

hr {color: #CCCCCC;
    height: 1px;
    noshade}

