/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

.headerstyle {
	background:transparent url("../images/header.jpg") no-repeat left top;
	

}

.sepstyle {
	background-image: url(../images/sep.gif);
	background-repeat: repeat- y;
	

}

.sep2style {
	background-image: url(../images/sep2.gif);
	background-repeat: repeat- x;
	

}

h1{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight:normal;
letter-spacing:-1px;
padding:0;
margin:0 0 5px 0;
color:#0d9430;
}

h2{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight:normal;
letter-spacing:-1px;
padding:0;
margin:0 0 3px 0;
color:#4a4745;
}

.greytext{
	font-family: Verdana, Arial, Helvitica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #4a4745;
	

}


a.one{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #4a4745;
}

a.one:hover{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	text-decoration: underline;
	font-weight: normal;
	color: #4a4745;
}
