h1 {
    font-family: tahoma, Arial, Helvetica, sans-serif; font-size: 14px;
    color: #000000; text-decoration:none; font-weight: bold; font-style:italic;
    margin: 3px 5px 5px 3px;
}
h2 {
    font-family: tahoma, Arial, Helvetica, sans-serif; font-size: 14px;
    color: #8D2800; text-decoration: none; font-weight: bold;
    margin: 3px 5px 5px 3px;
}
h3 {
    font-family: tahoma, Arial, Helvetica, sans-serif; font-size: 12px;
    color: #000000; text-decoration: none; font-weight: bold;
    margin: 3px 5px 5px 3px;
}
h5 {
    background-image: url(images/fence-top.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	color: #336633;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin: 0 0 0 0;
}	

body {
width: 400px;
margin: 5px auto;
padding: 0px;
font-family: Verdana, helvetica, sans-serif;
font-size: 12px;
color: #000;
background: #EFF4F4;
text-align: left;
}

table {
font-family: verdana, helvetica, sans-serif;
font-size: 11px;
text-align: left;
color: #000;
}

A:link {
	color: #0000FF;
	text-decoration: none;
}

A:visited {
	color: #0000FF;
	text-decoration: none;
}

A:active {
	color: #0000FF;
	text-decoration: none;
}

A:hover {
	color: #0000FF;
	text-decoration: underline;
}

TD {
	font-size: 12px;
	font-family : Verdana;
}

P {
	font-size: 12px;
	font-family : Verdana;
}

HR {
	color : #003366;
	height : 1px;
}