@charset "UTF-8";


a:link {color: #000000;}
a:visited {color: #000000;}
a:active {color: #2233CC;}
a:hover {
	background-color: #ffffff;
	text-align: center;
}
a {text-decoration: none}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.mm-h1 {
	/*	font-family: Georgia, "Times New Roman", Times, serif; */
	font-style: normal;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.mm-h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	text-transform: none;
	font-size: 12px;
	font-weight: lighter;
	text-align: center;
	letter-spacing:1px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #000000;
}

.mm-h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 1px;
}

.mm-h4b {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 1px;
}

.mm-h4c {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 0px;
}


.mm-h5 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 2px;
}


.mm-mini {
	font-size: 5px;
	line-height: 5px;
	padding: 0px;
	margin: 0px;
}
.mm-body {
	font-size: 12px;
	text-align: left;
	margin-top: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 0px;
	margin: 0;
}
.mm-navigate {
	font-style: italic;
}
.mm-imagetext {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
