body {
	font: normal 12px arial,helvetica,sans-serif;
	color: #000000;
	background-color: #ffffff;
	margin: 10px;
}
p, dl, dt, dd, ul, ol, li {
	font: normal 12px arial,helvetica,sans-serif;
	color: #000000;
}
p.title {
	font: bold 14px arial,helvetica,sans-serif;
	color: #000000;
}
ul {
	list-style-type: square;
}
hr {
	width: 100%;
	height: 5px;
	color: #b2cc7f;
	background-color: #b2cc7f;
	border: 0px;
}
address {
	font: normal 10px arial,helvetica,sans-serif;
	color: #999999;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

td {
	font: normal 12px arial,helvetica,sans-serif;
	color: #000000;
	background-color: #eeeeee;
	border-bottom: solid 1px #cccccc;
}
td.green {
	font: bold 12px arial,helvetica,sans-serif;
	color: #ffffff;
	background-color: #669900;
	border-bottom: solid 1px #336600;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

a {
	font: normal 12px arial,helvetica,sans-serif;
	color: #669900;
	text-decoration: underline;
}
a:active {
	color: #669900;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #ffffff;
	background-color: #669900;
	text-decoration: none;
}
a.title {
	font: bold 14px arial,helvetica,sans-serif;
	color: #669900;
	text-decoration: underline;
}
a.title:active {
	color: #669900;
}
a.title:visited {
	color: #669900;
}
a.title:hover {
	color: #669900;
	background-color: transparent;
	text-decoration: underline;
}

