BODY {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
}

H1 {
	font-weight: normal;
	font-size: 22px;
}

H2 {
	font-size: 15px;
}

H4 {
	font-size: 13px;
}
SPAN.smallgray {
	color: #666666;
	/*font-size: 8px;*/
}

TD {
	vertical-align: top;
	font-size: smaller;
}

TD.fixed {
	font-size: 12px;
}

TD.grey {
	background-color: #F2F3F5;
}

.greytext {
	color: #838383;
	vertical-align: middle;
}

.greentext {
	color: #008822;
	font-weight: bold;
}

UL.graylist {
	list-style-image: url(/images/graydot.gif);
	position: relative;
	left: -10px;
}

.blueheader {
	font-weight: bold;
	color: #003DB8;
} 

A {
	text-decoration: none;
	color: #003DB8;
}

A:hover {
	text-decoration: underline;
}

A.darklink {
	color: Black;
	text-decoration: none;
	font-size: 11px;
}  

A.darklink:HOVER {
	color: Black;
	text-decoration: underline;
}  

A.greylink {
	color: #939393;
}

.search {
	color: white;
	font-size: 11px;
	font-weight: bold;
}

INPUT.thin {
	border: solid 1px #939393;
}

SELECT {
	border: solid 1px #939393;
}

INPUT.calendar {
	background-color: #F2F3F5;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	font-weight: bold;
	padding-left: 5px;
}

TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}