@CHARSET "UTF-8";

.slogan {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.menuitem {
	font-family: "Century Gothic";
	color: #663300;
	font-size: 14px; 
}
.normaltext {
	font-family: "Century Gothic";
	font-size: 13px;
}
.bigtext {
	font-family: "Century Gothic";
	font-size: 24px;	
}
.linktext {
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
.normallink {
	font-family: "Century Gothic";
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
}
.title {
	color: #000000; 
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px;
}
.subtitle {
	color: #000000; 
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
}
.featured {
	color: #000000; 
	font-family: "Century Gothic"; 
	font-size: 24px;
	font-style: italic;
}
.tableheading {
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.tablecontent {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #000000;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}