body
{
	margin: 0px;
}

.logintext {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}
.logintext2 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 5px 5px 15px;
}
.search_text {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;	
}
.search_text_blue {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color :Blue; 
	text-decoration: none;	
}
.search_text_red {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color :Red; 
	text-decoration: none;	
}
.search_text_red_und {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color :Red; 
	text-decoration: underline;	
}
.search_text_black {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color :Black; 
	text-decoration: none;	
}
.search_text_blue_link {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color :Blue; 	
	text-decoration:underline;
}
.gobutton {
	padding: 5px;
}
.loginfield {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	height: 20px;
	width: 150px;
	padding: 2px;

}
.text {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding: 25px 5px 5px;
}
.bigtext {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.bigtext2 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.bigtext3 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 5px;
}
.bigtext3_grey_bg {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 5px;
	background-color: #D7D7D7;
}
.bigtext4_grey_bg {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 0px;
	background-color: #D7D7D7;
}
.bigtext5_grey_bg {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-right: 10px;
	background-color: #D7D7D7;
}
.fieldstext {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding: 2px;
	font-weight: bold;
}
.fieldstext2 {
	font-family: Arial;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	padding: 2px;
	font-weight: bold;
}

.submitbut {
	padding-top: 10px;
	padding-bottom: 10px;
}
.registerbox {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	height: 20px;
	width: 200px;
}
.registerlist{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 200px;
}

.dropdownbox {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding: 2px;
	height: 20px;
	width: 350px;
}
.dropdownbox2 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding: 2px;
	height: 20px;
	width: 480px;
}
.bigtext4 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.text2 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	padding: 2px;
}
.link 
{
	color: #661400;
	text-decoration: underline;
}
.link:hover
{
	text-decoration: none;
}
.txt_17black_bold {
	font-size: 17px;
	font-weight: bold;
	color: #000000;
}
.txt_17red_bold {
	font-size: 17px;
	font-weight: bold;
	color: #990000;
}
ul {
	list-style-image: url(images/bullet.gif);
	font-family: Verdana;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	padding: 2px;
}
td {
	font-size: 11px;
}
p {
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	padding: 2px;
}

.buttoncolour
{
	background-color:#d9c4bf;
	border-color:#c79414;
	color:#9f6c5f;
	border-style:solid;
	border-width:thin;
	font-weight:bold;
}