p {
	font-size: 11px;
	line-height: 1.3em;
}
h3 {  font-size: 14px; font-weight: bold}
ul {
	font-size: 11px;
	line-height: 1.3em;
}
h1 {  font-size: 18px; font-weight: bold}
h2 {  font-size: 16px; font-weight: bold}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(assets/backer.gif);
	background-repeat: repeat-x;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #006600;
}
ol {
	font-size: 11px;
	line-height: 1.3em;
}
a:hover {  text-decoration: underline}
.lrLine {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
	padding-bottom: 15px;


}

