body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #cccc99;
}

.tbl-bdr {
	border: 1px solid #666;
	background-color: #FFF;
}
.dotted-right {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.dotted-left {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

h1 {
	color: #644526;
	font-size: 150%;
}
h2 {
	color: #644526;
	font-size: 130%;
}
h3 {
	color: #644526;
	font-size: 115%;
}
h4 {
	color: #644526;
	font-size: 100%;
}
h5 {
	color: #644526;
	font-size: 80%;
}
h6 {
	color: #644526;
	font-size: 60%;
}
.navigation {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.boxes {
	background-color: #eee;
	border: 1px solid #CCCCCC;
}
a {
	color: #003399;
}

a:hover {
	color: #644526;
}


