
body {
	margin: 0px;
	background-image:url(images/bg_fade_down.gif);
	background-position:top;
	background-repeat:repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #636466;
}
td {
	font-size:10px;
}

h1 {
	font-size: 18px;
	margin: 0px;
	padding-left: 15px;
}
h2 {
	font-size: 15px;
	margin: 5px 5px 5px 0px;
	color: #95b563;
}
h3 {
	font-size: 13px;
	margin: 5px 5px 5px 0px;
	color: #95b563;
}
a {
	text-decoration: none;
	color: Blue;
}
a:HOVER {
	text-decoration: underline;
	color: Blue;
}

.PagingLink {
	font-size: 11px;
	color: #636466;
	text-decoration: none;
}
.PagingLink:HOVER {
	font-size: 11px;
	color: Blue;
	text-decoration: underline;
}

.FormLabel {
	font-size: 13px;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 10px;
}
.FormLabelLight {
	font-size: 13px;
	padding-top: 4px;
	text-align: right;
}

.SearchSectionLabel {
	font-size: 11px;
	font-weight: bold;
}
.SearchLabel1 {
	font-size: 16px;
	margin-bottom: 4px;
	margin-top: 4px;
}
.SearchLabel2 {
	font-size: 13px;
	margin-bottom: 4px;
	margin-top: 4px;
}

.HighlightCell {
	border: thin;
	border-color: red;
	border-style: dashed;
}
