/* Global section */
*{margin:0px;}
td{vertical-align: top;}

/* Links */
a:link, a:active, a:visited{color:#8F4611; text-decoration:none;}
a:hover{color:#000000;}

a.sidemenu:link, a.sidemenu:active, a.sidemenu:visited{
	color: #8F4611;
	text-decoration: none;
	width: 100%;
}
a.sidemenu:hover{
	color: #000000;
}

a.topmenu:link, a.topmenu:active, a.topmenu:visited{
	color: #F4EBDA;
	text-decoration: none;
	font-size: 13px;
}
a.topmenu:hover{color:#FFFFFF;}

/* Fonts section */
.black12{font-family:Arial; font-size:12px; font-weight:normal; color:#000000;}
.black12bold{font-family:Arial; font-size:12px; font-weight:bold; color:#000000;}
.white12{font-family:Arial; font-size:12px; font-weight:normal; color:#FFFFFF;}
.white12bold{font-family:Arial; font-size:12px; font-weight:bold; color:#FFFFFF;}

/* Forms section */
.contact_text{font-family:Arial; font-size:12px; font-weight:bold;}
input.textfield{
	font-family: Arial;
	font-size: 12px;
	width: 100%;
	border: none;
}
input.textfield01{
	font-family: Arial;
	font-size: 12px;
	width: 100%;
	border: #CB8F37 solid 1px;
}
textarea.textarea{
	font-family: Arial;
	font-size: 12px;
	width: 100%;
	height: 60px;
	border: #CB8F37 solid 1px;
	
}
input.sendbutton{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	border: none;
	background-color: #CB8F37;
	color: #FFFFFF;
}
.tnr{
	font-family: "Times New Roman", Arial;
}

/* Site classes section*/
.trace{
	font-family: Arial;
	font-size: 14px;
	color: #680A08;
}