a:link {
	color: #E36000;
	text-decoration: underline;
}
a:visited {
	color: #ECA700;
	text-decoration: underline;
}
a:hover {
	color: #EECE80;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
	color: #EFCF84;
}

TD {
	font-size: 90%;
	line-height: 160%;
}
TH {
	font-size: 90%;
	line-height: 160%;
}

H1 {
	font-size: 108%;
	background-color: #FFDCAD;
	padding: 8px;
	border-left: 4px solid #FF9300;
	border-bottom: 1px solid #FF9300;
}

H2 {
	font-size: 108%;
	background-color: #FFDCAD;
	padding: 8px;
	border-left: 4px solid #FF9300;
	border-bottom: 1px solid #FF9300;
}
H3 {
	font-size: 108%;
	background-color: #FFDCAD;
	padding: 8px;
	border-left: 4px solid #FF9300;
	border-bottom: 1px solid #FF9300;
}
H4 {
	font-size: 100%;
	padding: 4px;
	margin-bottom: 4px;
}


TD.copyright {
	font-size: 10px;
}

p.top_text {
	font-size: 12px;
	padding: 18px
}