@charset "utf-8";
/* CSS Document */

body {
	background-color: #285761;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #908678;
	display: block;
}
.topheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #285761;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #285761;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align:justify;
}
#Names {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #000;
 background-color: #ffffff;
 border: 1px dotted #999999;
 width: 200px;
 height:18px;
}
#Number {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #000;
 background-color: #ffffff;
 border: 1px dotted #999999;
 width: 200px;
 height:18px;

}
#Email {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #000;
 background-color: #ffffff;
 border: 1px dotted #999999;
 width: 200px;
 height:18px;
}
#Enquiries {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #000;
 background-color: #ffffff;
 border: 1px dotted #999999;
 width: 200px;
}
#List {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #000;
 background-color: #ffffff;
 border: 1px dotted #999999;
 width: 180px;
 height:18px;
}
#send {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #000;
 background-color: #ffffff;
 border: 1px dotted #999999;
 width: 100px;
 height: 25px;
}
#reset{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #000;
 background-color: #ffffff;
 border: 1px dotted #999999;
 width: 100px;
 height: 25px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #285761;
}
.greenhead {
	color: #285761;
	font-weight: bold;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #285761;
}
a:active {
	text-decoration: none;
	color: #285761;
}.toptext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #285761;
}

