BODY {
	font-family: Verdana, Arial;
	font-size: x-small;
}

TBODY, TR, TD {
	font-family: Verdana, Arial;
	font-size: x-small;
}

pre {
	font-size: xx-small;
	font-family: Verdana, Arial;
}

.whiteTextSmall {
	font-family: Verdana, Arial;
	font-size: x-small;
	color: white
}

.whiteTextSmaller {
	font-family: Verdana, Arial;
	font-size: xx-small;
	color: white;
    text-decoration: underline;
}

.whiteTextSmallerNoLink {
	font-family: Verdana, Arial;
	font-size: xx-small;
	color: white;
    text-decoration: none;
}

TABLE.silverBorder {
	border-color: gray;
	border-width: 1px;
	border-style: solid
}

a.menuText
{
	font-family: Verdana, Arial;
	font-size: xx-small;
	color: white;
	text-decoration: none;
	padding: 4px;
}

a.menuText:hover {
	background-color: #3e5171;
	color: white;
	padding: 4px;
	}

a.homeText {
	font-family: Verdana, Arial;
	font-size: xx-small;
	color: black;
	text-decoration: none;
}

a.homeText:hover{
	text-decoration: underline;
}
