﻿/* This StyleSheet contains custom styles for this project */

/*For the Table Headers.*/
#BodyContent tr.software{
	background-color: rgb(0,92,175);
	border: 1px solid black;
	text-align: center;
	color: #FFFFFF;
}


/*For the Blue Rows within the table*/
#BodyContent tr.fwVersion1{
	PAGE-BREAK-INSIDE: avoid;
	BACKGROUND-COLOR: rgb(46,160,218);
	

}

