body {
	background-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #999999;
	scrollbar-shadow-color: #7FC0D1;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color: #282c7f;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}
a:link { color: #5c8393; text-decoration: none}
a:visited { color: #5c8393; text-decoration: none}
a:active { color: #57c189; text-decoration: underline}
a:hover { color: #57c189; text-decoration: underline}

textbox {
	font-family: Ms sans serif;
	font-size: 13px;
	margin: 1px;
	padding: 1px;
	border: thin solid;
}
textarea {
	font-family: Ms sans serif;
	font-size: 13px;
}
table {
	    font-family: Ms sans serif;
		font-size: 11px;
}
.greytext{
	font-family: Ms sans serif;
	color: #999999;
	font-size: 12px;
	font-weight: bold;
}
.greytextLight{
	font-family: Ms sans serif;
	color: #666666;
	font-size: 12px;
}
.whitetext{
	font-family: Ms sans serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
.blacktext{
	font-family: Ms sans serif;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
.bigblack{
	font-family: Ms sans serif;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}
.white{
	font-family: Ms sans serif;
	color: #000000;
	FONT-SIZE: 11px;
	background-color: #ffffff;
}
.bigwhite{
	font-family: Ms sans serif;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}
.smalltext { FONT-SIZE: 10px;}
.text12p { FONT-SIZE: 12px;}
.text13p { FONT-SIZE: 13px;}
.text14p { FONT-SIZE: 14px;}
.thexForm {
	font-family: Ms sans serif;
	font-size: 11px;
	color: #FFFFFF;
	cursor:hand;
	background-color: #c69e78;
	border: thin #e6b281;
}
.Redcolour {color: #FF0000}
.Orangecolour {color: #de9561}