@charset "utf-8";
/* CSS Document */

body {
	width: 750px;
	margin: 8px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.topNav {
	font-size: 13px;
	font-weight: bold;
	color: #333399;
	text-decoration: underline;
}


.sideNav a {
	background: url("images/button.gif") 0 0 no-repeat;
	margin: 0px 0px 0px 0px;
	display: block;
	width: 145px;
	height: 39px;
	font: 12px arial;
	text-align: center;
	line-height: 37px;
	color: #000000;
	text-decoration: none;
}
.sideNav a:visited {
	background: url("images/button.gif") 0 0 no-repeat;
	margin: 0px 0px 0px 0px;
	display: block;
	width: 145px;
	height: 39px;
	font: 12px arial;
	text-align: center;
	color: #000000;
	line-height: 37px;
	text-decoration: none;
}
.sideNav a:hover { 
	background-position: 0 -39px;
	font: 12px arial;
	line-height: 37px;
	color: #000000;
	text-align: center;
}

.bodyFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a {
	color: #009900;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #009900;
	display: inline;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #009900;
	display: inline;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #009900;
	display: inline;
}

h4 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FF3300;
	display: inline;
}

h5 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333399;
	display: inline;
}

h6 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	display: inline;
}
	

br {
	line-height: 12px;
}

.borderL {
	 border-left: 1px solid #000;
	 border-top: 1px solid #000;
	 width: 60%;
	 padding: 5px;
	 font-size: 13px;
}

.borderC {
	 border-left: 1px solid #000;
	 border-top: 1px solid #000;
	 width: 20%;
	 padding: 5px;
	 text-align: center;
	 font-size: 13px;
	 color: #009900;
}

.borderR {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	width: 20%;
	padding: 5px;
	text-align: center;
	font-size: 13px;
	color: #FF3300;
}
