body {
	background-color: #F6F7F1;
	margin: 0px;
	padding: 0px;
}

/*Backgrounds --------------------- */
.bg_top {
	background:url(images/header.jpg) no-repeat;
}
.bg_left {
	background:url(images/bg_left.jpg) repeat-y;
}
.bg_right {
	background:url(images/bg_right.jpg) repeat-y;
}
.bg_bot {
	background:url(images/bg_bot.jpg) repeat-x;
}
.bg_features {
	background:url(images/feat2.jpg) #FCF5E9 no-repeat bottom;
}
.bg_what {
	background:url(images/bg_what.jpg) #FBF2E1 repeat-x;
}
.bg_box {
	background:url(images/bg_box.jpg) no-repeat bottom;
}
.bg_box1 {
	background:url(images/bg_head1.jpg) repeat-x;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#874D53;
}
.bg_box2 {
	background:url(images/bg_head1.jpg) repeat-x top;
}
.bg_box3 {
	background:url(images/bg_box1.jpg) repeat-y;
}
.bg_community {
	background:url(images/bg_community.jpg) #F9CCCC repeat-x bottom;
}
.bg_community1 {
	background:url(images/comm01.jpg) no-repeat;
	font-family:"Trebuchet MS", Arial, Tahoma, Helvetica;
	font-size:13px;
	color: #9F2F45;
	font-weight:bold;
}
.bg_community2{
	background:url(images/comm02.jpg) no-repeat bottom;
}
.bg_community3{
	background:url(images/comm03.jpg) repeat-y;
}
.bg_community4{
	background:url(images/comm04.jpg) no-repeat bottom;
}
/*Forms --------------------- */

.textfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
	height: 12px;
}
.select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
/*Common --------------------- */

.arial12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A2F11;
	text-decoration: none;
}
.arial14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4A2F11;
	font-weight:bold;
	text-decoration: none;
}
.font11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#AB4D17;
	font-weight:bold;
	text-decoration: none;
}
.content12 {
	font-family:"Trebuchet MS", Arial, Tahoma, Helvetica;
	color:#333333;
	font-size:12px;
	text-decoration:none;
}
.link {
	font-family:"Trebuchet MS", Arial, Tahoma, Helvetica;
	color:#333333;
	font-size:11px;
	text-decoration:underline;
}
.link:hover {
	font-family:"Trebuchet MS", Arial, Tahoma, Helvetica;
	color:#888888;
	font-size:11px;
	text-decoration:underline;
}
.link12 {
	font-family:"Trebuchet MS", Arial, Tahoma, Helvetica;
	font-size:12px;
	color: #666666;
	text-decoration:none;
}
.link12:hover {
	color: #E08E34;
	text-decoration:underline;
}
.head13{
	font-family:"Trebuchet MS", Arial, Tahoma, Helvetica;
	background:url(images/comm03.jpg) repeat-y;
	font-size:13px;
	color: #9F2F45;
	font-weight:bold;
}
.box_content {
	margin: 4px 24px 10px 23px;
}