body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url(images/page_bg.jpg) repeat-x;
}
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.clr {
	clear: both;
	height: 0px;
}
form {
	padding: 0px;
	margin: 0px;
}
#container {
	margin: 5px auto 0px auto;
	width: 670px;
	text-align: left;
}
#logo {
	
}
#navtop {
	margin-left: 40px;
}
#navtop ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navtop ul li {
	float: left;
}
#navtop ul li a {
	display: block;
	width: 86px;
	height: 25px;
	line-height: 25px;
	background: url(images/menutop_item_bg.jpg) no-repeat;
	text-align: center;
	color: #000000;
	text-decoration: none;
}
#contentarea {
	background: url(images/body_bg.jpg) no-repeat;
}
#contentarea_i {
	height: 449px;
	overflow: auto;
	margin: 10px 10px 10px 10px;
	_margin: 10px 20px 10px 10px;
	padding: 0px;
	position: relative;
	scrollbar-face-color: #EAEAEA;
	scrollbar-shadow-color: #B9B9B9;
	scrollbar-highlight-color: #B9B9B9;
	scrollbar-3dlight-color: #B9B9B9;
	scrollbar-darkshadow-color: #B9B9B9;
	scrollbar-track-color: #EAEAEA;
	scrollbar-arrow-color: #B9B9B9;
}
#boxfeatured {
	border-top: 1px #CCCCCC solid;
}
#boxfeatured h3 {
	background: url(images/bullet_featured.gif) center left no-repeat;
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 20px;
}
#boxsearch {
	background: url(images/boxsearch_bg.jpg) no-repeat;
	height: 92px;
}
#footer {
	
}
#contentarea h2 {
	background: url(images/bullet_category.gif) center left no-repeat;
	margin: 0px;
	padding: 0px 0px 0px 25px;
}
#contentarea h2, #contentarea h2 a {
	font-size: 1.1em;
}
.subcats {
	margin: 5px 5px 5px 30px;
	padding: 0px;
}
.subcats a {
	color: #000000;
	text-decoration: none;
}
a {
	color: #78B1E0;
}
#searchform {
	margin: 0px;
	padding-top: 15px;
	padding-left: 20px;
}
#searchform .button {
	background: url(images/button_bg.jpg);
	width: 69px;
	height: 29px;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	border: none;
}
#searchform .text {
	font-size: 1.1em;
	font-weight: bold;
}
#footer a {
	font-size: .9em;
	color: #000000;
}

.formPage {
	
}
td.err {
	padding: 3px;
	color: #FF0000;
	background: #FFEDED;
	border: 1px solid #A0A0A0;
	text-align: left;
}
td.msg{
	padding: 3px;
	color: #0000FF;
	background: #EDF3FF;
	border: 1px solid #A0A0A0;
	text-align: left;
}
.label {
	text-align: right;
}
.buttons {
	text-align: center;
}
.count {
	color: #6f6f6f;
	font-size: 8pt;
	font-weight: normal;
}
