/*
//###############################################################################
//  Created and designed by Ethan Wheatley © EWdesign 2003. All rights reserved
//  Some code developed with assistance from Ben Clayton at BCinternet © 2003
//
//  Email: b e r t i e p e a r c e @ e w d e s i g n . n e t
//  Website: http://www.ewdesign.net
//
//  Please do not copy any part of this website without prior permission
//  Redistribution and use in source and binary forms are strictly prohibited
//  No liability will be taken for damage or loss due to the use of this code.
//###############################################################################
*/
td {
	font-size: 11px;
}
body {
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #A7A71C;
	background-color: #FFFFFF;
}
.heading {
	font-size: 15px;
	font-weight: bold;
	color: #990000;
}
.txtbox {
	border: 1px solid #CCCC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
}
.button {
	border: 1px solid #CCCC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px;
	color: #CCCC00;
	font-weight: bold;
	background-color: #FFFFFF;
	cursor: hand;
}
.subheading {
	font-size: 12px;
	font-weight: bold;
	color: #990000;

}
.boxheading {
	font-size: 12px;
	font-weight: bold;
	color: #CCCC00;
	background-color: #990000;
	padding: 3px;
}
.row1 {
	padding: 3px;
}
.row2 {
	padding: 3px;
	background-color: #E7E7E7;
}
.boxborder {
	border: 1px solid #990000;
}
.boldtext {
	font-weight: bold;
	color: #990000;
}
.pagelink:link {
	font-weight: bold;
	color: #A7A71C;
	text-decoration: none;
	cursor: hand;
}
.pagelink:visited {
	font-weight: bold;
	color: #A7A71C;
	text-decoration: none;
	cursor: hand;
}
.pagelink:active {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	cursor: hand;
}
.pagelink:hover {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	cursor: hand;
}
.indexlink:link {
	font-weight: bold;
	font-size: 12px;
	color: #A7A71C;
	text-decoration: none;
	cursor: hand;
}
.indexlink:visited {
	font-weight: bold;
	font-size: 12px;
	color: #A7A71C;
	text-decoration: none;
	cursor: hand;
}
.indexlink:active {
	font-weight: bold;
	font-size: 12px;
	color: #990000;
	text-decoration: none;
	cursor: hand;
}
.indexlink:hover {
	font-weight: bold;
	font-size: 12px;
	color: #990000;
	text-decoration: none;
	cursor: hand;
}.error {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
