@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #FFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
.topstrip {
	background-image: url(images/top-strip.gif);
	height: 8px;
	background-repeat: repeat-x;
}
.bottombox {
	border: 1px solid #ededed;
	background-color: #FFF;
	background-image: url(images/bottombox-bg.jpg);
	background-repeat: repeat-x;
	font-family: Calibri, Arial;
	font-size: 14px;
	color: #999;
}
.bottomhdrs {
	font-family: Calibri, Arial;
	font-size: 21px;
	color: #000;
}
.bullets {
	list-style-image: url(images/bullets.gif);
}
.contentbg {
	background-image: url(images/middle-content-area.gif);
	background-repeat: repeat-y;
}
h1 {
	font-family: Calibri, Arial;
	font-size: 21px;
	color: #333;
}
h2 {
	font-family: Calibri, Arial;
	font-size: 16px;
	color: #333;
}
hr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	color: #FFF;
}
