body {
	background-color: #999999;
}
.copper {
	font-family: "Copperplate Gothic Bold";
	font-size: 14px;
	color: #DAA616;
}
.darkblue {
	font-family: "Copperplate Gothic Bold";
	font-size: 14px;
	color: #000066;
}
.YellowText {
	color: #FFCC00;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
}
.SmallYellowText {
	color: #FFCC00;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}



td, th {
	color: #99CCCC;
}

h1 {
	color: #FFFF33;
}

h2 {
	color: #FFFF66;
}

h3, h4 {
	color: #FFFFCC;
}

h5, h6 {
	color: #6699CC;
}

a {
	color: #9999cc;
}
.form_input {
	background-color: #FFFF66;
	padding: 1px;
}
.form_input_small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	background-color: #FFFF66;
	padding: 1px;
}
.form_input_right {
	background-color: #FFFF66;
	padding: 1px;
	text-align: right;
}
.Text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFCC00;
	text-decoration: underline;
}
.no_see_form {
	color: #000000;
	background-color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: right;
}
.NoSeeFormLightGray {
	color: #000000;
	background-color: #E6E6E6;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: right;
}
.maintable {
margin: auto auto;
border-collapse: collapse; /*this is what stops the double border appearing on cells*/ 
border: 1px solid black;
}
}
.maintable_Test {
margin: auto auto;
border-collapse: collapse; /*this is what stops the double border appearing on cells*/ 
border: 2px outset black;
}
