#menuDiv {
	height: 20px;
	width: 200px;
	margin-bottom: 5px;
	background-color: #FAFAFE;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DFDFFF;
}
.menuTx {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	padding-left: 10px;
	text-decoration: none;
}
.footerTx {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 30px;
}

#menuDiv:hover {

	height: 20px;
	width: 200px;
	margin-bottom: 5px;
	background-color: #DCDCF8;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CACAFF;
}
.menuTx:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	padding-left: 10px;
	text-decoration: none;
	font-weight: bold;
}
#regDiv {

	height: 200px;
	width: 200px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DFDFFF;
}
#footerDiv {
	height: 100px;
	width: 100%;
	background-color: #999999;
	float: left;
	background-image: url(../f_bg.jpg);
	padding-top: 40px;
	background-repeat: repeat-x;
}
.formColor {
	background-color: #F1F1EF;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #D7E5FF;
	margin-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	height: 20px;
}
.formTx {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}
.formColorComment {
	background-color: #F1F1EF;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #D7E5FF;
	margin-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	height: 100px;
}
