/* Content Links */
a {
	font-size: 8pt;
}

a:active {
	color: #FF0000;
	text-decoration: none;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration:underline;
}
/* Bold Enquiry Links */
a.bold:active {
	color: #FF0000;
	text-decoration: none;
	font-weight:bold;
}
a.bold:link {
	color: #FF0000;
	text-decoration: none;
	font-weight:bold;
}
a.bold:visited {
	color: #FF0000;
	text-decoration: none;
	font-weight:bold;
}
a.bold:hover {
	color: #FF0000;
	text-decoration:underline;
	font-weight:bold;
}
/* Nav Bar Links */
a.nav:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 8pt;
}
a.nav:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 8pt;
}
a.nav:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 8pt;
}
a.nav:hover {
	color: #ff0000;
	text-decoration: none;
	font-size: 8pt;
}

body {
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	background-color: #999999;
	font-size: 6pt;
}
h1 {
	color: #FF0000;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}p {

	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 5pt;
	font-weight: normal;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
}
.header {
	background-color: #FF0000;
}
.background {
	background-color: #666666;
}
.maintext {
	background-color: #FFFFFF;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold;
}
.background2 {
	background-color: #666666;
}
.credits {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
}
