body
{
	color: darkslategray;
	font-family: 'Times New Roman';
}
a
{
	text-decoration:none;
}
.button
{
	border-right-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	color: lightcyan;
	border-bottom-style: solid;
	font-family: 'Times New Roman';
	background-color: teal;
	text-decoration: none;
	border-right-color: teal;
	border-top-color: teal;
	border-left-color: teal;
	border-bottom-color: teal;
}
.Footer /*Footer*/
{
	font-size: 10pt;
	color: teal;
	font-family: Tahoma;
	background-color: white;
	text-decoration: underline;
}
font.headline
{
	color: teal;
	font-family: 'Times New Roman';
	text-decoration:none;
}
.inverse
{
	color: darkslategray;
	font-family: 'Times New Roman';
	background-color: lightcyan;
	text-decoration:none;
}
.bottomborder
{
	border-bottom: teal double;
	text-decoration: none;
}

