@import url("main2.css");

a img {
	border: 0;
}

a:link {
	color: #507810;
	font-weight: normal;
	text-decoration: underline;
}

a:visited {
	color: #777;
	text-decoration: underline;
}

a:hover {
	color: #507810;
	text-decoration: none;
}


h1 {
   font-family: Arial, Helvetica, sans-serif;
	color: #a2110d;
	font-size: 100%;
	font-weight: bold;
	margin: 0px 0 15px 0px;
	padding: 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #a2110d;
	font-size: 90%;
	font-weight: bold;
	margin: 0px 0 15px 0px;
	padding: 0;
}

h3 {
   font-family: Arial, Helvetica, sans-serif;
	color: #a2110d;
	font-size: 80%;
	font-weight: bold;
	margin: 0px 0 15px 0px;
	padding: 0;
}

h4 {
   font-family: Arial, Helvetica, sans-serif;
	color: #537c10;
	font-size: 75%;
	font-weight: bold;
	font-style: italic;
	margin: 0px 0 15px 0px;
	padding: 0;
}

p {
	margin-top: 0;
}

ul {
	margin-top: 0;
	padding-top: 0;
}

ul li {
	list-style-image: url(../images/bullet.gif);
	padding-bottom: 5px;
	font-size: .75em
}

ol {
	margin-top: 0;
	padding-top: 0;
}

ol li {
	font-size: 100%;
	padding-bottom: 5px;
	font-size: .75em
}


.small {
	font-size: 90%;
	font-weight: normal;
}

.smaller {
	font-size: 80%;
	font-weight: normal;
}