body {
	background-color: white;
	color: black;
	text-align: center; /* to center holder #holder */
	margin: 2px 0 0 0;
	padding: 0 0 0 0; /* for Opera */
	font-family: Arial, sans-serif;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}

a.white {
	color: black;
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}
table.rightbox {
	border-collapse: collapse;
	border-spacing: 0; /* for Netscape */
	border: 1px solid black;
	width: 100%; 
	color: white;
	text-align: left;
}
.textHeader {
	font-size: 130%;
	font-weight: bold;
}
.rightboxHeader {
	font-size: 18px;
	background-color: black;
	text-indent: 8px;
}
.rightboxText {
	font-size: 16px;
	background-color: #999999;
	padding: 4px;
}
.rightboxFooter {
	height: 8px;
	background-color: black;
}
li.rightBox {
	margin-left: -15px;
}
.topParagraph {
	font-size: 15px;
	text-align: justify;
	text-indent: 10px;
	padding: 0px 20px 0px 10px;
}
.topHeader {
	font-size: 30px;
	padding: 0px 20px 0px 10px;
	font-weight: bold;
}
.textlead {
/* lead in text for topParagraph */
	font-weight: bold;
	font-size: larger;
	font-style: italic;
}
.pictureBox, .pictureBoxLast {
	border: 1px solid black;
	width: 75px; height: 75px;
	padding: 0px;
}
.pictureBox {
	border-right: 0px solid black;
}
.pictureBoxLast {
	border-right: 1px solid black;
}
.bodyText {
	text-align: justify;
	padding-right: 20px;
}
/* Menu */
.menu {
	background-color: #999999;
	font-size: 15px;
	border: 1px solid black;
	border-left: 1px;
	color: white;
}
.menuHead, .menuButtons {
	color: white;
	padding: 2px;
	text-align: center;
	font-weight: bold;
}
.menuHead {
	background-color:black;
}
.menuButtons {
	border-left: 1px solid black;
}
a.menuLinks {
	width: 100%;
	height: 100%;
}
a.menuLinks:hover {
	color: yellow;
}
.rightHeader {
	text-align: right;
	margin-right: 10px;
}
.rightHeader:first-line {
	font-weight: bold;
	font-size: 120%;
}
hr {
	height: 1px;
	display: block;
}