@charset "utf-8";
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #663300;
	text-decoration: none;
	background-color: #FFFFCC;
	background-image: url(../_gfx/CWC_Home_bkg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: left;
}
a:link {
	color: #663300;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #663300;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #663300;
}
.textbold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #663300;
}
.textsmall {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #663300;
}
.textmed {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #663300;
	font-weight: bold;
}
.textlarge {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #663300;
	font-weight: bold;
	text-align: center;
}
