body {
	margin:0;
	overflow-y: scroll;
	background-color:#604131;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
}
table{
	color:#313131;
	font-family:tahoma;
	font-size:13px;
}
table td.footer {
	color:#b38568;
}
strong {
	color:#5c1f0a;
}
h1{
	font-family:Tahoma;
	font-size:20px;
	text-align:center;
	color:#361306;
	margin-top:0px;
	font-weight:normal;
}

h2{
	font-family:Tahoma;
	font-size:15px;
	text-align:left;
	color:#5c1f0a;
	margin-top:0px;
}

a, a:visited, img{
	color:#b38568;
	text-decoration:underline;
	font-weight:bold;
}
a:hover{
	color:#ebe2d4;
	text-decoration:underline;
	font-weight:bold;
}
a.content{
	color:#5c1f0a;
	text-decoration:underline;
	font-weight:bold;
}
a.content:visited{
	color:#5c1f0a;
	text-decoration:underline;
	font-weight:bold;
}
a.content:hover{
	color:#b38568;
	text-decoration:underline;
	font-weight:bold;
}

input, textarea {
		background-color: white;
		border: 1px solid;
		border-color: #5c1f0a;
	}
