/* --- menu styles ---note:	not all browsers render styles the same way so try out your style sheet	on different browsers before publishing;*/body {	background-color: #444444;	margin-top: 0px;	margin-left: 0px;	margin-bottom: 0px;	margin-right: 0px;			}A:link { color: #FF3300;	text-decoration: none; }A:visited { color: #666666;	text-decoration: none; }A:active { color: #999999;	text-decoration: none; }A:hover { color: #FF3300;   	text-decoration: underline; }.title {	color: #0066CC;	font-weight: bold;	font-size: 20px;	font-family: helvetica, verdana, tahoma, arial, sans-serif;	font-style: italic;}.text {	color: #EEEEEE;	font-size: 10px;	font-family: helvetica, verdana, tahoma, arial, sans-serif }.blacktext {	color: #000000;	font-size: 10px;	font-family: helvetica, verdana, tahoma, arial, sans-serif }	.largetext {	color: #000000;	font-size: 13px;	font-family: helvetica, verdana, tahoma, arial, sans-serif }	/* level 0 - typefaces */.m0l0iout {	font-family: helvetica, verdana, tahoma, arial, sans-serif;	font-size: 11px;	text-decoration: none;	padding: 6px;	color: #EEEEEE;}.m0l0iover {	font-family: helvetica, verdana, tahoma, arial, sans-serif;	font-size: 11px;	text-decoration: none;	padding: 6px;	color: #EEEEEE;}/* level 0 - backgrounds */.m0l0oout {	text-decoration : none;	border : 1px solid #7F7F7F;	background: #0066cc;}.m0l0oover {	text-decoration : none;	border : 1px solid #7F7F7F;	background: #000000;}/* level 1 - typefaces */.m0l1iout {	font-family: helvetica, verdana, tahoma, arial, sans-serif;	font-size: 11px;	text-decoration: none;	padding: 3px;	color: #EEEEEE;}.m0l1iover {	font-family: helvetica, verdana, tahoma, arial, sans-serif;	font-size: 11px;	text-decoration: none;	padding: 3px;	color: #EEEEEE;}/* level 1 - backgrounds */.m0l1oout {	font-family: helvetica, verdana, tahoma, arial, sans-serif;	font-size: 11px;	text-decoration : none;	border : 1px solid #7F7F7F;	background: #000000;		padding: 3px;}.m0l1oover {	font-family: helvetica, verdana, tahoma, arial, sans-serif;	font-size: 11px;	text-decoration : none;	border : 1px solid #7F7F7F;	background: #4F4F4F;		padding: 3px;}/* level 2 inner */.m0l2iover {	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	font-size: 10px;	text-decoration: none;	padding: 3px;	color: #000000;}/* level 2 outer */.m0l2oout {	text-decoration : none;	border : 1px solid #DDDDDD;	background: #DDDDDD;}.m0l2oover {	text-decoration : none;	border : 1px solid #BBBBBB;	background: #BBBBBB;}
