body {
	font-family: "Arial";
	background-color: #FFFFFF;
}

table.main {
	background-color: #FFFFFF;
	width: 800px;
	cellspacing: 0;
}
/*
.menutext {
	font-family: "Berlin Sans FB Demi";
	font-size: 20px;
	color: #000000;
	font-weight: normal;
	text-indent: 5px;
}
*/
.maintext {
	font-family: "Arial";
	font-size: 16px;
	color: #000000;
	vertical-align: top;
	padding: 15px;
}

.headertext {
	font-family: "Arial";
	font-size: 24px;
	color: #ffffff;
	vertical-align: middle;
	font-weight: bold;
}

.notationtext {
	font-family: "Arial";
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.addresstext {
	font-family: "Arial";
	font-size: 12px;
	color: #000000;
}

.bottomtext {
	font-family: "Arial";
	font-size: 12px;
	color: #000000;
	padding-right: 10px;
}

a:link.main {
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}

a:visited.main {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

a:hover.main {
	color: #0000CC;
	text-decoration: underline;
}

a:active.main {
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}
/*
a:link.main {
	font-weight: normal;
	color: #24408f;
	text-decoration: underline;
	padding-right: 10px;
}
a:visited.main {
	font-weight: normal;
	color: #24408f;
	text-decoration: underline;
	padding-right: 10px;
}
a:hover.main {
	font-weight: normal;
	color: #24408f;
	text-decoration: underline;
	padding-right: 10px;
}
a:active.main {
	font-weight: normal;
	color: #24408f;
	text-decoration: underline;
	padding-right: 10px;
}

*/