/*  Style sheet  */
body {

}

td,tr,p,div {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	font-size: 12px;
	color: #666;
}

h1 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #993300;

}

.table_hdr {
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 12px;
	background-color: #CCCCCC; /* gray */
}

.table_row1 {
background-color: #FFFFFF; /* white */
}

.table_row2 {
	font-family: Tahoma, Helvetica, sans-serif; 
	font-size: 12px;
background-color: #FFFFCC; /* light yellow */
}

.table_col {
	font-family: Tahoma, Helvetica, sans-serif; 
	font-size: 12px;
}

.activeReviewer {
background-color: #CCFFFF; /* some sort of blue */
}

.sch1 {
color: #000000;          /*  black  */
}

.sch2 {
color: #0000cd;          /*  blue  */
}

.sch3 {
color: #FF0000;          /*  red  */
}
