body{
	margin: 10px;
	background-image: url(../_graphics/logo_moas.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2D9AF7;
}
/* #2D9AF7 */
h1{
	color: #FE9900;
	font-size: 12px;
	margin: 10px 0 0 0;
}
.topOfPage{
	font-size: 17px;
	font-weight: normal;
	margin: 10px 10px 10px 0;
	color: #2D9AF7;
}
h2{
	color: #FE9900;
	font-size: 12px;
	margin: 10px 0 0 0;
}
h3{
	color: #FE9900;
	font-size: 10px;
	margin: 10px 0 0 0;
	border-top: 1px solid #FE9900;
	padding: .5em 0 .5em 0;
}
p{
	margin: 10px 0 0 0;
}
td{
	font-size: 11px;
}

.green{color: #30CC00;}
.red{color: #FF0000; font-weight: bold;}
.purple{color: #6633CC; font-weight: bold;}
.pink{color: #FF0066; font-weight: bold;}

.caption {
		font-size: 10px; 
		font-style: italic;
		margin: -5px 0 0 0;
		}
ul {
list-style-image: url(../_graphics/FE9903.gif);
list-style-type: square;
font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

li{padding: 4px 0 4px 0;}

a:link{
	color: #CD0099;
	text-decoration: none;
}
a:visited{
	color: #CD0099;
	text-decoration: none;
}
a:hover{
	color: #33CC00;
	text-decoration: underline;
}
a:active{
	color: #33CC00;
	text-decoration: underline;
}

a.menu:link{
	color: #FFF;
	text-decoration: none;
}
a.menu:visited{
	color: #FFF;
	text-decoration: none;
}
a.menu:hover{
	color: #FFF;
	text-decoration: underline;
}
a.menu:active{
	color: #33CC00;
	text-decoration: underline;
}

a.submenu:link{
	color: #CD0099;
	text-decoration: none;
	font-weight: bold;
}
a.submenu:visited{
	color: #CD0099;
	text-decoration: none;
	font-weight: bold;
}
a.submenu:hover{
	color: #33CC00;
	text-decoration: underline;
	font-weight: bold;
}
a.submenu:active{
	color: #33CC00;
	text-decoration: underline;
	font-weight: bold;
}
.submenubox {
float: right;
text-align: left;
width: 90px;
}
.addressbox {
float: left;
text-align: left;
width: 160px;
}