﻿body.newsrow {
    font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;	
	color:#BED8FF; /** Light Blue **/
   	background-color:#255375;
}

td {
	font-size:10pt;
	text-decoration:none;
}


td.caption {

	text-align:center;
	vertical-align:top;
	border-width: 0px;
	padding: 0px;
	margin-left:3px;
	margin-right:3px;
	margin-top:0px;
	margin-bottom:0px;
	width:146px;

}


td.green {
	font-size:14pt;
	color:lime;
	font-weight:bold;
}

img {
	margin: 0px 5px;
	border-width: 0px;
	padding: 0px;
	height: 80px;
	width: 140px;
}

h1 {}
h2 {}
h3 {}



/*** Hyptertext Links ***/
a:link	  {color:#BED8FF; text-decoration:none}   	/*** unvisited link ***/  
a:visited {color:#BED8FF}       /*** visited link   ***/

a:hover   {color:white}      /*** mouse over link & must come after a:link and a:visited ***/
a:active  {color:GrayText}    /*** selected link & must come after a:hover***/





div#headgraphic {
	position: relative;
	width:900px;
	height:92px;
}

div#headcaption {
	position: relative;
	width:900px;
	height:50px;
	color:white;
	font-size:100%
}


/*********************************** NEWS GRAPHIC ************************/

Div#news1 {
	position: absolute;
	width:150px;
	height:90px;
	top:0px;
	left:0px;
	padding: 4px;
}

Div#news2 {
	position: absolute;
	width:150px;
	height:90px;
	top:0px;
	left:151px;
	padding: 4px;
}

Div#news3 {
	position: absolute;
	width:150px;
	height:90px;
	top:0px;
	left:301px;
	padding: 4px;
}

Div#news4 {
	position: absolute;
	width:150px;
	height:90px;
	top:0px;
	left:451px;
	padding: 4px;
}

Div#news5 {
	position: absolute;
	width:150px;
	height:90px;
	top:0px;
	left:601px;
	padding: 4px;
}

Div#news6 {
	position: absolute;
	width:150px;
	height:90px;
	top:0px;
	left:751px;
	padding: 4px;
}

/*********************************** NEWS CAPTION ************************/
Div#capt1 {
	position: absolute;
	width:150px;
	height:48px;
	top:0px;
	left:0px;
	text-align:center;
}

Div#capt2 {
	position: absolute;
	width:150px;
	height:48px;
	top:0px;
	left:151px;
	text-align:center
}

Div#capt3 {
	position: absolute;
	width:150px;
	height:48px;
	top:0px;
	left:301px;
	text-align:center;
}

Div#capt4 {
	position: absolute;
	width:150px;
	height:48px;
	top:0px;
	left:451px;
	text-align:center
}

Div#capt5 {
	position: absolute;
	width:150px;
	height:48px;
	top:0px;
	left:601px;
	text-align:center
}

Div#capt6 {
	position: absolute;
	width:150px;
	height:48px;
	top:0px;
	left:751px;
	text-align:center
}




img.bar {
	height: 10px;
		border-style: none;
	border-color: inherit;
	border-width: 0px;
	width: 920px;
		vertical-align:top;
		height:4px;
		text-align: center;
	float: left;
}

span.yellow {
	color: #FFFFCC;
}
.GreenBoldHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight:normal;
	color: #00FF00;
	text-decoration:none
}

