* {
padding: 0;
margin: 0;
font-size:12px;
}
body {
font-size: 75%;
font-family: verdana, sans-serif;
background-image:url(mastheadbg.jpg); background-repeat:no-repeat;
background-color:#c2c29c;
padding: 30px;
}

#navigation span {
display: block;
background-image: url(tableft.gif);
background-repeat: no-repeat;
padding: 5px 15px;
}
#navigation {
list-style: none;
overflow: auto;
}
#navigation li {
float: left;
}
#navigation a {
display: block;
background-color: #666;
color: #FFF;
text-decoration: none;
font-weight: bold;
}
#navigation a:hover{
text-decoration: underline;
}
#navigation a:active{
text-decoration: underline;
background-color:#bebebe;
}
.whitetable {
background-color:#ffffff;
color:#000000;
padding: 10px;
}

h1 {
	font-size: 24px;
	font-weight:bold;
}

table li
{margin-left:2em;
list-style-image:url(bluedisk.png);}

hr{
margin-top:1em;
margin-bottom:1em;
color:#fff;
height:1px;}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.mastheadtext  {
		font-size: 18px;
		font-weight: bold;
		color: #000000;
}

strong {font-size:120%;}

li a{font-size:110%;}

a{color:#00a0c0;text-decoration:none;}
a:hover{text-decoration:underline;}
a:active{text-decoration:underline;}
a:visited{text-decoration:none;}


