body {
	background-color: White;
	background-image: url(images/main_bgr.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3d3d3d;
}

.h1
{
	font-family: "Century Gothic", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #3c5c0b;
	font-size: 14px;
	background: none;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 1px;
	margin-bottom: 0px;
	
}

.h2
{
	font-family: "Century Gothic", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4d4d4d;
}

.h3
{
	font-family: "Century Gothic", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E87A14;
}

.text
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3d3d3d;
}

.copyright
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #3d3d3d;
}

.maintext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3d3d3d;
	text-align: justify;
}

A:link {
	font-size: 10px;
	color: #3d3d3d;
	text-decoration: none;
	font-weight: bold;
}

A:visited {
	font-size: 10px;
	color: #3d3d3d;
	text-decoration: none;
	font-weight: bold;
}

A:hover {
	color: #9C9C9C;
	text-decoration: none;
}

A:active {
	text-decoration: none;
	font-weight: bold;
}

A.whitelink {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

A.whitelink:hover {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

A.whitelink:active {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

A.whitelink:visited {
	font-size: 10px;
	color: #ffffff;
}

A.orangelink {
	font-size: 10px;
	color: #E87A14;
	text-decoration: none;
}

A.orangelink:hover {
	font-size: 10px;
	color: #3d3d3d;
	text-decoration: none;
}

A.orangelink:active {
	font-size: 10px;
	color: #3d3d3d;
	text-decoration: none;
}

A.orangelink:visited {
	font-size: 10px;
	color: #E87A14;
}