body {
	margin: 0px;
	background-image: url(../img/bg.jpg);
}
#c01 {
	background-color: #FFFFFF;
}
#c02 {
	background-color: #EFD298;
}
#c03 {
	background-color: #CC9933;
}
#c04 {
	background-image: url(../img/bg_fade.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#c05 {
	background-color: #E5E5E5;
}
#c06 {
	background-color: #FFFFFF;
	border: 1px solid D6D6D6;
}
.regulartxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
}
.titletxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #944A6D;
	font-weight: bold;
}
.menutxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7F7F7F;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #CC9933;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
