body			{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	margin: 0px;
}
.pagehead {
	background: #4B2C45 url(images/titlebk_darkviolet.gif) repeat;
	font: bold normal 24px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #66FF00;
	border-bottom: 5px solid #FFFFFF;
	margin-bottom: 12px;
	width: 100%;
	text-transform: uppercase;
}

a				{ color: #66FF00; text-decoration: none; }
a:visited		{ color: #FFCC00; text-decoration: none; }
a:hover			{ color: #000000; text-decoration: none; background-color: #66FF00; }
a:active		{ color: #FF0000; text-decoration: none; background-color: #660000; }

a.old			{ color: #006633; text-decoration: none; font-weight: bold; }
a.old:visited	{ color: #006633; text-decoration: none; }
a.old:hover		{ color: #000000; text-decoration: none; background-color: #66FF00; }
a.old:active	{ color: #FF0000; text-decoration: none; background-color: #660000; }

/* this style makes the right border on the logo pic at the top of the page */
.logo5px		{ border-right: 5px solid #FFFFFF; margin-right: 18px; }

/* this style is for images with transparancy. keeps the bkgd color from shining through! */
a.pic, a.pic:visited, a.pic:hover, a.pic:active	{
	text-decoration: none;
	background-color: transparent;
}

.geneva920		{ font: 9px/20px Geneva, "Trebuchet MS", Arial; }
.trebuchet1220	{ font: 12px/20px "Trebuchet MS", Arial; }
.verdana1020	{ font: 10px/20px Verdana, sans-serif; }
.verdana10auto	{ font: 10px Verdana, sans-serif; }
.verdana1120	{ font: 11px/20px Verdana, sans-serif; }
.verdana11auto	{ font: 11px Verdana, sans-serif; text-align: left;}
.tiny			{ font: 9px Geneva, Arial, sans-serif; }

.bigIP			{
	color: #66FF00;
	vertical-align: middle;
	font: bold 32px Arial, Verdana, Helvetica, "Trebuchet MS", sans-serif;
}

.linkdescription {
	font: 9px/20px Verdana, Geneva, Arial, "Trebuchet MS", sans-serif;
	color: white;
}

.left10			{ margin-left: 10px;}
.right10		{ margin-right: 10px;}

.picborder		{ border: 4px #DDDDDD solid; }
