body {
	margin-top: 0px;
	background-image: url(images/index_bg.jpg);
	background-repeat: repeat-x;
	background-color: #C87E61;
}

.standard {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: 100;
	color: #343130;
}
.standardboldred {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: 900;
	color: #B00000;
}
a:link {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: 900;
	color: #B00000;
	text-decoration: none;
}
a:visited {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: 900;
	color: #900000;
}
a:hover {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: 900;
	color: #F00000;
	text-decoration: underline;
}
a:active {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: 900;
	color: #FFFFFF;
	text-decoration: underline;
}
.standarditalic {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: 100;
	color: #343130;
	font-style: italic;
}
.standardbold {

	font-family: Tahoma;
	font-size: 11px;
	font-weight: 900;
	color: #343130;
}
h1 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: 900;
	color: #B00000;
	font-style: normal;
	display: inline;
}
.biggreen {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: 900;
	color: #006600;
}

h2 {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #B00000;
	font-style: normal;
}