body, p, td, th, a, li {
	font: 14px "Trebuchet MS",Arial, Helvetica, sans-serif;;
	color: #646464;
}

a:link {
	color: #6d6b38;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #6d6b38;
}
a:hover {
	text-decoration: underline;
	color: #ab152b;
}
a:active {
	text-decoration: underline;
	color: #ab152b;
}


.firstpara {
	color: #6d6b38;
	font-size: 16px;
}

.smaller {
	font-size: 11px;
}

li { margin-bottom: 5px; }


h1 {
	font-size: 20px;
	color: #6d6b38;
	font-weight: normal;
	margin-top: 0;
}

h2 {
	font-size: 16px;
	color: #6d6b38;
	font-weight: bold;

}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
	
}

.sectionhead {
	color: #888b47;
	font-style:italic;
	font-weight: bold;
	font-size: 16px;
}

hr {
	height: 1px;
	border: 0;
	background: #ab152b;
}

.message {
	color: #cb0152;
	font-style: italic;

}
.bg1 {
	background-color: #ffffff;
}
