/* CSS Document */
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: small;
	color: #000000;
}
body {
	background-color: #FFFFCC;
	margin-top: 20px;
	margin-bottom: 20px;
}
a:link {
	color: #996633;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #996633;
}
a:active {
	text-decoration: none;
	font-weight: bold;
}
h1 {
	font-size: large;
	font-weight: bold;
	color: #996633;
	font-style: oblique;
}
.maintext {
	line-height: 150%;
	text-align: justify;
	padding: 30px 30px 15px;
	background-image: url(curve.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.maintable {
	border: thick solid #996633;
}
.navcell {
	background-image: url(tablebkgrd.jpg);
	background-repeat: repeat-y;
}
.imageonright {
	margin-left: 10px;
}
.imageonleft {
	margin-right: 10px;
}
.footer {
	font-size: x-small;
	color: #666666;
	text-align: center;
	padding: 5px;
	letter-spacing: 0.1em;
}
a.footer:link {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
a.footer:visited {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}
a.footer:hover {
	text-decoration: underline;
	color: #666666;
	font-weight: normal;
}
a.footer:active {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}
.quote {
	font-size: x-small;
	background-color: #FFFFCC;
	padding: 10px;
	border: thin solid #996633;
	width: 510px;
}
