/* Menu text properties (normal and mouseover) */
.minner {
	font: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 4px;
	color: white;
	font-weight: normal;	
}
/* menu colors */
.moout {    
	text-decoration : none;
	border : 1px solid white;
		background-color:#5A286F;
}
/* Mouse Over menu colors */
.moover {
	background:#512365;
	text-decoration : none;
	border : 1px solid #666666;
	background-color:#6F0393;
		background-repeat:repeat;
}#pagetitle {
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#pagetitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
}
