.greyboarder {
	border: 1px solid #CCCCCC;
}

.greysides {
	border-top: none;
	border-right: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: 1px solid #CCCCCC;
}

.greytopnbottom {
	border-top: 1px solid #CCCCCC;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
}

.greybottom {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
}

.greybottomcorner {
	border-top: none;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
}

.greytopcorner {
	border-top: 1px solid #CCCCCC;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #CCCCCC;
}

.greytop {
	border-top: 1px solid #CCCCCC;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;


}
.smalltext {
	font-size: 12px;
	color: #333333;

}
.purpletext {
	color: #663399;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #009933;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #009933;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #009933;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #009933;
}
h5 {
	font-size: 10px;
	font-weight: bold;
	color: #009933;
}
h6 {
	font-size: 9px;
	font-weight: bold;
	color: #009933;
}

a:link{
	color:#009933;
	text-decoration: none;

}
a:visited{
	color:#009933;
	text-decoration: none;

}
a:hover{
color:#009933;
text-decoration:underline;
}
a:active{
color:#009933;
text-decoration:none;
}
.background {
	background-color: #FF9900;
}

.submenu p, ul, ol{
	font-size: 12px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;

}
li{
	margin-left: 0px;
	padding-left: 0px;
}

#home ul li {
		margin-left: 155px;
		width:200px;
}

.formbox {
	border: 1px solid #000000;
	color: #000000;
	background-color: #EDDAEF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 15px;
}
.contacttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
