@charset "utf-8";
/* CSS Document */
@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	font-size: small;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #FE7201;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}
.newheader {
	background-color: #EAEAEA;
	padding: 4px;
	font-weight: bold;
	background-image: url(headbg.jpg);
	background-repeat: repeat-x;
	height: 20px;
}
.dotted_line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
a {
	color: #FF6600;
}
