
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.darkGray {
	background-color:  #454545;
	color: #ffffff;
	font-weight: bold;
}

.lightGray {
	background-color:  #eaeaea;
}

.lightHighlight {
	background-color:  #ffffcc;
	color: #000000;
}

.GreenBG {
	background-color : #00CC00;
	font-weight : bold;
}

.OrangeBG {
	background-color : #ff9900;
	font-weight : bold;
}

.RedBG {
	background-color : #ff0000;
	font-weight : bold;
}

Font.RedAlert {
	color : #ff0000;
	font-weight : bold;
}

Font.GreenAlert {
	color : #00cc00;
	font-weight : bold;
}

Font.YellowAlert {
	color : #ff9900;
	font-weight : bold;
}

Font.OrangeAlert {
	color : #ff9900;
	font-weight : bold;
}

Font.Purple {
	color : #9900cc;
	font-weight : bold;
}

Font.Navy {
	color : #000080;
	font-weight : bold;
}

font.highLight {
	font-weight: bold;
	background-color: #ffff00;
}

Font.Headline {
	font-size : 20px;
	font-weight : bold;
}

Font.Byline {
	font-size : 12px;
	font-style : italic;
}

div.photoCredit {
	text-align : right;
	font-size : 10px;
	font-style : italic;
}


div.cutline {
	font-size : 12px;
	font-weight : bold;
}

P.story {
text-indent : 20px;	
margin-top : 5px;
}

.UtilityNav {
	background-color:#ffff99;
	font-weight:bold;
	padding:3px;
	text-align:center;
}

A.UtilityNav:Link {
	color:#330099;
}
A.UtilityNav:Visited {
	color:#330099;
}
A.UtilityNav:Hover {
	color:#990000;
}


A.UtilityBody:Link {
	color:#3300ff;
}
A.UtilityBody:Visited {
	color:#3300ff;
}
A.UtilityBody:Hover {
	color:#990000;
}

DIV.fireDangerLow{
	background-color:#00A01A;
	color:#ffffff;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	display:inline;
}
DIV.fireDangerModerate{
	background-color:#0000ff;
	color:#ffffff;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	display:inline;
}
DIV.fireDangerHigh{
	background-color:#ffff00;
	color:#000000;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	display:inline;
}
DIV.fireDangerVeryHigh{
	background-color:#FF6600;
	color:#ffffff;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	display:inline;
}
DIV.fireDangerExtreme{
	background-color:#ff0000;
	color:#ffff00;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	display:inline;
}