@charset "UTF-8";
body,td,th {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 12px;
}
a:link {
	color: #006600;
	text-decoration: underline;
}
a:visited {
	color: #006600;
	text-decoration: underline;
}
a:hover {
	color: #999933;
	text-decoration: none;
}
a:active {
	color: #006600;
	text-decoration: underline;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #060606;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	margin: 0
	
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 0
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0
}
p  {
	margin-top: 0;
}
#nav {
	vertical-align: top;
}
#nav a:link {
	text-decoration: none;
}
#nav a:visited {
	text-decoration: none;
}
#nav a:hover {
	color: #999933;
	text-decoration: none;
}
body {
	background-color: #f3e8ca;
	background-position: center;
	margin-top: 25px;
}
#main {
	background-position: center;
}
#footer {
	font-size: 10px;
	background-position: center;
	text-align: center;
	padding: 5px;
}
#nav a:active {
	text-decoration: none;
}
