body {
	font-family: Verdana;
	font-size: 12px;
}

A:link {text-decoration: none;}
A:visited {text-decoration: none;}
A:active {text-decoration: none;}
A:hover {text-decoration: underline;}

td {
	font-size: 12px;
}

.underlined {
	text-decoration: underline;
}

.10pxWhite {
	font-size: 10px;
	font-family: Verdana;
	color: #FFFFFF;
}

.10pxDarkGrey {
	font-size: 10px;
	font-family: Verdana;
	color: #333333;
}

.9pxDarkGrey {
	font-size: 9px;
	font-family: Verdana;
	color: #333333;
}

.leftrightpadding {
	padding-right: 4px;
	padding-left: 4px;
}

.12pxBlackBold {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}


.navbutton a {
	height: 20px;
	width: 152px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-align:center;
	text-decoration: none;
	display: block;
	background-color: #CCCC99;
	border-bottom-color: #333300;
	border-right-color: #999966;
	border-left-color: #BBBBBB;
	border-top-color: #DDDDDD;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;

}

.navbutton a:hover {
	background-color: #003399;
	border-bottom-color: #333300;
	border-right-color: #003366;
	border-left-color: #BBBBBB;
	border-top-color: #93A8D2;
	text-decoration: none;
	color: #FFFFFF;
}
.12pxBlack {
	font-size: 12px;
	color: #000000;
}
.12pxDarkGrey {
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}

.10pxGrey {
	font-size: 10px;
	color: #999999;
}

.10pxBlue {
	font-size: 10px;
	color: #000066;
}


.header {
	font-family: "Century Gothic";
	font-size: 24px;
	font-weight: bold;
	color: #003399;
	letter-spacing: -1;
}

.subheader {
	font-family: "Century Gothic";
	font-size: 16px;
	font-weight: bold;
	color: #003399;
}

.1pxGreyBorder {
	border: 1px solid #CCCCCC;
}
