h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;

}
a.two:link {
	color: #5B5B00;
	font-size: 14px;

}
.style1 {color: #FF0000}
a.two:visited {color: #5B5B00;}
a.two:active {color: #5B5B00;}
a.two:hover {color: white; background-color: black}
.two {
	font-size: 14px;
	text-decoration: none;
	font-style: normal;
}
a.three:link {
	color: black;
	font-size: 14px;
}
a.three:visited {color: black;}
a.three:active {color: black;}
a.three:hover {color: white; background-color: black}
.three {
	font-size: 14px;
	text-decoration: none;
	font-style: normal;
}
a {
	font-style: normal;
}
a:link {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
.style5 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.style6 {font-size: 14px}
.style8 {font-size: 12px}
.style9 {font-size: 16px; font-weight:bold}
.style10 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
}
.style11 {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}
.style12 {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	color:#F00;
}


body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 90px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}
table {
	font-size: 14px;
}
table#menu {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background-color: #FFFFE6;
}
table#toppage {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: #FFFFD9;
	background-image: url(homepage6.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-attachment: scroll;
}

table#pages td {
	border-style: solid;
	border-color: #000;
	border-width: 1px;
	height: 25px;
	padding: 0px;
	margin: 0px;
}

table#pages td#home {
	background-color: #FFFFBF;
	border-style: solid;
	border-color: #000;
	border-width: 1px;
	height: 25px;
	padding: 0px;
	margin: 0px;
}

hr {
	color: #8A8A00;
	background-color: #8A8A00;
}
