A:link {
	text-decoration: underline;
	color: #000000;
}

A:visited {
	text-decoration: underline;
	color: #000000;
}

A:active {
	text-decoration: underline;
	color: #000000;
}

A:hover {
	text-decoration: none;
	color: #000000;
}

.head {
	font-family: Arial, Courier;
	font-size: 10pt;
	color: #FFFFFF;
}

.body {
	font-family: Verdana, Arial, Courier, sans-serif;
	font-size: 10pt;
	color: #000000;
}

.note {
	font-family: Verdana, Arial, Courier, sans-serif;
	font-size: 8pt;
	color: #999999;
}

.blacknote {
	font-family: Verdana, Arial, Courier, sans-serif;
	font-size: 8pt;
	color: #000000;
}

.form200 {
	font-size: 12px;
	font-family: Verdana, Arial, Courier, sans-serif;
	color: #000000;
	background-color: #EEEEEE;
	border-style: dotted;
	border-color: #CCCCCC;
	border-width: 1px;
	width: 200px;
}

.form80 {
	font-size: 12px;
	font-family: Verdana, Arial, Courier, sans-serif;
	color: #000000;
	background-color: #EEEEEE;
	border-style: dotted;
	border-color: #CCCCCC;
	border-width: 1px;
	width: 80px;
}

.form {
	font-size: 12px;
	font-family: Verdana, Arial, Courier, sans-serif;
	color: #000000;
	background-color: #EEEEEE;
	border-style: dotted;
	border-color: #CCCCCC;
	border-width: 1px;
}

.msgBox {
	font-size: 12px;
	font-family: Verdana, Arial, Courier, sans-serif;
	text-align: justify;
	color: #000000;
	background-color: #EEEEEE;
	border-style: dotted;
	border-color: #CCCCCC;
	border-width: 1px;
}