body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
h1 {
	font-size: 130%;
	border-bottom: 3px double #000;
}
h2 {
	font-size: 110%;
	border-bottom: 1px solid #000;
}
table, th, td {
	
	border-collapse: collapse;
}
th {
	
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
th, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
caption {
	text-align: left;
	font-weight: bold;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}