@charset "UTF-8";
/* CSS Document */


body {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #572600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #572600;
}
a:hover {
	text-decoration: underline;
	color: #FF9A01;
}
a:active {
	text-decoration: none;
	color: #FF9A01;
}

header {
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
}	

th {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
}

.bodystyle {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.medium {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 5px;
	border-width: 0;
}

.big {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.xbig {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 24px;
}


