.header
{
	background: red;
	color: white;
	border: solid 1px black;
	margin: 0 0 5px 0;
	padding: 2px;
	font-size: small;
}

.footer
{
	background: white;
	color: black;
	border: solid 1px black;
	margin: 10px 0 0 0;
	font-size: small;
	text-align:center;
}

.bold
{
	font-weight: bold;
}
		
.centeredImage
{
	text-align: center;
	display: block;
}
		
.underline
{
	text-decoration: underline;
}
		
a
{
	font-size: small;
	color: blue;
	active-color: red;
	text-decoration: underline;
}

a.advert
{
	font-size: small;
	color: black;
	active-color: red;
	text-decoration: none;
}

a.foot
{
	font-size: x-small;
	color: blue;
	active-color: red;
	text-decoration: none;
}

hr
{
	clear: both;
	border:solid;
	border-width:1px;
	border-bottom-color:#007300;
	border-top-color:#ffffff;
	border-left-color:#ffffff;
	border-right-color:#ffffff;
}

div.outer
{
	background-color: #ffffff;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 4px;
	padding-bottom: 1px;
}

div.middle
{
	background-color:#000000;
	border-top:1px solid #9C9C9C;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
	padding-right:2px;
	font-size:small;
	color:white;
}

div.middleCenter
{
	background-color: #000000;
	border-top: 1px solid #9C9C9C;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	font-size: small;
	color: white;
	text-align: center;
	font-weight: bold;
}

div.inner
{
	background-color: #ffffff;
	border-top: 1px solid #9C9C9C;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	font-size: x-small;
	color: black;
}

div.inner2
{
	background-color: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	font-size: small;
	color: black;
}
