BODY {
	FONT: small "Trebuchet MS"
}
TABLE {
	
}
SELECT {
	FONT: 99% "Trebuchet MS"
}
INPUT {
	FONT: 99% "Trebuchet MS"
}
TEXTAREA {
	FONT: 99% "Trebuchet MS"
}
PRE {
	FONT: 100% monospace
}
CODE {
	FONT: 100% monospace
}
BODY * {
	LINE-HEIGHT: 1.50em
}
.blueheading {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #0066a9;
	text-decoration: none;
	font-weight: bold;
}
.blackhead12 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.linkwhite {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
.linkwhite:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #ff9900;
	text-decoration: none;
}

.pagelinkactive
{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	background-color:#0066A9;
	display:block; height:15px; width:15px;
	border:dotted #666 1px;
}
.pagelinkactive:hover
{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	background-color:#666666;
	display:block;
	height:15px; width:15px;
	border:dotted #666 1px;
}
.pagelinkdeactive
{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-color:#eeeeee;
	display:block;
	height:15px; width:15px;
	border:dotted #666 1px;
}
.pagelinkdeactive:hover
{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-color:#dddddd;
	display:block;
	height:15px; width:15px;
	border:dotted #666 1px;
}
.activepage
{
	color:#e09e5e; font-weight:bold;
}
