body {background-image: url('images/bg.png'); background-repeat: no-repeat;  font-family: 'Trebuchet MS', sans-serif;}

menu {border-style: none dashed none none};

ul { list-style-type: none; }

li { padding-top: 2px; list-style-type: none; }

p { padding-top: 10px; margin-bottom:5px; margin-top:5px; line-height: 25px; padding-bottom: 15px;}

h1 { margin-top:0px; margin-bottom:0px; padding-top:0px; padding-bottom:0px; }

h2 { margin-top:0px; margin-bottom:0px; padding-top:0px; padding-bottom:0px; }

h3 { margin-top:0px; margin-bottom:0px; padding-top:0px; padding-bottom:0px; color: black; }

.menulink { color:#333333; font-weight: bold; }

.menulinksel { color:#800080; font-weight: bold; }

.menulink:hover { color: #800080; }

a {
	text-decoration:none;
	color: #C000C0;
}
a:hover {
	color: #800080;
}

.mainframe {
	width:898px;
	border-style: double;
	border: 3px solid #CCC;
	padding: 4px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: white;
}

.menuitem {
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

.topcell {
	font-size: 12px;
	color: #660033;
	background-color: #FFFFFF;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	background-image:url('images/mbslogo3.jpg');
}

.menucell {
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	font-size: 12px;
	color: #dae1e7;
	background-image:url('images/fademenu2.jpg');
	background-repeat: repeat-x;
	
}

.maincell {
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	font-size: 12px;
	color: black;
}

.attrcell {
	color: rgb(255, 68, 0);
	font-size: 9px;
	font-family: Arial,Helvetica,sans-serif;
	text-decoration: none
}

