body {
	margin: 0px;
}
.title {
	padding-left: 5px;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	font-family: arial;
}
.main {
	padding-top: 8px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 5px;
	text-align: justify;
	font-size: 11px;
	color: #000000;
	font-family: verdana;
	height: 300px;
}
.header {
	font-size: 11px;
	color: #dddddd;
	font-family: verdana;
	text-decoration: none;
}
.header:hover {
	font-size: 11px;
	color: #dddddd;
	font-family: verdana;
	text-decoration: underline;
}
.footer {
	font-size: 11px;
	color: #dddddd;
	font-family: verdana;
}
.title1 {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #2f5300;
}
.title3 {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.text1 {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}
.warning {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	text-align: justify;
}
a.hyperlink {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #2f5300;
	text-decoration: none;
}
a.hyperlink:hover {
	text-decoration: underline;
}
INPUT,SELECT,TEXTAREA {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}
.button {
	height: 21px;
	cursor: pointer;
	cursor: hand;
}