/* CSS Document */
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 6%;
	line-height: 139%;
	font-weight: bold;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}.style2 {
	font-size: 12px;
	font-weight: bold;
	color: #7F2502;
}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FC7301;
}
a:active {
	text-decoration: underline;
	color: #FC7301;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 14px;
	color: #B75202;
}
h2 {
	font-size: 12px;
	color: #663300;
}
#mainlinks {}
#mainlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 6%;
	line-height: 139%;
	font-weight: bold;
}


div#mainlinks a:link {
	color: #000000;
	text-decoration: none;
}
div#mainlinks a:visited {
	text-decoration: none;
	color: #000000;
}
div#mainlinks a:hover {
	text-decoration: none;
	color: #FC7301;
}
div#mainlinks a:active {
	text-decoration: none;
	color: #FC7301;
}

