@charset "utf-8";

* { margin:0; padding:0; }

body {	
		margin:3em;
		font-size: 75%;
		font-family: Verdana, Geneva, sans-serif;
		background-color: white;
		background-image : url(bg.jpg);
		background-attachment : fixed;
		background-repeat : repeat-x;
		background-position : bottom left;
		margin-bottom: 100px;
		color: #444444;
}

html>body {
    font-size: 12px;
}

ul  {
	margin-left: 2em;
}

p {
    line-height:1.5em;
    font-size:1em;
    margin: 0 0 1.5em 0;
}

legend {
	margin-left: 30px;
}

input, select, textarea {
	border: 1px solid #444444;
	background-color: white;
	padding: 0.167em;
	margin: 0.5em;
}

a {
	text-decoration:none;
	color: #95a206;
}
	a:active {
		
	}
	
	a:hover {
		
	}
	
	a:visited  {
		
	}

img {
	border: 0px;
}


h1 {
	font-size: 3em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	
}
h5 {
	
}
h6 {
	
}
