.redhead {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 90%; font-weight: bold; color: #CC0000; text-align: left}
p {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 80%; font-style: normal; line-height: normal; font-weight: normal}
li {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 80%; font-style: normal; line-height: 27px}
.bignum {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 140%; font-weight: bold; color: #0066CC; font-style: normal; vertical-align: middle}
.tiny {  font-size: xx-small}
.linkorange {  font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #FF6600; line-height: 150%; font-size: 100%}
.linkorange_sm { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #FF6600; line-height: 150%; font-size: 9px}
.linkyellow { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #FFCC00; line-height: 150%; font-size: 12px }
dl {  font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 80%}
dd {  font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal}

/* Apply CSS to any UL (Unorderd List) with the class name 'menu' */
.menu
{
	border: 0px solid black;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 100px;
}
/* Collapse the List Item Tags */
.menu li { display: inline; }

/* Make the links block elements and give them padding and some style */
.menu a, .menu a:visited
{
	color:  #FF6600;
	font: bold 12px Verdana;
	text-decoration: none;
	display: block;
	padding: 2px;
	border-left	: 6px solid #0066CC;
	border-right	: 6px solid #0066CC;
}

/* Specify the rollover style for the links */
.menu a:hover
{
	border-left	: 6px solid #ff3300;
	border-right	: 6px solid #ff3300;
	background-color: #f0f5ff;
	color: #cc0000;
}

