/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/header-tail.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #5d9732;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #5D9732;
}
a:hover {
	text-decoration: none;
	color: #66CC00;
}
a:active {
	text-decoration: underline;
	color: #66CC00;
}
h1 {
	font-size: 36px;
	color: #005a84;
}
h2 {
	font-size: 24px;
	color: #005A84;
}
h3 {
	font-size: 18px;
	color: #005A84;
}
h4 {
	font-size: 18px;
	color: #5d9732;
}
h5 {
	font-size: 16px;
	color: #005A84;
}
h6 {
	font-size: 14px;
	color: #005A84;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin: 5px 5px 5px 5px;
}
p {
	margin: 5px 5px 19px 5px;
	
}
.body {
	font-size:16px
}
strong {
	font-size: 16px;
	color: #005A84;
}
ul		{
	font-weight: bold;
		}
ol		{
		}
li		{
	font-size: 16px;
	margin-bottom: 10px;
		}
hr {
	margin: 5px 5px 19px 5px;
	color: #5D9732;
}
.checks		{
	list-style-type: none;
	list-style-image: url(images/list-bg.gif);
	list-style-position: outside;
		}
