@charset "iso-8859-1";

a:link {color: white;}
a:visited {color: white;} 

h3 {
	color: white;
	font-size: 20pt;
	}

h4 {
	color: white;
	font-size: 11pt;
	font-style: italic;
	}

body {
	background-color: #ffffff; 
	background: url("images/shellback.jpg") repeat;
	}
	
div.text {
	margin: 1%;
	width: 795px;
	overflow: hidden;
	}

span.footer {
	clear: both;
	float: none;
	margin: 5px;
	width: 795px;
	overflow: hidden;
	position: relative;
	bottom: 1%;
	font-size: 8pt;
	color: white;
	}

span.headline {
	clear: both;
	float: none;
	margin: 5px;
	width: 795px;
	overflow: hidden;
	background-color: #FFFFFF;
	position: relative;
	top: 1%;
	}
	
span.box {
	margin: 5px;
	float: right;
	width: 238px;
	height: 250px;
	border-style: solid double double solid;
	padding: 0.3em;
	text-align: left;
	position: relative;
	}
