body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
}

a {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

.green {
	color: #67ad00 !important;
}

.orange {
	color: #ff6600;
}

.blue {
	color: #217FBD;
}

.red {
	color: #ff0000 !important;
}

.btn {
	background: url(images/btn.gif) repeat-x;
	border: 1px #912700 solid;
	height: 25px;
	padding: 0 16px 2px 16px;
	margin-top: 1px;
	color: #fff;
}

.top_x {
	background: url(images/blocks/top_x.gif) repeat-x;
	height: 9px;
}

.brd_left {
	background:url(images/blocks/brd_left.gif) repeat-y;
}

.sub_x {
	background: url(images/blocks/sub/x.gif) repeat-x;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

.sub_orange_x {
	background: url(images/blocks/sub/x_orange.gif) repeat-x;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

.sub_green_x {
	background: url(images/blocks/sub/x_green.gif) repeat-x;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

.brd_right {
	background:url(images/blocks/brd_right.gif) repeat-y;
}

.bottom_x {
	background: url(images/blocks/bottom_x.gif) repeat-x;
	height: 9px;
}

.block ul {
	display: inherit;
	list-style: none;
	margin: 0;
	padding: 0;
}

.block li {
	display: block;
	float: left;
	width: 270px;
	height: auto;
	margin: 12px 6px 12px 6px;

}

.block2 ul {
	display: inherit;
	list-style: none;
	margin: 0;
	padding: 0;
}

.block2 li {
	display: block;
	float: left;
	width: 430px;
	height: auto;
	margin: 12px 6px 12px 6px;

}

.site {
	background: url(images/blocks/sitebg.gif) repeat-x;
	height: 30px;
}

.site_links {
	background: url(images/blocks/sitebg.gif) repeat-x;
	height: 30px;
}

.site_links a {
	color: #333;
	font-weight: bold;
}

.bgrd1 {
	background: #FFF;
}

.bgrd0 {
	background: #EEEEEE;
	border: 1px #CCC solid;
}