body {
	background:url(images/bg.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin:20px;
	}
	
a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
 	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
	
p {
	margin-top:0px;
	}
	
#content {
/*	background:url(images/body_bg.gif);
	background-repeat:repeat-x;*/
	background-color:#33808a;
	border-left:#104a52;
	border-left-style:solid;
	border-left-width:2px;
	border-right:#104a52;
	border-right-style:solid;
	border-right-width:2px;
	padding:30px;
	}
	

.text {
	font-family:"Trebuchet MS", Arial;
	font-size:12px;
	line-height:14px;
	color:#FFFFFF;
	text-align:justify;
	}
.headline {
	font-family:"Trebuchet MS", Arial;
	font-size:18px;
	line-height:14px;
	color:#FFFFFF;
	text-align:justify;
	}
