/* moville style sheet */
/* colors yellowish = black darkblue = #292f79 */
body {	
	font-size: 14pt;
	line-height: 14pt;
	font-family: Times, "Times New Roman", serif;
	color: black;
	margin: 0px;
	padding: 0px;
    background: #FEFDCD;
	text-align: center;
	}
a	{	
	text-decoration: none; 
	font-weight: normal;	
	}
a:link 
	{
	color: #0000F0;
	}
a:visited 
	{
	color: #000000;
	}
a:hover 
	{
	color: aqua;
	}
a:active 
	{
	color: blue;
	}
p	{
	font-size: 14pt;
	line-height: 15pt;
	margin-left: 0px;
	margin-right: 15px;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: left;
	color: #000000;
	}
h1	{
	font: 28pt;
	font-weight: bold;
	line-height: 28pt;
	text-align: right;
	color: #0D6136;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5px;
	margin-right: 25px;
	}
h2	{	
	font: 16pt;
	font-weight: bold;
	line-height: 16pt;
	color: #0D6136;
	text-align: right;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 25px;
	}
h3 {
	font: 16pt;
	line-height: 16pt;
	font-weight: normal;
	text-align: right;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5px;
	margin-right: 25px;
	}
h4 {
	font: 13pt;
	line-height: 14pt;
	font-weight: normal;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5px;
	margin-right: 5px;
	}
h5 {
	font: 10pt;
	line-height: 12pt;
	font-weight: normal;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5px;
	margin-right: 5px;
	color: #0D6136;
	}
h6 {
	font: 7pt;
	line-height: 9pt;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	margin-right: 5px;
	color: #0D6136;
	}
td	{
	color: #0D6136;
	font-weight: normal;
	}	
th {
	color: #0D6136;
	font-weight: normal;
	}
img {
	border: 0;
	}
pre {
	font-size: 10px;
	line-height: 18px;
	margin-top: 16px;
	margin-bottom:  8px; 
	}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.nobold {
	font-weight: normal;
	}
.nowrap 
	{
	white-space: nowrap;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.center
	{
	text-align: center;
	}
.nomargin 
	{
	margin: 0px !important;
	}
.margin20 
	{
	margin: 16px;
	}
.margin15 
	{
	margin: 12px;
	}
.content {
	color: #292f79;
	background: black;
	padding:  8px;
	border: 4px solid yellow; 
	}
.content2 {
	color: black;
	background: transparent;
	padding:  8px;
	}
	
#mwcchome {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	color: black;
	background: white;
	background-image: url("images/bgw.jpeg");
	vertical-align: top;  /*This fixes the IE5 Win gap! */
	width: 800px;
	}
	
#mwccmid {
	padding: 0px;
	float: center;
	text-align: center;
	color: black;
	background: transparent;
	voice-family: "\"}\"";
	voice-family:inherit;
	margin: 0px 0px 0px 0px;
	}
	
