body {
	background: #f4f4f4;
	margin: 0px;
}

tr,td,th,body
{
	font-size: 8pt;
	font-family: Verdana;
	color: #000000;
}
a,a:active,a:visited,a:hover {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
th,tr,td {
	vertical-align: top;
}
img {
	border: 0px;
}
hr {
	text-align: left;
	border: none 0;
	border-top: 1px dashed #999999;
	width: 400px;
	height: 1px;
}
.textarea {
	border: 1px solid #cccccc;
	background: #FFFFFF;
	font-family: Verdana;
	font-size: 8pt;
	height: 80px;
	width: 450px;
}
.input {
	border: 1px solid #cccccc;
	background: #FFFFFF;
	font-family: Verdana;
	font-size: 8pt;
	height: 30px;
	width: 200px;
}
.input2 {
	border: 1px solid #cccccc;
	background: #FFFFFF;
	font-family: Verdana;
	font-size: 8pt;
	height: 30px;
	width: 50px;
}
.text {
	border: 1px solid #cccccc;
	padding: 5px;
	background: #FFFFFF;
	font-family: Verdana;
	font-size: 8pt;
	height: 25px;
	width: 600px;
}
table {
	border-collapse: collapse;
}
h1 {
	font-size: 12pt;
	font-weight: bold;
	font-family: Georgia;
	color: #F2984C;
	font-variant: small-caps;
	padding: 0px;
	margin: 0px;
}
b {
	font-variant: small-caps;
}
h2,h3,h4 {
	display: block;
	font-size: 8pt;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}