BODY {
background-color: #666666;
font-family: Verdana, Arial, sans-serif;
font-size: 10pt;
margin: 0;
padding: 0;
color:#000000;

P, TD, LI, UL {
font-size: 10pt;
}

LI {
list-style-type: square;
}

Table {
font-size: 10pt;
border-collapse: collapse;
}

h1 {
font-size: 16pt;
color: #FF0000;
text-align: center;
padding: 2px;
border-bottom-style: dotted;
border-color: #ff0000;
border-width: thin;
}

h2 {
font-size: 14pt;
color: #FF0000;
padding: 2px;
border-bottom-style: dotted;
border-color: #ff0000;
border-width: thin;
}

h3 {
font-size: 12pt;
color: #666666;
background-color: #FFFFFF;
padding: 2px;
border-bottom-style: dotted;
border-color: #666666;
border-width: thin;
}

h4 {
font-size: 11pt;
color: #FFFFFF;
background-color: #ff0000;
padding: 2px;
border: 1px solid #ff0000;
}

h5 {
font-size: 10pt;
color: #FF0000;
background-color: #CCCCCC;
padding: 2px;
border: 1px solid #CCCCCC;
}

h6 {
font-size: 9pt;
color: #FFFFFF;
background-color: #666666;
padding: 2px;
}

a:link {
text-decoration: underline;
color: #000000;
background-color: #FFFFFF;
} 

a:visited {
text-decoration: none;
color: #000000;
background-color: #FFFFFF;
}

a:hover {
text-decoration: none;
color: #ffffff;
background-color: #FF0000;
}

a:active {
text-decoration: none;
color: #000000;
background-color: #FFFFFF;
}

.TopLeft {
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

.TopRight {
	color: #FFFFFF;
	text-align: center;
	font-size: 24pt;
	font-weight: bold;
	font-style: italic;
}

.HNav {
	color: #FFFFFF;
	background-color:#ff0000; 
	text-align: right;
	font-weight: bold;
	vertical-align: middle;
	padding: 2px;
}
.HNav a:link {
	color: #FFFFFF; 
	background-color:#ff0000; 
	text-decoration: none; 
	font-weight: bold;
		width: 50;
} 
.HNav a:visited {
	color: #FFFFFF; 
	background-color:#ff0000; 
	text-decoration: none; 
	font-weight: bold;
	width: 50;
}
.HNav a:hover {
	color: #ff0000; 
	background-color:#CDCCCC; 
	text-decoration: none; 
	font-weight: bold; 
	width: 50;
}
.HNav a:active {
	color: #FFFFFF; 
	background-color:#ff0000; 
	text-decoration: none; 
	font-weight: bold;
	width: 50;
}

.RtNav {
	color: #ff0000;
	background-color: #FFFFFF;
	text-align: left;
	padding: 6px;
    line-height: 18px;
	font-weight: bold;
	vertical-align: top;
}

.RtNav a:link {
	color: #ff0000; 
	background-color: #FFFFFF;
	text-decoration: none; 
	font-weight: bold;
} 
.RtNav a:visited {
	color: #ff0000; 
	background-color: #FFFFFF;
	text-decoration: none; 
	font-weight: bold;
}
.RtNav a:hover {
	color: #FFFFFF; 
	background-color:#ff0000; 
	text-decoration: none; 
	font-weight: bold; 
	width: 95%;
}
.RtNav a:active {
	color: #FF0000;
	background-color: #FFFFFF;
	text-decoration: none; 
	font-weight: bold;
}

.MainContent {
	color: #000000;
	text-align: left;
	vertical-align: top;
    padding: 8px;
}


.Copyright {
	font-size: 9pt;
	color: #FFFFFF;
	text-align: middle;
	font-weight: bold;
	text-align: center;
}
