body {
	background-color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
	
	}

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 25px;
	text-align: left;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #064293;
}
.style11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F28041;
	font-weight: bold;
}
.style5 {
	font-family: Verdana;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	}
.style10 {
	font-family: Verdana;
	font-size: 18px;
	color: #064293;
	font-weight: bold;
	}
.style7 {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}

/* sets the link colours for the whole site */
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #064293;
	text-decoration: none;
}
a:active {
	color: #CC0000;
	text-decoration: none;
}

/* all orange links not currently used */

.orange_link:link {
		color: #FFFFFF;
	text-decoration: none;
}
.orange_link:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.orange_link:hover {
	color: #064293;
	text-decoration: none;
}
.orange_link:active {
	color: #FFFFFF;
	text-decoration: none;
}
.style8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	line-height: 45px;
}
.style9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
/* sets the clours for the designed by kent-its.co.uk links - sitewide */
.kits_link:link {
	color: #000000;
	text-decoration: none;
	text-align: right;
}
.kits_link:visited {
	color: #000000;
	text-decoration: none;
	text-align: right;
}
.kits_link:hover {
	color: #064293;
	text-decoration: none;
}
.kits_link:active {
	color: #000000;
	text-decoration: none;
	text-align: right;
}
#heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #0000CC;
	text-align: left;
}
#table1 .style11 #designedby {
	text-align: right;
}
#table1 #designedbycell {
	width: 10%;
}
#table1 #copyright {
	text-align: left;
	width: 100%;
}
#boxtop {

	vertical-align: bottom;
}


#boxbottom {
vertical-align: top;

}
#validxhtmlimg {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
}
#centre {
	text-align: center;
}

/* controls the text in body of page */
#text_body {
	font-family: Tahoma, Arial, "Times New Roman";
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: left;
}
/* sets the colours of the body text links */

.text_link:link {
	color: #0000FF;
	text-decoration: none;
	text-align: left;
}
.text_link:visited {
	color: #993333;
	text-decoration: none;
	text-align: right;
}
.text_link:hover {
	color: #FF0000;
	text-decoration: none;
}
/* this is used to sort out xhtml css code problems with the list on
the about us page */
#list {
	list-style-position: outside;
	list-style-type: disc;
	padding: 15px;
	margin-right: 30px;
	margin-left: 30px;
	text-align: justify;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}

/* setup wrapping on textareas */

textarea {
   overflow: auto;
 }
