body, td, form {font-family: Arial, Helvetica, sans-serif;}
a:link       { color: rgb(148, 68, 57) }
a:active     { color: rgb(148, 68, 57) }
a:visited    { color: rgb(148, 68, 57) }
body         { background-color: rgb(255, 255, 255); color: rgb(0, 0, 0) }
table        { table-border-color-light: rgb(255, 255, 255); table-border-color-dark: 
               rgb(0, 0, 0) }
h1           { color: rgb(0, 0, 0) }
h2           { color: rgb(148, 68, 57) }
h3           { color: rgb(148, 68, 57) }
h4           { color: rgb(0, 0, 0) }
h5           { color: rgb(148, 68, 57) }
h6           { color: rgb(148, 68, 57) }
button       { background-color: rgb(0, 0, 0); color: rgb(255, 255, 255) }
label        { color: rgb(0, 0, 0) }
textarea     { color: rgb(0, 0, 0) }
fieldset     { color: rgb(0, 0, 0) }
legend       { color: rgb(0, 0, 0) }
select       { color: rgb(0, 0, 0) }
caption      { color: rgb(0, 0, 0) }
th           { color: rgb(0, 0, 0) }
.menu{
	font-family: Arial,Helvetica,"sans-serif" ;
	font-size: 16 px;
	color: rgb(148, 68, 57);
}
td.menu A{
	font-family: Arial,Helvetica,"sans-serif" ;
	font-size: 16 px;
	color: rgb(153, 51, 0);
        text-decoration:none;
}
td.menu A:HOVER{
	font-family: Arial,Helvetica,"sans-serif" ;
	font-size: 16 px;
	color: rgb(153, 51, 0);
        text-decoration:underline;
}
td.menu A:VISITED{
	font-family: Arial,Helvetica,"sans-serif" ;
	font-size: 16 px;
	color: rgb(153, 51, 0);
}
td.menu A:ACTIVE{
	font-family: Arial,Helvetica,"sans-serif" ;
	font-size: 16 px;
	color: rgb(31, 26, 23);
}

