body {
    font-family: Arial, Helvetica, sans-serif;
	margin: 0px; 
	background-image:url(bgimage.jpg); 
	background-attachment:fixed; 
	background-repeat:no-repeat; 
	background-color:#9d6836; 
	background-position:center;
/*	font-size: 13px; */
}
a:link {
    text-decoration: none;
    color: #06F;
    font-weight: bold;
}
a:visited {
    text-decoration: none;
    color: #06F;
}
a:hover {
    text-decoration: underline;
    color: #0CF;
}
a:active {
    text-decoration: none;
    color: #06F;
}
.search_labels
{
	background-color: #3d190d;
/*	font-weight: bold; */
	font-size: 15px; 
	color: #FFF;
}
.search_main
{
    font-size: 12px;
}

.form_label
{
	font-size: 15px;
	color: #3d190d;
}

.form_required
{
	font-weight: bold;
}

th.sort_header
{
	cursor: pointer;
	color: #FFF;
	background-color: #3d190d;
	background-repeat: no-repeat;
	background-image: url(nosort.gif);
	background-position: center right;
}

th.sort_header_down
{
	background-color: #6d493d;
	background-image: url(desc.gif);
}

th.sort_header_up
{
	background-color: #6d493d;
	background-image: url(asc.gif);
}

div.baheader
{
	background-color: #ED1B24;
}

div.balinkbanner
{
	background-color: #000;
}

.formelement
{
	color: #000;
}

div.categorylist
{
	font-size: 10pt;
}
