@charset "utf-8";
body,td,th {
	font-family: "Trebuchet MS", Arial, Verdana, "Times New Roman";
	color: #523F3A;
	font-weight: normal;
	line-height: 20px;
	text-align: left;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.standard {
	font-size: 12px;
	font-weight: normal;
}



body {
	background-attachment: fixed;
	background-image: url(images/background_content.jpg);
	background-repeat: repeat;
	background-position: left center;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;	
}
h2 {
	margin: 0px;
	padding: 0px;
}


a:link {
	color: #710003;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #460002;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
h1 {
	margin-top: 2px;
	padding-top: 2px;
}

