/* CSS Document */

body {background-color:#222222;
margin-top:0px;
margin-bottom:0px;
}
#wrapper{
width:1024px;
height:100%;
background:url(images/black_bg.gif);

}
#logo{
width:200px;
height:197px;
background:url(images/logoBLK.gif) left top no-repeat;
}
#zone_hdr{
width:353px;
height:19px;

margin-top:45px;
}
#zone_menu{
margin-top:35px;
}

#content{
width:600px;
height:100%;
margin-top:100px;
padding-bottom:50px;

}
h1 {
font-size: 18px;
color: #B1E6D7;
font-weight:bold;
}
h2 {
font-size: 16px;
color: #B1E6D7;
font-weight:bold;
}
h3 {
font-size: 14px;
color: #B1E6D7;
font-weight:bold;
}

.text{
font-family:"Times New Roman",Arial,Helvetica,sans-serif;
font-size:14px;
color:#B1E6D7;
line-height:18px;
}

.textNB{
font-family:"Times New Roman",Arial,Helvetica,sans-serif;
font-size:10px;
color:#B1E6D7;
line-height:10px;
}

a:link {
	color: #FF99CC;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FF99CC;
}
a:hover {
	text-decoration: underline;
	color: #FF99CC;
}
a:active {
	text-decoration: none;
	color: #00cdcd;
}