body {
	margin: 0px;
	background-image: url(../images/mb-logo.gif);
	background-color: #000000;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	}

td, p {
	color: #A8A8A8;
	font-family: arial, verdana;
	font-size: 12px;
	font-weight: normal;
	}

a:link    { color: #FF0000; font-family: arial, verdana; font-weight: bold; font-size: 12px; text-decoration: none; }
a:active  { color: #FF0000; font-family: arial, verdana; font-weight: bold; font-size: 12px; text-decoration: none; }
a:visited { color: #FF0000; font-family: arial, verdana; font-weight: bold; font-size: 12px; text-decoration: none; }
a:hover   { color: #FF0000; font-family: arial, verdana; font-weight: bold; font-size: 12px; text-decoration: underline; }

h3 { color: #FF0000; font-family: arial, verdana; font-weight: bold; font-size: 26px; padding: 0px; font-style: italic; text-decoration: none; }
h2 { color: #A8A8A8; font-family: arial, verdana; font-weight: bold; font-size: 14px; padding: 0px; text-decoration: none; }

hr { color: #FF0000; }

h1 { color: #A8A8A8; font-family: arial, verdana; font-weight: bold; font-size: 12px; font-style: italic; text-decoration: none; }

.required {
	color: #FF0000;
	font-family: arial, verdana;
	font-size: 10px;
	font-weight: bold;
	}
