
a{text-decoration:none;}
a:hover{color:008080}

.Feeds_TopTD {border: 1px solid #C0C0C0;}
.DottedHR {background: #FFFFFF; border: 1px solid #FF0000;}
.AbUdateArc{background: #F2F2F2; border: 1px solid #C0C0C0;}
.MiniBannerFont{font-family:Arial;font-size:13px;}
.BannerTable{background-color:#F8F8F3;font-family:Arial;font-size:13px;border-style:none;border-collapse:collapse;border-width:1px;border-color:#F8F8F3;}
.MiniBannerURL{font-family:Arial;font-size:13px;text-decoration:none;}
.MiniBannerFont{font-family:Arial;font-size:13px;text-decoration:none;}
.BannerTable{background-color:#F8F8F3;font-family:Arial;font-size:13px;border-style:none;border-collapse:collapse;border-width:1px;border-color:#000000;}
.Left_Navbar_Links{font-family:Arial;font-size:11px;font-weight:normal;color:#0000FF;}
.Left_Navbar_A{text-decoration:none;}
.Left_Navbar_Sponsor{font-family:Arial;font-size:10px;font-weight:normal;color:#D1D1D1;}
.Left_Navbar_TOOLS{font-family:Arial;font-size:12px;font-weight:bold;color:#FFFFFF;}
.Top_Navbar_Links{font-family:Arial;font-size:12px;font-weight:bold;5px;color:#000000;}
.Top_Navbar_A{text-decoration:none;}
.Top_Navbar_Date{font-family:Arial;font-size:10px;font-weight:normal;5px;color:#000000;}
.Feature_Abstract{font-family:Arial;font-size:12px;font-weight:normal;color:#3D3D3D;}
.Feature_Author{font-family:Arial;font-size:11px;font-weight:normal;color:#6A6A6A;}

h1 {font-family:Verdana; font-size:22px; font-weight:bold; color:#000000; text-align:left;margin-top: 0px;margin-bottom: 0px;}
h2{font-family:Arial; font-size:11px; font-weight:normal; color:#000099; text-align:left;margin-top: 0px;margin-bottom: 0px;}


#ContactLayer {
	position: absolute;
	visibility: hidden;
	width: 500px;
	height: 500px;
	left: 20px;
	top: 300px;
	background-color: #ccc;
	border: 1px solid #000;
	padding: 10px;
}

#close {
	float: right;
}

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
 
.white_content {
	display: none;
	position: absolute;
	top: 10%;
	left: 25%;
	width: 500px;
	height: 470px;
	padding: 0px;
	border: 6px solid grey;
	background-color: white;
	z-index:1002;
	overflow: auto;
}