body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	margin: 0px;
}

a:link {
	color: #99FFFF;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #999966;
	text-decoration: none;
}

a:hover {
	color: #FFFFCC;
	text-decoration: none;
}

a:active {
	color: #999999;
	text-decoration: none;
}

p, td {
	font:10px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin: 0px;
}

.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
}
.smallBodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
}
.strongBodyText {
	font-family: Helvetica;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.smallHeaders {
	font-family: Helvetica;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.orangeHeaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
.blueText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
.smallBlueItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: italic;
	font-weight: bold;
	color: #0099FF;
	text-decoration: none;
}

.navbarlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: x-small;
}
.navbarspacers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.contactDetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.contactDetailsSpacers {
	font-size: small;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.typewriterLinks {
	font-family: Courier New, Courier, mono;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #0066CC;
	text-decoration: none;
}
.smallDivider {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	color: #999999;
	text-decoration: none;
	font-weight: lighter;
}
.bigDivider {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

.infoButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	border: thin none;
	/*cursor: hand; causes error as it's not widely supported*/
}
.infoTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	border: medium none;
	margin: 0px;
	padding: 0px;
}
.copyRightStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #999999;
	border: medium solid #000000;
}
#indexTable {
	background-color: #003366;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
#bigHeaderCell {
	color: #FFFFFF;
	text-decoration: none;
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	background-color: #000000;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	height: 40px;
}
#smallHeaderCell {
	color: #FFFFFF;
	text-decoration: none;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	background-color: #000000;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	height: 20px;
}
#thumbnailTable {
	background-color: #000000;
}
.smGreyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
