@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding:0px;
	color: #696969;
	font-family: trebuchet Ms;
	font-size:12px;
	background: #E2E2E2 url(/images/back_sus.jpg) top center no-repeat;
}

h5 {
	font-family: trebuchet Ms;
	font-size:12px;
	color: #00652e;
	padding: 0px;
	margin: 0px;
}
h6 {
	font-family: trebuchet Ms;
	font-size:11px;
	color: #7bbe00;
	padding: 0px;
	margin: 0px;
}

a:link {
	color:#419002;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#419002;
}
a:hover {
	text-decoration: underline;
	color: #419002;
}
a:active {
	text-decoration: none;
	color:#419002;
}



