body {
background-image: url(images/background.jpg);
background-position:top;
background-repeat: repeat-x;
background-color: #CFE26C;
margin: 0px;
}

.tablemax {
	height: 100%;
	width: 756px;
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
}

.tablefooter {
	height:50px;

}

#content {
	padding: 0 10px 0 10px;
}

.pictureborder {
	border: 1px solid #2B6006;
	margin: 5px;
}

.pictureright {
	float: right;
	margin: 5px;
	border: 1px solid #2B6006;
}

.pictureleft {
	float: left;
	margin: 5px;
	border: 1px solid #2B6006;
}

a:link {
	color: #2B6006;
	text-decoration: none;
}
a:visited {
	color: #2B6006;
	text-decoration: none;
}
a:hover {
	color: #2B6006;
	text-decoration: underline;
}
a:active {
	color: #2B6006;
	text-decoration: none;
}

p {	
	font-size: 12pt;
    font-family: arial;
    line-height: 15pt;
	color: #2B6006;
	}

.stylesmall {	
	font-size: 10pt;
    font-family: arial;
    line-height: 12pt;
	color: #2B6006;
	}

h1 {	
	font-size: 15pt;
    font-family: arial;
   	text-align: center;
    font-weight: bold;
    line-height: 18pt;
    color: #2B6006;
	}

h2 {	
	font-size: 12pt;
    font-family: arial;
   	text-align: left;
    font-weight: bold;
    line-height: 15pt;
    color: #2B6006;
	}

#styletext {
	font-size: 0px;
	visibility: hidden;
	}