/* CSS Document */
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
body {
	font-size: 80%;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;


}
h1 {
	font-size: 180%;
	color: #5BAD01;
	margin-left: 50px;
	margin-bottom: 20px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 165%;
	font-weight: bold;
}

h3 {
	font-size: 150%;
	font-weight: bold;
}
h4 {
	font-size: 135%;
	font-weight: bold;
}
h5 {
	font-size: 120%;
	font-weight: bold;
}

h2, h3, h4 , h5{
	margin-top: 10px;
	margin-bottom: 5px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
a , a strong{
	color: #5AAD00;
	text-decoration: none;
}
a:link {
	color: #5AAD00;
	text-decoration: none;
}
a:visited {
	color: #557913;
}

a:hover {
	color: #7ED200;
	text-decoration: underline;
}
select {
	color: #5AAD00;
}
input {
	font-size: 85%;
}
li {
	list-style-position: outside;
	margin-right: 20px;
	margin-left: 20px;
	font-size: inherit;
	list-style-type: circle;
}
ul {
	padding-left: 15px;
	margin-bottom: 10px;
}

.floatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.floatRight {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.border img {
	border: 1px solid #CCCCCC;
}
blockquote {
	margin-right: 30px;
	margin-left: 30px;
}

