body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
}
a:link {
	color: #A60000;
	text-decoration: underline;
}
a:visited {
	color: #A60000;
	text-decoration: underline;
}
a:hover {
	color: #A60000;
	text-decoration: none;
}
td {
	font-size: 11px;
}
h1{
	font-size: 14px;
	font-weight: bold;
	color: #A60000;	
}
h2{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.menu{
	font-size: 10px;
	color: #000000;
}
#menu{
	font-size: 10px;
	color: #000000;
}
a.menu:link {
	color: #000000;
	text-decoration: none;
}
a.menu:visited {
	color: #000000;
	text-decoration: none;
}
a.menu:hover {
	color: #A60000;
	text-decoration: none;
}
input { font-family: Arial, Helvetica, sans-serif; font-size: 9px; }
textarea { font-family: Arial, Helvetica, sans-serif; font-size: 9px; }
select { font-family: Arial, Helvetica, sans-serif; font-size: 9px; }

table {
	padding: 0;
	margin: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
td {
	vertical-align: top;
	font-size: inherite;
}
th {
	border-bottom: 1px solid #dcdcdc;
	font-weight: bold;
	text-align: left;
}

