/* CSS Document */

body 

{
    background-image:url('../images/background.png');
    background-repeat:no-repeat;
    background-position:top left;
	background-color: #9dbbc5;
	margin: 0;
	padding: 0;
}

body, td, pre, input, textarea, select {
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
	}
a:link {
	color: #8A9C42;
	}
a:visited {
	color: #8A9C42;
	}
a:hover {
	text-decoration: none;
	color: #8A9C42;
	}
a:active {
	color: #8A9C42;
	}
	
	
	
p, li, pre {
	line-height: 1.3;
	}
h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre {
	margin-top: 0;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet, sans-serif;
	}
h2, h3, h4, h5, h6, p, ol, ul, pre {
	margin-bottom: 1.3em;
	}
h1 {
	font-size: 185%;
	font-family: Trebuchet, sans-serif;
	color: #3c5b2a;
	margin: 0 0 1em 0;
	}
h2 {
	margin: 0 0 .4em 0;
	font-size: 160%;
	font-family: Trebuchet, sans-serif;
	color: #305F7F;
	}
h2 span {
	display: block;
	font-weight: normal;
	}
h3 {
	margin: 0 0 .4em 0;
	font-size: 135%;
	font-family: Trebuchet, sans-serif;
	color: #05478e;
	}
	
	
	
	
	
	
	
