/* CSS Document */
body{
	background-color: #e8e8f0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
}
#popup h1{
	font-size:1.3em;
}
#popup h2{
	font-size:1.1em;
}
#popup h3{
	font-size:.9em;
}
#popup a{
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#popup a:hover{
	text-decoration: underline;
}
#popup a:active, #content a:focus{
	color: #666666;
}
#popup a:visited{
	color: #990000;
}
#banner{
	background-color: /*#FDF8ED;*/#990000; 
	text-align:center;
	margin: 0;
	padding: 0;
	height: 40px;
	width: 100%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#popup ul{
	margin: 0;
	padding: 0;
	list-style-image: none;
}
#popup li{
	margin: 1px 0 4px ;
	padding: 0;
}
#popup ol{
	list-style-type: disc;
	margin-top: 10px;
	margin-bottom: 10px;
}
#popup ol ol{
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: circle;
}
/* CSS Document */
#popup table{ 
	width:100%;
	height: auto;
}
#popup th{
	text-align: left;
	vertical-align: top;
}
#popup td{
	text-align: left;
	vertical-align: top;
}
.fields{
	margin:0px;
	padding:0px;
	border:0px solid #fff;
}
.skip{padding: 0;	margin: 0;}
.skip a, .skip a:hover, .skip a:visited{color: #000000;text-decoration: none;width:1px;height:1px;left:0px;top:-500px;clear:both;position:absolute;overflow:hidden;margin: 0;padding: 0;visibility: visible;}  
.skip a:active, .skip a:focus{font-size: 0.8em;text-decoration: none;width:auto;height:auto;padding:0;margin:0;position:static;} 
.hidden{position:absolute;left:0px;top:-500px;width:1px;height:1px;overflow:hidden;visibility: visible;} 

/******************************************************************************
news item date css
******************************************************************************/
.newsdate {
	font-size:.7em;
	float:right;	
}
