<!--
.regtxt {
	font-size:			16px;
	color:				#000000;
	font-family:		arial;
}

.smtxt {
	font-size:			12px;
	color:				#000000;
	font-family:		arial;
}

.boldtxt {
	font-weight:		bold;
}

a {
	text-decoration:	none;
	color:				#FF0000;
}

a:hover {
	text-decoration:	underline;
}

.heading {
	font-size:			18px;
	font-weight:		bold;
}

.menu {
	font-size:			20px;
}

.tblHeader {
	font-size:		14px;
	font-weight:		bold;
	background-color:	#CCCCCC;
}

.tblBorder {
	background-color:	#000000;
	padding:			0px 0px 0px 0px;
}

.tblData {
	vertical-align:		middle;
	font-weight:		normal;
	font-size:			12px;
}

-->