﻿/* the news box */
#news
{
	width:350px;
	height: 75px;
	background:#ffffff;
	position:relative;
	overflow:hidden;
	font-family: Arial, sans-serif;
	font-size:9px;
}
#news a { color:#000;}
#news ul { margin: 0;	padding:0; }
#news li { list-style-image:url('../images/grey_arrow.gif');}
#news li a { color: #000000; text-decoration: none; text-transform: uppercase; font-weight:bold; }
#news li a:hover { color: #024978; text-decoration: underline; }

/* the news box when JavaScript is available */
#news.hasJS { height:100px;	overflow:hidden; position:relative; }

/* The nested UL when JavaScript is available */
#news.hasJS ul { position:absolute;	top:120px; left:0; margin:0 .5em 0 .5em; padding:0;}

h3 { font-family: Arial, sans-serif; color:#666666; font-size: 9.5px; font-style:italic; }
h2 { font-family: Arial, sans-serif; color:#000000;	font-size: 10px; font-weight:bold;}
h1 { font-family: Arial, sans-serif; color:#ff9900; font-size: 12px; font-weight:normal;}



