body {
	margin:0px 0px 0px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0px;
	background:#FFFFFF;
	 }
	 
H1 {
  font-family: Arial;
  font-size: 12pt;
}

#navbar {

        width:130px;
        background:#336699;
        font-family:Georgia, "Times New Roman", Times, serif;
        padding:10px;
        font-size:0.8em;
        text-align:center;
        }

#maincontent {
        margin-left: 142px;
        padding:20px;
        line-height: 150%;
        font-family:Georgia, "Times New Roman", Times, serif;
        font-size:0.8em;
        }

a.navbut, a:visited.navbut{
        text-align: center;
        text-decoration:none;
        color: #a54105;
        border-style: ridge;
        border-width: 2px;
        border-color: #EEC #EEC #C66 #C66;
        display:block;
        margin-top: 3px;
        margin-bottom:3px;
        background: #ccc;
        }



a:hover.navbut{
        display:block;
        text-align: center;
        text-decoration:none;
        color: #00F;
        border-style: ridge;
        border-width: 2px;
        border-color: #C66 #C66 #EEC #EEC;
        margin-top: 3px;
        margin-bottom:3px;
        background: #FFE4C4;
}
.mainText {
	color: #666666;
	text-align: justify;
	font-size: 12px;
}
.www {
	font-size: 10px;
	color: #666666;
	text-align: right;
}
.pageheader {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}
.subheader {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.topBar {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.footBar {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.boldHeader {
	font-weight: bold;
	font-size: 12px;
	color: #666666;
}
.redText {
	color: #FF0000;
	font-size: 12px;
}