* {
	margin: 0;
	padding: 0;
}

body {
	background: #009DDC url(/d/images/mbbg.jpg) top left no-repeat;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 5px;
}

h1 {
	color: #8CC640;
	font-size: 12px;
	margin-bottom: 5px;
}

h2 {
	color: #8CC640;
	font-size: 11px;
	margin: 10px 0 3px 0;	
	text-align: left;
}

h3 {
	color: #8CC640;
	font-size: 11px;
	line-height: 2em;
	font-weight: normal;
}

h3 img {
	vertical-align: text-bottom;
	margin-right: 5px;
}

p {
	margin-bottom: 3px;
	text-align: left;
	font-size: 11px;
}

a:link, a:visited {
	color: #009DDC;
	text-decoration: underline;
	font-weight: bold;
}

a:active, a:hover {
	color: #FF7300;
	text-decoration: underline;
	font-weight: bold;
	border: none !important;
}

.box {
	background-color: #FFFFFF;
	margin-top: 5px;
	padding: 10px;
}

ol, ul {
	text-align: left;
	margin-left: 15px;
}

li {
	margin-bottom: 3px;
	font-size: 11px;
}

.back {
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
}

.right {
	float: right;
	padding-right: 4px;
}
