/* CSS Document */
body {
	background-color: #521500;
}
.heading_page {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
.heading_sub {
	font-size: 18px
}
.footer {
	font-size: 12px
}
.links_top {	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #FFFFFF;
}

a.links_top:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.links_top:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.links_top:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.links_top:active {
	text-decoration: none;
	color: #FFFFFF;
}