ul {
	list-style-type:square;
}

li {
	padding:5px;	
}
ul.sublist {
	list-style-type:circle;
}

table {
	width:100%;
}
th {
	background-color:#336666;
	color:white;
	vertical-align:center;
	text-align:left;
	padding:3px;
	font-size:18px;
}

td {
	padding:5px;
}

tr.subtitle th {
	background-color:#77AAAA;
	color:white;
	vertical-align:center;
	text-align:left;
	padding:3px;
	font-size:16px;
	font-weight:bold;
}

tr.red th {
	background-color:#990000;
	color:white;
	vertical-align:center;
	text-align:left;
	padding:3px;
	font-size:18px;
}

tr.sub1 td {
	color:#000000;
	background-color:#EAF2D3;	
	text-align:center;
}

tr.sub2 td {
	color:#000000;
	background-color:#FFFFCC;	
	text-align:center;
}

.new {
	width:100%;
}

