html {
}
body, html {
	padding: 0px;
	margin: 0px;
	font-family: arial;
	font-size: 13px;
}
td.red {
	color: #CC0000;
	font-size: 15px;
	font-weight: bold;
}
td.gray {
	color: #555555;
	font-size: 12px;
}
td.bottom {
	color: #555555;
	font-family: arial;
	font-size: 12px;
	border-bottom: 1px dotted #CCC;
}
p, td, div, li, ul {
	font-family: arial;
	font-size: 13px;
}
h1 {
	font-family: arial;
	font-size: 24px;
	color: #CC0000;
}
h2 {
	font-family: arial;
	font-size: 14px;
}
a:link {
	color: #CC0000;
	text-decoration: none;
	font-family: arial;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
	font-family: arial;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
	font-family: arial;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
	font-family: arial;
}
a.nav:link {
	color: black;
	text-decoration: none;
	font-family: arial;
	font-size: 13px;
}
a.nav:hover {
	color: #CC0000;
	text-decoration: none;
	font-family: arial;
	font-size: 13px;
}
a.nav:visited {
	color: black;
	text-decoration: none;
	font-family: arial;
	font-size: 13px;
}
a.nav:hover {
	color: #CC0000;
	text-decoration: none;
	font-family: arial;
	font-size: 13px;
}
a.bottom:link {
	color: #555555;
	text-decoration: none;
	font-family: arial;
	font-size: 10px;
}
a.bottom:hover {
	color: #CC0000;
	text-decoration: none;
	font-family: arial;
	font-size: 10px;
}
a.bottom:visited {
	color: #555555;
	text-decoration: none;
	font-family: arial;
	font-size: 10px;
}
a.bottom:hover {
	color: #CC0000;
	text-decoration: none;
	font-family: arial;
	font-size: 10px;
}