@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: transparent;
	background-repeat: repeat-x;
	background-attachment: fixed;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1 {
	font-size: 18px;
	border-bottom: dashed 1px #FFFFFF;
	margin-top: 0px;
	margin-bottom: 10px;
}


a:link,
a:active,
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #007633;
}

img{
	border: 0px;
}


