.style1 {
	color: #FFFFFF;
	font-size: 12px;
}
a:link {
	text-decoration: none;
	color: #FF9966;
}
a:visited {
	text-decoration: none;
	color: #FF9966;;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #00F;;
}
.style2 {font-size: 13px}
.style6 {color: #0000FF; font-weight: bold; font-size: 12px;}
.style7 {color: #FF0000; font-weight: bold; font-size: 12px;}
.style10 {font-size: 12px}
.style13 {color: #FF0000}
.style16 {font-size: 11px}
body {background-color: #000000;}
.style20 {font-size: 9px}
.style21 {color: #0000FF}
.style27 {font-size: 13px; font-weight: bold; color: #214573; }
.style28 {color: #214573}

.menu    {font-size: 12px; color: #ffffff; vertical-align: 0.15em; }
.group {FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Tahoma, Arial, sans-serif;}
h1 {font-size: 18px;}
h2 {font-size: 12px; font-weight: bold; color: Black;}
h3 {font-size: 12px; font-weight: bold; color: Black;}
p {font-family: Tahoma, Arial, sans-serif; font-size:12px; }
.style9 {font-size: 13px;}
	
#header ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: right;
	margin-bottom: 1px;
}
#header li {
	float: left;
	}
#header li a:link,#header li a:visited {
	display: block;
	background: #21497b;
	padding: .2em .9em;
	font: bold 13px/1.2 Tahoma, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	margin-right: .2em;
	}
#header li a:hover,#header li a:active {
	background: #9cc763;
	color: #fff;
	}

 /*  --------------- sidebar styles ------------ */


	#sidebar  ul{	
		margin: 0;
		padding: 0;
		list-style: none;
		position:absolute;			
	}
	
#sidebar   ul  li{
	margin: 0;
	padding: 0;
	background: #395d84;
	
}
#sidebar   ul a{
	font:  bold 13px Tahoma, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	margin: 0px;
	border-bottom: 1px  solid #fff;
	width: 115px;
	display: block;
    padding-left: 45px;
	line-height: 2em;
	background: url(../images/sidebar_bg.gif) no-repeat left center;
}
#sidebar ul a:hover{
	background-position: -160px  0px;
	color:  #395d84;
	}
#sidebar  .action {
border-bottom: none;
padding-left: 5px;
padding-top: 2em;
width: 155px;
background: #21497b;
font-size:  11px;
line-height: 2.5em;
color: #fff;
font: bold;
}

#sidebar .blank{
padding-top: 2em;
}
#sidebar .blank2{
padding-bottom: 10em;
background: #395d84;
}
#sidebar .first{
border-top: 1px solid #fff;
}


	
 #footer{
 height: 30px;
 background-color:#21497B; 
 font-size: 14px; color: #ffffff;
 clear:both; 
 }

