BODY
{
    FONT-FAMILY: sans-serif;
    MARGIN: 5px;
    BACKGROUND-COLOR: white
    SCROLLBAR-FACE-COLOR: white;
    SCROLLBAR-HIGHLIGHT-COLOR: white;
    CURSOR: default;
    SCROLLBAR-SHADOW-COLOR: black;
    SCROLLBAR-3DLIGHT-COLOR: gray;
    SCROLLBAR-ARROW-COLOR: gray;
    SCROLLBAR-DARKSHADOW-COLOR: white;
    SCROLLBAR-BASE-COLOR: white
}
H1
{
    MARGIN-TOP: 1em;
    FONT: bold 14pt sans-serif;
    WIDTH: 100%;
    COLOR: #8b0000
}
H4
{
    FONT: bold 12pt sans-serif;
    WIDTH: 100%;
    COLOR: navy;
    margin-bottom: 0px;
 	padding-bottom: 0px
}
H5
{
    FONT: bold 11pt arial;
    WIDTH: 100%;
    COLOR: black;
    margin-bottom: 0px;
 	padding-bottom: 0px
}
P
{
    FONT: 11pt sans-serif;
    MARGIN-TOP: 5px;
    MARGIN-BOTTOM: 5px;
    padding-right: 10px;  
	padding-left: 10px;  
    TEXT-ALIGN: justify
}

A.menu
{
    COLOR: black;
    FONT: 11pt sans-serif;
    TEXT-DECORATION: none
}
A.menu:hover
{
    COLOR: maroon;
    FONT: 11pt sans-serif;
    TEXT-DECORATION: underline
}
A.menu:visited
{
    COLOR: navy;
    FONT: 11pt sans-serif;
    TEXT-DECORATION: none
}
A.Channel
{
    COLOR: white;
    FONT: 11pt sans-serif;
    TEXT-DECORATION: none
}
A.Channel:hover
{
    COLOR: maroon;
    FONT: 11pt sans-serif;
    TEXT-DECORATION: underline
}
A.Channel:visited
{
    COLOR: white;
    FONT: 11pt sans-serif;
    TEXT-DECORATION: none
}
TABLE.LOGO
{
	width: 800px;
	cellpadding: 0px;
	cellspacing: 0px;
	background-color: white
}
TD.LOGO
{
	FONT: 8pt sans-serif
}
TD.CHAN
{
	COLOR: white;
	FONT: 11pt sans-serif;
}
TD.FOOT
{
	FONT: 10pt sans-serif;
}

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.content{
font: 13px Verdana;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
background: #1f1a17 url(../media/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #FFFFFF; /*dark purple divider between menu items #1f1a17;*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: #1f1a17 url(../media/indentbg2.gif) center center repeat-x;
}

.textdiv {  
padding-top: 5px;  
padding-bottom: 5px;  
padding-right: 20px;  
padding-left: 20px;  
}  

.textdiv2 {  
padding-top: 5px;  
padding-bottom: 5px;  
padding-right: 4px;  
padding-left: 10px;  
}  

.round_corners .line_1,
.round_corners .line_2,
.round_corners .line_3,
.round_corners .line_4,
.round_corners .line_5 {
	line-height: 0px;
	font-size: 1px;
	overflow: hidden;
}

.round_corners .line_1 {
	margin-left: 5px;
	margin-right: 5px;
	background-color: black;
	height: 1px;
}

.round_corners .line_2 {
	margin-left: 4px;
	margin-right: 4px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	height: 1px;
}

.round_corners .line_3 {
	margin-left: 3px;
	margin-right: 3px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	height: 1px;
}

.round_corners .line_4 {
	margin-left: 2px;
	margin-right: 2px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	height: 1px;
}

.round_corners .line_5 {
	margin-left: 1px;
	margin-right: 1px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	height: 1px;
}

.round_corners .content {
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 10px;
}
H6
{
    FONT: bold 11pt arial;
    WIDTH: 100%;
    COLOR: #2F4F4F;
    margin-bottom: 0px;
 	padding-bottom: 0px
}