body   {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	background-color: #FFF;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#header { 
	text-align: center;
	padding: 5px;
}
#footer {
	text-align: center; 
	font-size: 7pt;
}
.index {
	margin: 0 0 1em 0;
	padding: 0 0 0 10px;
	color: #FFF;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
}
h2  {
	font-size: 1em;
	font-weight: bold;
}
p, td, th {
	font-size: 12px;
	line-height: 1.5;
}
th {
	text-align: center;
}
li {
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
}
#nav {
	margin: 0;
	padding: 0;
	float: right;
	width: 100%;
	border: 1px solid #42432d;
	border-width: 1px 0;
	background-color: #000;
}
#nav li {
	display: inline;
	padding: 0;
	margin: 0;
}
#nav a:link,
#nav a:visited {
	color: #fff;
	background: #000;
	padding: 4px 15px;
	float: right;
	width: auto;
	border-left: 1px solid #42432d;
	text-decoration: none;
	text-transform: uppercase;
}
#nav a:hover {
	color: #fff;
	background: #F00;
	text-decoration: underline;
}
#nav li:first-child a {
	border-right: 1px solid #42432d;
}
a {
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
.col-B li {
	padding: 2px 0;
}
p.heading {
	border: 1px solid #000;
	background-color: #CCC;
	font-weight: bold;
	width: 100%;
	text-align: center;
}
.color_over {
	background-color: #CCC;
	color: #000;
	font-weight: bold;
}
.color_over_files {
	background-color: #CCC;
	color: #000;
}
.color_over_fix {
	background-color: #999;
	color: #000;
	font-weight: bold;
}
.color_out {
	background-color: inherit;
	color: inherit;
}.color_out_files {
	background-color: inherit;
	color: inherit;
}
.advert {
	padding-bottom: 5px;
}
