/*
ODDS AND ENDS
*/
body {
	background: #B3C0CD url(images/background.jpg) top repeat-x;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #ff0000;
	font-size: 12px;
}

img {
  border: 0px;
}

table {
	background: #ffffff;
}

td {
	vertical-align: top;
}

td.on {
	background: url(images/arrow.gif) left no-repeat;
	padding: 0px 0px 3px 0px;
}

td.off {
	background: #ffffff;
	padding: 0px 0px 3px 0px;
}

th {
	background: #002B58;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	vertical-align: top;
}

.even {
	background: #E6EAEE;
	color: #000000;
	font-size: 13px;
	padding: 1px 0px 1px 0px
}

.odd {
	color: #000000;
	font-size: 13px;
	padding: 1px 0px 1px 0px;
}

.tester {
 	text-indent: 20px;
}

td.mh {
	background: url(images/mh.jpg) left repeat-y;
	color: #000000;
	font-size: 12px;
	padding: 2px 0px 2px 5px;
}

.mt {
	border-collapse: collapse;
	border-style: solid;
	border-color: #000000;
}

.cell {
	border-color: #ffffff;
}

.footer {
	background: #B3C0CD;
	color: #000000;
	padding: 10px 0px 10px 0px;
}

.majorhead {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}

.minorhead {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

.text {
	color: #000000;
	line-height: 1.7;
}

.contentpad {
	padding: 10px 10px 10px 10px;
}

a:link, a:visited, a:active {
    font-size: 12px;
    font-family: Verdana, Arial, serif;
	color: #0066ff;
    text-decoration: none;
	font-style: italic;
}

a:hover {
    font-size: 12px;
    font-family: Verdana, Arial, serif;
	color: #000000;
    text-decoration: underline;
	font-style: italic;
}

a.mo:link, a.mo:visited, a.mo:active {
    font-size: 11px;
    font-family: Verdana, Arial, serif;
	color: #000000;
	text-decoration: none;
	padding: 0px 0px 0px 20px;
	font-style: normal;
}

a.mo:hover {
    font-size: 11px;
    font-family: Verdana, Arial, serif;
	color: #000000;
    text-decoration: underline;
	padding: 0px 0px 0px 20px;
	font-style: normal;
}