/* CSS definition file containing site wide stylesheets */

.bold {
	font-weight: bold
}

.size_11_bold {
	font-size: 11px;
 	font-weight: bold
}

.shaded_cell {
	background-color: rgb(209,210,215);
 	margin-left: 6px;
 	margin-right: 6px
}

.italics {
	font-style: italic
}

.table_heading {
	color: rgb(255,255,255);
 	line-height: 25px;
 	font-weight: bold;
 	text-indent: 4px;
 	background-color: rgb(95,111,162)
}

.size_11 {
	font-size: 11px
}

.red {
	color: rgb(169,27,27)
}

.table_heading_lt {
	color: rgb(0,0,0);
 	line-height: 25px;
 	font-weight: bold;
 	text-indent: 4px;
 	background-color: rgb(190,196,217);
 	margin-top: 0px;
 	margin-bottom: 2px
}

.blue-bold {
	color: rgb(33,58,136);
 	font-weight: bold
}