body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 10pt;
}
p {
	font-family: Verdana;
	font-size: 10pt;
	color: #000000;
}
.linkcell {
   border-right: 1pt solid yellow;
	width: 140px;
}
.reverse {
	color: #FFFFFF;
}
h1 {
	font-size: 36pt;
}
h1.reverse {
	color: yellow;
}
h2 {
	font-size: 22pt;
}
h2.reverse {
	color: yellow;
}
h3 {
	font-size: 14pt;
}
h3.reverse {
	color: yellow;
}
table {
	border-collapse: collapse;
	margin: 0px;
	font-family: Verdana;
	font-size: 10pt;
}
td {
	border: 1px solid black;
	padding: 20px;
}
a {
	text-decoration: none;
	color: #0000FF;
}
a.buttons {
	font-family: Verdana;
	text-decoration: none;
	font-size: 10pt;
	color: yellow;
	font-weight: bold;
}
a.buttons:hover {
	font-family: Verdana;
	text-decoration: none;
	font-size: 10pt;
	color: red;
	font-weight: bold;
}
a.smallbuttons {
	font-family: Verdana;
	text-decoration: none;
	font-size: 7pt;
	color: yellow;
	font-weight: bold;
}
a.smallbuttons:hover {
	font-family: Verdana;
	text-decoration: none;
	font-size: 7pt;
	color: red;
	font-weight: bold;
}