body {
	width: 800px;
	margin: auto;
	background-color: #A0AFBD;
}
#divbody {
	background-color: #FFFFFF;
	background-repeat: repeat;
	border-left-style: none;
	border-left-width: thick;
	left: 15px;
	text-align: left;
	white-space: normal;
}
.navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.activelink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	color: #0000FF;
	text-align: center;
	font-weight: bold;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	margin-right: 15px;
	margin-left: 15px;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	color: #A0AFBD;
	text-align: center;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	color: #0000FF;
	text-align: center;
	font-style: normal;
	text-decoration: blink;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	color: #0000FF;
	text-align: center;
	vertical-align: bottom;
}


h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #A0AFBD;
	text-align: center;
}
.oddRow{
	color: #000000;
	background-color: #999999;

}

.hoverRow, .selectRow{
	background-color: #333333;
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
