body {
	background-color: #ede9e1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Verdana;
	font-size: 10px;
	color: 50452d;
}

input {
	font-family: Verdana;
	font-size: 9px;
}

.Heading{
font-size:12px;
font-family:Courier New, Courier, mono;
color:7a5f38;
font-weight:bold;
}

.Title{
font-size:12px;
font-family:Courier New, Courier, mono;
color:970000;
font-weight:bold;
}


.Heading 2{
 font-size: 12px;
 font-family:Courier New, Courier, mono;
 color:7a5f38;
 }

a:link {
	color: 970000;
	text-decoration: none;
}
a:visited {
	color: #970000;
	text-decoration: none;
}
a:hover {
	color: #970000;
	text-decoration: underline;
}
a:active {
	color: #ffffff;
	text-decoration: none;
}