@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	padding-top: 10px;
}
a{
	color: #808736;
	font-weight: bold;
	text-decoration: underline;
}
.myborder {
	border: 5px solid #FFFFFF;
}

h1 {
	color: #808736;
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
hr {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.boxstyle {
	padding: 10px;
	border: 1px dotted #CCCCCC;
}

