body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	margin: 0px;
}

td, th {
	font-size: 0.8em;
	color: #333333;
}

a {
	color: #0000FF;
}
a:visited
{
	color: #0000FF;

}
a:hover
{
	color: #FF0000;
	text-decoration: underline;
}
a.whitelink {
	color: #FFFFFF;
	text-decoration: none;
}
a.whitelink:visited
{
	color: #FFFFFF;
	text-decoration: none;

}
a.whitelink:hover
{
	color: #FF0000;
	text-decoratio: underline;
}
a.blacklink {
	color: #000000;
	text-decoratio: none;
}
a.blacklink:visited
{
	color: #000000;
	text-decoratio: none;

}
a.blacklink:hover
{
	color: #FF0000;
	text-decoratio: underline;
}
.header {
	font-size: 1.3em;
}

.title {
	font-size: 1.2em;
}

.subtitle {
	font-size: 1.1em;
}
.small {
	font-size: 0.8em;
}
.smaller {
	font-size: 0.9em;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}

td.footer {
	font-size: 0.6em;
}

td.home {
	background-color: #660000;
}
td.fin {
	background-color: #CCCC66;
}

td.short {
	background-color: #339933;
}

td.veh {
	background-color: #6666CC;
}

td.black {
	background-color: #000000;
}

td.white {
	background-color: #FFFFFF;
}
td.whitefont {
	color: #FFFFFF;
}

