/* CSS Document */

body {
	margin: 10px 10px 10px 10px;
	scrollbar-base-color:#ffffff;
	scrollbar-3d-light-color:#ffffff;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-face-color:#999999;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-track-color:#ffffff;
}	
	
#backgroundLayer {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 600px;
	text-align: left;
	margin-top: -300px;
	margin-left: -400px;
}

#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}
#popUpDiv {
position:absolute;
background-image:url(../images/news-bg-110908.png);
background-repeat:no-repeat;
width:710px;
height:420px;
z-index: 9002;
}

#popUpText {
width:310px;
height:275px;
margin: 80px 5px 10px 35px;
text-align: justify;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 9px;
line-height: 1.3; 
color: #333333; 
}

#news {
position:absolute;
padding: 0px;
width:100px;
height:40px;
}

a { 
color : #006699; 
text-decoration : none; 
}

a:hover { 
color : #5196B8; 
text-decoration : none; 
}

h1 { 
font-weight : normal; 
font-size : 24px; 
margin : 0; 
padding : 0;
color:#006699;
}

h2 { 
font-weight : bold;
font-size: 12px;
margin : 0; 
padding : 0;
color:#5196B8;
} 
