body{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
}
table#style1 {
	border-collapse:collapse;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
}
table#style1 thead th{
	background-color: black; 
	text-align: center;
	color: white;
	font-weight: bold;
	font-size:1.1em;
	padding: 10px 5px 10px 5px;	
}
table#style1 tr td{
	vertical-align: top; 
	padding: 0px 10px 0px 10px;	
}
table#style1 tr.alt td{
	background-color: #DDDDDD;
}

table#style2 {
	border-collapse:collapse;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
}
table#style2 thead th{
	background-color: black; 
	text-align: left;
	color: white;
	font-weight: bold;
	font-size:0.8em;
	padding: 5px 5px 5px 5px;	
}
table#style2 tr td{
	vertical-align: top; 
	padding: 0px 10px 0px 10px;	
}
table#style2 tr.alt td{
	background-color: #DDDDDD;
}

table#style3 {
	border-collapse:collapse;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
}
table#style3 tr.no td{
	background-color: black; 
	text-align: center;
	color: white;
	font-weight: bold;
	font-size:1.1em;
	padding: 5px 5px 5px 5px;	
}
table#style3 tr.q td{
	background-color: white; 
	text-align: left;
	color: black;
	font-weight: bold;
	font-size:1em;
	padding: 5px 5px 5px 5px;
}
table#style3 tr.o td{
	background-color: white; 
	text-align: center;
	color: black;
	font-weight: bold;
	font-size:1em;
	padding: 5px 5px 5px 5px;
}
table#style3 tr.alt td{
	background-color: #DDDDDD;
}

table#style4 {
	border-collapse:collapse;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
}
table#style4 tr.no td{
	background-color: black; 
	text-align: center;
	color: white;
	font-weight: bold;
	font-size:1.1em;
	padding: 5px 5px 5px 5px;	
}
table#style4 tr.q td{
	background-color: white; 
	text-align: center;
	color: black;
	font-weight: bold;
	font-size:1em;
	padding: 5px 5px 5px 5px;
}
table#style4 tr.o td{
	text-align: left;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
}
table#style4 tr.o td.q{
	text-align: left;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	background-color: #DDDDDD;
}
table#style4 tr.q td.g{
	color: white;
	font-size:4em;
	background-color: #000000;
}
