/* mville test style sheet */
/* colors yellowish = black darkblue = #292f79 */
body {	
	font-size: 12pt;
	line-height: 13pt;
	font-family: "Franklin Gothic Book", Helvetica, sans-serif;
	color: black;
	background-image: url("../images/bg-tile.gif");
    background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
a	{	
	text-decoration: none; 
	font-weight: normal;	
	}
a:link 
	{
	color: blue;
	}
a:visited 
	{
	color: black;
	}
a:hover 
	{
	color: red;
	}
a:active 
	{
	color: red;
	}
p	{
	font-size: 12pt;
	line-height: 14pt;
	margin-left: 15pt;
	margin-right: 15pt;
	}
h1	{
	font: 28pt "Franklin Gothic Book", Helvetica, sans-serif;
	font-weight: normal;
	line-height: 32pt;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5px;
	margin-right: 5px;
	}
h2	{	
	font: 18pt "Franklin Gothic Book", Helvetica, sans-serif;
	font-weight: bold;
	color: red;
	line-height: 18pt;
	margin-top: 2;
	margin-bottom: 0;
	margin-left: 5px;
	margin-right: 5px;
	}
h3 {
	font: 14pt "Franklin Gothic Book", Helvetica, sans-serif;
	line-height: 16pt;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5px;
	margin-right: 5px;
	}
h4 {
	font: 13pt "Franklin Gothic Book", Helvetica, sans-serif;
	line-height: 12px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5px;
	margin-right: 5px;
	}
h5 {
	font: 13pt "Franklin Gothic Book", Helvetica, sans-serif;
	line-height: 2pt;
	font-weight: normal;
	margin-top: -10;
	margin-bottom: 0;
	margin-left: 5px;
	margin-right: 5px;
	}
h6 {
	font: 8pt "Franklin Gothic Book", Helvetica, sans-serif;
	line-height: 8pt;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 3;
	margin-left: 5px;
	margin-right: 5px;
	}
td	{
	color: black;
	font-weight: normal;
	}	
th {
	color: black;
	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;
	}
	
#johome {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	padding: 0px;
	color: white;
	width: 960px;
	height: 200%;
	}
	
#joleft {
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	color: black;
	background: transparent;
	width: 180px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 180px;
	}
html>body #joleft { 
	width: 180px; /* ie5win fudge ends */
	}
	
#submenu {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	text-align: left;
	color: black;
	background: black;
	width: 120px;
	}
	
#joright {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: right;
	text-align: left;
	color: black;
	background: black;
	width: 780px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 780px;
	margin: 0px 0px 0px 0px;
	}
html>body #joright { 
	margin: 0px 0px 0px 0px;
	width: 780px; /* ie5win fudge ends */
	}

#jomain {
	padding: 0px;
	float: right;
	text-align: left;
	color: black;
	background: white;
	width: 780px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 780px;
	margin: 0px 0px 0px 0px;
	}
html>body #jomain { 
	margin: 0px 0px 0px 0px;
	width: 780px; /* ie5win fudge ends */
	}

