body
{
	font-family: 'Lucida Sans Unicode','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;
}
.ttle
{
	font-family: 'Lucida Sans Unicode','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#30456D;
	text-decoration:none;
}
.newsDesc
{
	font-family: 'Lucida Sans Unicode','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color:#333333;
	text-decoration:none;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:12px;
}
a:hover
{
	color:#A84524;
}
.ticker
{
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='mediatop.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.ticker[class] {
  background-image:url('mediatop.png');
}
.drpMenu
{
	font-family: 'Lucida Sans Unicode','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-weight: 700; 
	letter-spacing: 1px;
	color:#C0C0C0;
	cursor:hand;
	cursor:pointer;
}
.drpMenuOver
{
	font-family: 'Lucida Sans Unicode','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-weight: 700; 
	letter-spacing: 1px;
	color:#FFFFFF;
	/*background-color:#67A3CF;*/
	cursor:hand;
	cursor:pointer;
}
.subMenu
{
	position:absolute;
	z-index:500;
	display:none;
	/*background-color:#67A3CF;*/
	border-collapse: collapse;
  	background-image:url('menuback.png');
}

.subMenuItem
{
	border-bottom: 1px dotted #333333;
	font-family: 'Lucida Sans Unicode','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#ffffff;
	padding-left:6px;
	cursor:hand;
	cursor:pointer;
}
.subMenuItemOver
{
	border-bottom: 1px dotted #333333;
	font-family: 'Lucida Sans Unicode','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#ffffff;
	padding-left:6px;
	cursor:hand;
	cursor:pointer;
}

.subMenuItemOver
{
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='menuitemback.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.subMenuItemOver[class] {
  background-image:url('menuitemback.png');
  
}
.cont
{
	font-size:12px;
}
.cont
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='content_back.png');
}
.cont[class] {
  background-image:url('content_back.png');
}
.container
{
	width:100%;
	/*height:390px; */
	height:460px;
	overflow:auto;
}
input, textarea
{
	font-family: Arial; 
	font-size: 11px; 
	border: 1px solid #000066;
	font-weight:normal;
}
select
{
	font-size: 10px; 
	font-family:Arial;
	border: 1px solid #000066;
	font-weight:normal;
}
.minitext
{
	font-size: 10px; 
	font-family:Arial;
	font-weight:normal;
}
.butt
{
	font-family: Arial; 
	font-size: 11px; 
	color: #FFFFFF; 
	font-weight: bold; 
	border: 1px solid #999999; 
	background-color: #6E6860;
}
.archived
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='archived.png');
}
.archived[class] {
  background-image:url('archived.png');
}

/* SCROLL BAR STYLES */

.upAr
{
    cursor:hand;
    cursor:pointer;
}
.dnwAr
{
    cursor:hand;
    cursor:pointer;
}

.upAr
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='scroll_ar_up.png');
}
.upAr[class] {
  background-image:url('scroll_ar_up.png');
}
.dnwAr
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='scroll_ar_dwn.png');
}
.dnwAr[class] {
  background-image:url('scroll_ar_dwn.png');
}
.scrTrk
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='scroll_track.png');
}
.scrTrk[class] {
  background-image:url('scroll_track.png');
}
/*ul
{
	font-size:11px;
	color:#333333;
	margin-left: 0;
}*/
li
{
	margin-bottom:12px;
}
