Body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}
A.mylink {
	color: #000000;
	font-size: 12px;
	text-decoration:none;
}
A.mylink:VISITED {
	font-size : 12px;
	text-decoration:none;
}
A.mylink:ACTIVE {
	color: #663300;
	font-size : 12px;
	text-decoration:none;
}

A.mylink:HOVER {
	color: #663300;
	font-size : 12px;
	text-decoration:none;
}

TD.copyright {
   color:#663300;
   font-size : 11px;
   text-decoration:none;
}

TD.txt{
   color:#000000;
   font-size:12px;
}

A.link {
	color: #996600;
	font-size : 12px;
	text-decoration:none;
	font-weight: bold;

}
A.link:VISITED {
	color: #996600;
	font-size : 12px;
	text-decoration:none;
	font-weight: bold;

}
A.link:ACTIVE {
	color: #000000;
	font-size : 12px;
	text-decoration:none;
	font-weight: bold;
}

A.link:HOVER {
	color: #000000;
	font-size : 12px;
	text-decoration:none;
	font-weight: bold;
}

TD.title{
	color: #663300;
	font-size : 13px;
	font-weight : bold;
}
input.form {
	background-color:#E4D7AB;
	border: 1px solid #000000;
	font-size: 10px;
	text-align: center;
}
textarea.textform {
	background : #E4D7AB;
	border : 1px solid #000000;
	font-size : 10px;
	text-align : left;
	width : 190px;
}
input.btn {
	background : #A7986B;
	border : 1px solid #000000;
	font-size : 10px;
	text-align : center;
}