body
{
    background-color: #000000;
    color: #EEEEEE;
    font-style: normal;
    font-family: courier new;
    font-size: 8pt;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    scrollbar-arrow-color:777777;
    scrollbar-Track-Color:000000;
    scrollbar-Highlight-Color:BBBBBB;
    scrollbar-base-color:FFFFFF;
    scrollbar-Face-Color:000000;
    scrollbar-Shadow-Color:000000;
    scrollbar-DarkShadow-Color:777777;
}



p
{
	font-size: 8pt;
	font-family: courier new;
}
	
td{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #CCCCCC;
}

.header{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	font-weight: bold;
	color: #333333;
}

.hdr_italic{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt;
	font-style: italic;
	color: #333333;
}

.hdr_lite{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
	color: #666666;
}

.hdr_lite2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #666666;
}

.full{
	width: 100%;
}

.half
{
	width: 50%;
}

.full_x_y{
	width: 100%;
	height: 100%;
}

.white{
    background-color: #FFFFFF;
}

.bkgd_ban{
	background-image: url('img/bkgd_ban.gif');
	background-repeat: repeat-x
}

.bkgd_nav{
	background-image: url('img/bkgd_nav.gif');
	background-repeat: repeat-x
}

.bkgd_side{
	background-image: url('img/bkgd_side.gif');
	background-repeat: repeat-y;
	background-color: #FFFFFF
}

.line_bot{
	border-bottom-style: solid; 
	border-bottom-width: 1px; 
	border-bottom-color: #FFFFFF;
}

a:link{
    color: #BB0000; font-weight:bold; text-decoration:none;
}

a:visited{
    color: #BB0000; font-weight:normal; text-decoration:none;
}
    
a:hover{
	color: #BB0000; text-decoration:line-through;
}