/* CSS Document */
.h2 {
	font-family: "Ms Sans Serif", sans-serif;
	font-size: 10pt;
	color:#000000;
	font-weight:bold;
}
.textdata {
	font-family: "Ms Sans Serif", sans-serif;
	font-size: 10pt;
	color:#666666;
}
.Htext {
	font-family: "Ms Sans Serif", sans-serif;
	font-size: 10pt;
	color: #FF0000;
	font-weight: bold;
}
.textfooter {
	font-family: "tahoma", sans-serif;
	font-size: 10px;
	color:#FFFFFF;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: Navy ;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
}
@import url(form.css);
@import url(board.css);