@charset "iso-8859-1";
/* --- 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>
*/
body, tr, td 
{
background-color:rgb(136,187,187);
font-family:arial,helvetica;
color:rgb(85,85,0)
}
.m0l0i {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration : none;
	padding: 4px;
}
.m0l0o {
	text-decoration : none;
	border : 1px solid #005500;
}
.m0l1i {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration : none;
	padding: 4px;
}
.m0l1o {
	text-decoration : none;
	border : 1px solid #007700;
}
.m0l2i {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration : none;
	padding: 4px;
}
.m0l2o {
	text-decoration : none;
	border : 1px solid #009900;
}
h1 
{
color:rgb(102,153,153);
font-weight:bold
}
table
{
background-color:rgb(136,187,187);
font-family:arial,helvetica;
color:rgb(102,153,153);
text-align:left
}

A:link 
{
color: rgb(55,55,44);
text-decoration:underline;
font-size:14pt
font-weight:bolder
}

A:active 
{
color:rgb(66,66,55);
text-decoration:underline;
font-size:14pt
font-weight:bolder
}
A:visited 
{
color:rgb(77,77,66);
text-decoration:underline;
font-size:14pt
font-weight:bolder
}