
body { 
background-color: yellow;
border-right:     none;
border-left:      none;
border-top:       none;
border-bottom:    none;
margin:2px;
}

body { font-size: 12pt;
font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #000000}

p { font-size: 12pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #000000}

td { font-size: 12pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #000000}

h1 { font-size: 18pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #000000 }
h2 { font-size: 16pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #000000 }
h3 { font-size: 14pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #000000 }
h4 {  font-size: 10pt; 
   font-family: Verdana, Arial, Helvetica, sans-serif; font-style:italic; font-weight: bold; color: #000000}


A:link { color:#000099; 
	text-decoration: underline; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold}
A:visited { color: #000099; 
	text-decoration: underline; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold}
A:active { color: #FF0000; 
	text-decoration: nonne; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold}
A:hover { color: #FF0000; 
	text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold
} 

.navBox{
color:            #CCCCCC;
background-color: #000000;
border-color:     #606060;
border-width:     1px;
}

.navButton{
width:            58px;
height:           22px;
color:            #FF6600;
font-size:        14px;
font-family:      Verdana, Arial, Helvetica, sans-serif;
font-weight:      bold;
background-color: #363636;
border-color:     #606060;
border-width:     1px;
}

/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/* level 0 inner */
.m0l0iout {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding: 4px;
	color: #000000;
}
.m0l0iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; font-weight: bold;
	text-decoration: none;
	padding: 4px;
	color: #000000;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 1px solid #CCCCCC;
	background: #CCFF99;
}
.m0l0oover {
	text-decoration : none;
	border : 1px solid #000000;
	background: #66FF66;
}

/* level 1 inner */
.m0l1iout {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #000000;
}
.m0l1iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #000000;
	background: #CCCC66;
	filter: alpha(opacity=85);
	-moz-opacity: 85%;
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #000000;
	background: #CC9900;
}

/* level 2 inner */
.m0l2iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #000000;
	background: #B44646;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #000000;
	background: #E55A5A;
}