body {
	font-size: 12px;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
	color: #333333;
	background-color: #E8E0D6;
	background-image: url(comp_img/bg02.gif);
	background-repeat:repeat-x
}
h1 {
	font-size: 10px;
	width: 203px;
	color: #FFFFFF;
	margin-bottom: 0px;
	height: 18px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;

}
.underdot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B8A392;
}
