body, td, p {
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	color:#000000
}
.nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	line-height: 30px;
	text-transform: uppercase;
	background-color: #FFFFFF;
	text-align: center;
}
.nav a {
	text-decoration: none;
	color: #000000;

}
.nav a:hover {
	color: #006600;
}
h1 {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-size:12px;
	font-weight: bold;
	letter-spacing: 1px;
}
h4 {
	font-size:14px;
	font-style: italic;
	font-weight: bold;
}
li {
	list-style-position: outside;
	margin-top: 5px;
	margin-bottom: 5px;
}
.main {
	padding: 25px;
	margin: 25px;
}
.main a{
	text-decoration: none;
	color: #006600;
}
.main a:hover {
	text-decoration: underline;
}
