.red_text {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small; color: #CC6600; text-decoration: none}
.red_bold_text { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small; color: #CC6600; text-decoration: none ; font-weight: bold}
.gray_text { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small; color: #333333; text-decoration: none }
.gray_bold_text { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small; color: #333333; text-decoration: none ; font-weight: bold}
a:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small; color: #CC6600; text-decoration: none}

.Header {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: medium; color: #333333; text-decoration: none}
input {
	font-family:verdana, arial, sans-serif;
	font-size:11px;
}

/*DHTML Menu Styling */
/*========================================================================*/

/* level 1 inner (this sescribes the menu items while resting) */
.m0l1iout {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 2px;
	margin:4px;
	text-align:center;
	color: #333333; /* text */
}
/* menu items while over */
.m0l1iover {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 2px;
	margin:4px;
	margin-bottom: 5px;
	text-align:center;
	color:#cccccc; /* over text */
	border: dashed 1px #cccccc;
}


/* level 1 outer (background resting) */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #CC6600; /* border */
	background: #cccccc;        /* background */
	filter: alpha(opacity=90);  /* Mac IE and Safari do not support alpha so you should choose different color than m0l1oover */
}

/* background over */
.m0l1oover {
	text-decoration : none;
	border : 1px solid #EAC2E4;
	background: #333333;
}

/* level 2 inner */
.m0l2iover {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #333333;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #B44646;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #E55A5A;
}