.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #67BF40;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #34A900;
	border-bottom-color: #34A900;
}
a, a:visited, a:active {
	color: #34A900;
}
.menu a:link {
	color: #FFFFFF;
	text-decoration: none;
	
}
.menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	
}
.menu a:hover {
	color: #333333;
	text-decoration: none;	

}
.menu a:active {
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #333333;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #333333;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.sidetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
}
.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
ul.bullet {
	margin-left: 0;
	padding-left: 15px;
	list-style: none;
	list-style-image: url(../images/bullet.gif);
}
li.bullet {
	padding-bottom: 10px;
}
.bulletalign {
	padding-left: 20px;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.smalltext a:link {
	color: #FFFFFF;
	text-decoration: none;
	
}
.smalltext a:visited {
	color: #FFFFFF;
	text-decoration: none;
	
}
.smalltext a:hover {
	color: #333333;
	text-decoration: none;	

}
.smalltext a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.lexcelhighlight {
	color: #34A900;
}
.sitelinkspacer {
	color: #000000;
}
img {
	border: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;	
	color: #34A900;
}