td.title {
	font-family : arial;
	font-size : 16px;
	color : white;
	font-weight: bold;
	background-color: #c0343d;
}
td.title a:link,
td.title a:visited,
td.title a:active {
	font-size: 16px;
	color: yellow;
}
td.title a:hover {
	color: white;
}
td.sub {
	font-family : arial;
	font-size : 12px;
	color : white;
	font-weight: bold;
	background-color: #9c623a;
}
td.sub a:link,
td.sub a:visited,
td.sub a:active {
	color: yellow;
	text-decoration: none;
}
td.sub a:hover {
	color: white;
	text-decoration: none;
}
td.sub_sub {
	font-family : arial;
	font-size : 12px;
	color : white;
	font-weight: bold;
	background-color: #858585;
}
td.sub_sub a:link,
td.sub_sub a:visited,
td.sub_sub a:active {
	color: yellow;
	text-decoration: none;
}
td.sub_sub a:hover {
	color: white;
	text-decoration: none;
}
td.row {
	font-family : arial;
	font-size : 12px;
	color : #000000;
}
td.row1 {
	font-family : arial;
	font-size : 12px;
	color : #000;
	background-color: #e1e1e1;
}
td.req {
	font-family : arial;
	font-size : 12px;
	font-weight: bold;
	color : red;
	background-color: #e1e1e1;
}
td.row2 {
	font-family : arial;
	font-size : 12px;
	color : #000;
	background-color: #f1f0f0;
}
.main_table {
	width: 100%;
}
td.blank {
	font-family : arial;
	font-size : 12px;
	color : white;
}

