body{
	background-color:	#FFF5E5;
	font-family:		Arial;
	font-size:			10pt;
}

p,td{
	font-family:		Arial;
	font-size:			10pt;
}
.maindiv{
	background-color:	white;
	border:				1px solid;
	width:				760px;
	padding:			12px;
	font-family:		Arial;
	font-size:			10pt;
}
.subdiv{
	background-color:	white;
	border:				1px solid silver;
	padding:			6px;
	font-family:		Arial;
	font-size:			10pt;
}
.topmenudiv{
	margin-left:		116px;
	width:				488px;
}
.clr_menulink{
	font-weight:	bold;
	color:			gray;
	text-decoration:	none;
}



.ma{
	color:			magenta;
	font-weight:	bold;
	text-decoration:	none;
}
.re{
	color:			red;
	font-weight:	bold;
	text-decoration:	none;
}
.or{
	color:			orange;
	font-weight:	bold;
	text-decoration:	none;
}
.ye{
	color:			#DDBB00;
	font-weight:	bold;
	text-decoration:	none;
}
.gr{
	color:			#00CC00;
	font-weight:	bold;
	text-decoration:	none;
}
.bl{
	color:			blue;
	font-weight:	bold;
	text-decoration:	none;
}
.in{
	color:			navy;
	font-weight:	bold;
	text-decoration:	none;
}
.vi{
	color:			#AA22AA;
	font-weight:	bold;
	text-decoration:	none;
}
.la{
	color:			#CC66CC;
	font-weight:	bold;
	text-decoration:	none;
}
.cr{
	color:			#AAAAAA;
	font-weight:	bold;
	text-decoration:	none;
}
.me{
	color:			#B09040;
	font-weight:	bold;
	text-decoration:	none;
}
.ph{
	color:			#008800;
	font-weight:	bold;
	text-decoration:	none;
}
.nu{
	color:			#99AABB;
	font-weight:	bold;
	text-decoration:	none;
}
.lo{
	color:			#AA0000;
	font-weight:	bold;
	text-decoration:	none;
}
.neutral{
	color:			gray;
	font-weight:	bold;
	text-decoration:	none;
}

.b-ma{
	background-color:	magenta;
}
.b-re{
	background-color:	red;
}
.b-or{
	background-color:	orange;
}
.b-ye{
	background-color:	#DDBB00;
}
.b-gr{
	background-color:	#00CC00;
}
.b-bl{
	background-color:	blue;
}
.b-in{
	background-color:	navy;
}
.b-vi{
	background-color:	#AA22AA;
}
.b-la{
	background-color:	#CC66CC;
}
.b-cr{
	background-color:	#AAAAAA;
}
.b-me{
	background-color:	#B09040;
}
.b-ph{
	background-color:	#008800;
}
.b-nu{
	background-color:	#99AABB;
}
.b-lo{
	background-color:	#AA0000;
}
.b-neutral{
	background-color:	gray;
}

