.adminBody {
	background-color: #254F7B;
}
.darkGrey {
	background-color: #B3B2B2;
}
.lightGrey {
	background-color: #E6E6E6;
}
.headerText {
	font-family: Arial;
	font-size: 12pt;
	color: #006699;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 1px;

}

.leftBar {
	background-image:  url(../graphics/sidebar_left.jpg);
}

.rightBar {
	background-image:  url(../graphics/sidebar_right.jpg);
}

.tborder {
	border-top: 1px solid CCCCCC;
	border-right-color: CCCCCC;
	border-bottom-color: CCCCCC;
	border-left-color: CCCCCC;

}

.bborder {
	border-bottom: 1px solid grey;
}

.trborder {
	border-top: 1px solid grey;
	border-right: 1px solid grey;
}

.normalText {
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
}
.normalHref {
	font-family: Verdana;
	font-size: 8pt;
	color: #4480C0;
	text-decoration: none;
	font-weight: bold;
}
.spacing {
	font-size: 5px;
}
.bigspacing {
	font-size: 10px;
}
.inputClass {
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}	
/* added by JMH */ 

td{
	font-family: Verdana;
	font-size: 10pt;
	color: #000000;
}
a:link {
	color: #006699;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #006699;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #00ccff;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	color: #00ccff;
	font-weight: bold;
	text-decoration: underline;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	background-color : #CCCCCC;
	margin: 0px;
}

table {
	background-color : #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
TBODY{
	font-family: Verdana;
	font-size: 10pt;
	color: #000000;
	vertical-align: top;
}
.tableTop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #007EA9;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.tableBorder {
	border: 1px solid #666666;
}
