.bgpageleft {
	background-image: url(images/page_left.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.bgpageright {
	background-image: url(images/page_right.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.bgfooter {
	background-image: url(images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.inow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
	color: #666666;
}
a.inow:hover {
	text-decoration: underline;
	color: #333333;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #666666;
}
.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #666666;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.bglinehorizdotted {
	background-image: url(images/line_horiz_dotted.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
.form {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.thin {
	margin-top: 0px;
	margin-bottom: 0px;
}
.breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.error {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #FF0000;
}
.border {
	border: 1px solid #EFEFEF;
}
