/* CSS Document */
.headbrown
{
font-family:times;
font-size:17px;
color:#854A00;
font-weight:bold;
}

.linkbrown12
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#854A00;
font-weight:bold;
}
.linkblack12
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
font-weight:bold;
}

.txtblack
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}
.txtfooter
{
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
color:#000000;
}


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}