body
{
	padding: 0;
	margin: 0;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
    background-position-y: top;
}

.heading
{
	font-family: tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #6c2a14;
}

.bodytext
{
	font-family: tahoma;
	font-size: 11px;
	color: #141412;
}

.date
{
	font-family: tahoma;
	font-size: 11px;
	color: #edbd7d;
}

.maserhead
{
	font-family: tahoma;
	font-size: 11px;
	color: #141412;
	font-weight: bold;
}

.masertext
{
	font-family: tahoma;
	font-size: 11px;
	color: #ebbb7b;
}


.copyright
{
	font-family: tahoma;
	font-size: 11px;
	color: #9a7647;
}

/* Copyright Style */

a:visited.copy, a:active.copy, a:link.copy
{
	color: #c68e44;
	text-decoration: none;
	border-bottom: 1px dotted #bb8e54;
}
a:hover.copy
{
	color: #e5af67;
	text-decoration: none;
	border-bottom: 1px solid #bb8e54;
}
/* Copyright Style */


a:visited.main, a:active.main, a:link.main
{
	color: #471200;
	text-decoration: none;
	border-bottom: 1px solid #000000;

}
a:hover.main
{
	color: #6c2a14;
	text-decoration: none;
	border-bottom: 1px solid #cc0000;
}

.textfield
{
	font-family: tahoma;
	font-size: 10px;
	color: #6c2a14;
	height: 20px;
	border: 1px solid #876638;
	background-color: #c69e64;
}

.textareafield
{
	font-family: tahoma;
	font-size: 10px;
	color: #6c2a14;
	border: 1px solid #876638;
	background-color: #c69e64;
}