

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background-color: #454545;
background-image: url(images/back.jpg);
scrollbar-3dlight-color:#FFFFFF;
scrollbar-arrow-color:#666666;
scrollbar-base-color:#FFFFFF;
scrollbar-track-color: #FFFFFF;
scrollbar-darkshadow-color:#FFFFFF;
scrollbar-face-color:#FFFFFF;
scrollbar-highlight-color:#cccccc;
scrollbar-shadow-color:#cccccc;
}


input,textarea,select {
font-family: Arial, 'Times New Roman'; 
font-size: 11px; 
font-style: normal; 
font-weight: normal; 
border-bottom: 1px; 
border-left-width: 1px; 
border-right-width: 1px; 
border-top-width: 1px; 
border-bottom-width: 1px;
border-color: #333333;
border-left-style : solid;
border-right-style : solid;
border-bottom-style : solid;
border-top-style : solid;
background-color: White;
padding: 3px;
margin-right: 2px;
}

.table_menu{
	background-color: #76421A;
	text-align: center;
	height: 40px;
}


h1{
	color: #76421A;
	font-size: 16px;

}

.content, .formtable{
	font-size: 12px;
}

/*for the form layout*/
div.formbox
{
	width: 500px;
}
div.row {
  clear: both;
  padding-top: 10px;

  }
div.row span.label {
	float: left;
	width: 150px;
	text-align: right;
	margin-right: 5px;
  }

div.row span.formw {
  float: right;
  width: 335px;
  text-align: left;
  } 
div.submit
{
	padding-left: 165px;
	float: left;
	padding-top: 20px;
}
  
.message
{
	text-align: center;
	border: 1px solid red;
	width: 685px;
	padding: 5px;
	margin: 10px;
	font-weight: bold;
}
  
  
  

A.menulink:link { color: #FFFFFF; text-decoration: none; font-weight: bold; }
A.menulink:visited { color: #FFFFFF; text-decoration: none; font-weight: bold; }
A.menulink:hover { color: #FFFFFF; text-decoration: none; font-weight: bold; }
A.menulink:visited:hover { color: #FFFFFF; text-decoration: none; font-weight: bold; }


A:link           { color: #333333; text-decoration: underline; font-weight: bold; }
A:visited      { color: #333333; text-decoration: underline;  font-weight: bold;}
A:hover               { color: #333333; text-decoration: none; font-weight: bold; }
A:visited:hover  { color: #333333; text-decoration: none; font-weight: bold;}