.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.menu:hover {
	text-decoration: underline;
}

.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.white:hover {
	text-decoration: underline;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.linkred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #880000;
	text-decoration: none;
}
.linkred:hover {
	text-decoration: underline;
}
.border {
	border: 1px dotted #999999;
}
.lborder {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
}
.bborder {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px dotted #333333;
	border-left: 0px;

}
.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-transform: none;
	color: #800000;
	cursor: hand;
	font-variant: small-caps;
	text-decoration: none;


}
.txtbody {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;

}
.itext {
	font-size: 11px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

