TD 
{
	font-size: 8pt; 
	font-family: Verdana,Arial,Helvetica;
}


.flyoutMenu
{
	border-right: #cccccc 1px solid;
	border-top: #cccccc 0px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}

.flyoutLink
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 15px;
	cursor: hand;
	font-family: Verdana, Arial, Helvetica;
	height: 25px;
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
}

.flyoutLink a {
	color: black;
	text-decoration: none;
}
.flyoutLink a:hover {
	color: black;
	text-decoration: none;
}
.flyoutLink a:visited {
	color: black;
	text-decoration: none;
}
.flyoutLink a:active {
	color: black;
	text-decoration: none;
}

.flyoutHeading
{
	font-size: 10pt;
	font-weight: bold;
}

.flyoutLinkHover
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 15px;
	cursor: hand;
	font-family: Verdana, Arial, Helvetica;
	height: 25px;
	background-color: #cccccc;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}

.flyoutLinkHeader
{
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 0px;
	cursor: hand;
	font-family: Verdana, Arial, Helvetica;
	height: 25px;
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
}
.flyoutLinkHeader a {
	color: black;
	text-decoration: none;
}
.flyoutLinkHeader a:hover {
	color: black;
	text-decoration: none;
	background-color: #cccccc;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}
.flyoutLinkHeader a:visited {
	color: black;
	text-decoration: none;
}
.flyoutLinkHeader a:active {
	color: black;
	text-decoration: none;
}


.QuoteOfTheDay
{
	padding-right: 2px;
	padding-left: 2px;
	font-size: xx-small;
	padding-bottom: 2px;
	margin: 2px;
	color: midnightblue;
	padding-top: 2px;
	text-decoration: none;
}

.main
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}


