/* --- static menu styles ---
note:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
style naming convention:
	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>
*/


.m0l0o {
	border: 0px solid #FF9900;
	text-decoration: none; text-align:center; width:0; height:0
}

.m0l1o {
	border: 0px solid #FF9900;
	text-decoration: none; text-align:center
}

.m0l2o {
	border: 0px solid #FF9900;
	text-decoration: none; text-align:center
}

.m0l0i {
	font-size: 10px;
	font-family: , Verdana, Arial;
	padding: 3px;
	text-decoration: none;
}

.m0l1i {
	font-size: 10px;
	font-family: , Verdana, Arial;
	padding: 3px;
	text-decoration: none;
}

.m0l2i {
	font-size: 10px;
	font-family: , Verdana, Arial;
	padding: 3px;
	text-decoration: none;
}

body         { font-family: Verdana; font-size: 8pt; color: #620062 }
table        { font-size: 8pt; text-align: left; color:#666666 }a            { color: #666666 }