
BODY {
  background: #FFFFFF;
  color: #000000;
  margin: 0px;
}


/* colours of the links */

A {
  color: #000066;
  text-decoration: underline;
}

A:hover {
  color: #000065;
  text-decoration: none;
}


.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	
}
.table1 {
	border: 1px solid #CCCCCC;
}
.content {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.textbox {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 1px groove #000000;
	height: 18px;
	width: 95px;
}
.heading {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}

.go_button{
	color: #ffffff;
	background-color: #3C70A2;
	font-family: arial;
	font-size: 11;
	font-weight: bold;
	border-left: 1px solid #A2BBD3;
	border-top: 1px solid #A2BBD3;
	border-right: 1px solid #315C85;
	border-bottom: 1px solid #315C85;
	padding: 0px 2px 0px 2px;
	}