body {
	background-color:#FFFFFF;
	margin:0px;
}

.tablemax {
	height: 100%;
	width: 100%;
}

.footer {
background-image: url(images/footer.gif);
background-repeat:no-repeat;
background-position:top;
}

.menu {
background-image: url(images/menu_background.gif);
background-repeat: repeat-y;
background-position:top;
}

.menu_bottom{
background-image: url(images/menu_bottom.gif);
background-repeat:no-repeat;
background-position:top;
}

.content {
background-image: url(images/content_right.gif);
background-repeat: repeat-y;
background-position: right;
}

.content_top {
background-image: url(images/content_top.gif);
background-repeat:no-repeat;
background-position:top;
}

.header {
background-image: url(images/header.jpg);
background-repeat:no-repeat;
background-position:bottom;
}

.header_left {
background-image: url(images/header_left.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}

.header_right {
background-image: url(images/header_right.jpg);
background-repeat:no-repeat;
background-position:bottom left;
}


#content {
	padding: 10px;
}

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

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

.right {
	float: right;
	margin: 5px;
}

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

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

p {	
	font-size: 12pt;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 15pt;
	color: #FFF;
	}

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

h1 {	
	font-size: 14pt;
    font-family: arial;
   	text-align: right;
    font-weight: bold;
    color: #FFF;
	font-style:italic;
	margin: 10px 15px 0 0;
	}

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

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