.middletd {
	background-color: #FFFFFF;
	background-image: url(../images/middlebar.gif);
	background-repeat: repeat-x;
	background-position: left top;
	top: 20px;
}
.sidetd {
	background-repeat: repeat-x;
	background-image: url(../images/sidebar.gif);
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.maintitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #666666;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.subtitlered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.centreimgbtm {
	background-color: #FFFFFF;
	background-image: url(../images/centrebtm.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.topspace {
	top: 15px;
	padding: 5px;
}
.topline {
	border-top-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: thin;
}
a:link {
	text-decoration: none;
	color:#990000;
}
a:visited {
	text-decoration: none;
	color:#990000;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
}

