/* --- 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>
*/

.m0l0i {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	text-decoration : none;
	padding: 4px;
}

.m0l0o {
	text-decoration : none;
	border : 1px solid #669966;
}

.m0l1i {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	text-decoration : none;
	padding: 4px;
}
.m0l1o {
	text-decoration : none;
	border : 1px solid #669966;
}

.m0l2i {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	text-decoration : none;
	padding: 4px;
}

.m0l2o {
	text-decoration : none;
	border : 1px solid #669966;
}

a, A:link, a:visited, a:active {
	color: #669966; text-decoration: none; font-family: Tahoma, Verdana; font-size: 11px
}

A:hover {
	color: #669966; text-decoration: none; font-family: Tahoma, Verdana; font-size: 11px
}

p, tr, td, ul, li {
	color: #000000; font-family: Tahoma, Verdana; font-size: 11px
}

.header1, h1 {
	color: #000000; font-family: Tahoma, Verdana; font-size: 26px;
}

.header2, h2 {
	color: #000000; font-family: Tahoma, Verdana; font-size: 20px;
}

.header3, h3 {
	color: #000000; font-family: Tahoma, Verdana; font-size: 16px;
}

.header4, h4 {
	color: #000000; font-family: Tahoma, Verdana; font-size: 12px;
}


.intd {
	color: #000000; font-family: Tahoma, Verdana; font-size: 11px; padding-left: 15px;
}



