
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

tr.darkGray {
	background-color:  #454545;
	color: #ffffff;
	font-weight: bold;
}

tr.lightGray {
	background-color:  #eaeaea;
}

tr.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;
}