BODY {
	font-family: Bell MT;
	font-size: 12.0pt;
	color: black;
	margin-left: 2%;
	margin-right: 2%; 
/*background-color: #EEEEEE;*/
}

img.floatLeft { 
    float: left;
    margin: 0px;
}

p.dotted {border-style: dotted}
p.dashed {border-style: dashed}
p.solid {border-style: solid}
p.double {border-style: double}
p.groove {border-style: groove}
p.ridge {border-style: ridge}
p.inset {border-style: inset}
p.outset {border-style: outset}

/*ul*/
/*{*/
/*float:left;*/
/*width:100%;*/
/*padding:0;*/
/*margin:0;*/
/*list-style-type:none;*/
/*}*/

a.menu {
	float:center;
	width:7em;
	text-decoration:none;
	color:#334488;
	font-size: 14pt;
	background-color:#DDCCAA;
}

a.menu:hover {
	color:334488;
	text-decoration:underline;
	font-weight: bold;
	background-color:#DDCCBB;
}

a.submenu {
	float:center;
	width:7em;
	text-decoration:none;
	color:white;
	font-size: 12pt;
	background-color:#334488;
/*padding:0.2em 0.6em;*/
}

a.submenu:hover {
	color:white;
	text-decoration:underline;
	font-weight: bold;
}

/*li {display:inline}*/
