@charset "utf-8";
/* CSS Document */
<!--
body,td,th {
	font-family: Century Gothic;
	font-size: 14px;
	color: #1F2326;
}
body {
	background-color: #f6f5f5;
	background-image: url(images/bgtop.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* default link styles, appropriate for content area */
a {color: #1D2226; text-decoration: none;}
a:link {color: #1D2226;}
a:visited {color: #1D2226;}
a:hover {color: #1D2226; font-weight: bold;}
a:active {color: #1D2226; font-weight: bold;}

/* classed link styles, appropriate for navigation area */
a.nav {color: white; text-decoration: none;}
a.nav:link {color: white;}
a.nav:visited {color: white;}
a.nav:hover {color: white; font-weight: normal;}
a.nav:active {color: white; font-weight: normal;}


.style1 {
	font-size: 18px;
	font-weight: bold;
}
.style3 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;}
	
.base {
	color: #FFFFFF;
	font-size: 12px;
		
}
.style5 {
	color: #CCCCCC;
	font-size: 12px;
}
.style6 {color: #D4D0C8}
.style8 {
	color: #1D2226;
	font-size: 18px;
	font-weight: bold;
}
.style9 {color: #F42D68}
-->