/* Frameworks */

body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
}

.innertube{
margin: 20px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
height: 88%;
padding: 71px 0 0 161px; /*Set value to (HeightOfTopFrameDiv 0 0 WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

* html #framecontentTop{ /*IE6 hack*/
width: 100%;
}

/* Basics */

p {
	font-size: 13px;
	line-height: 18px;
	margin: 2px 30px 5px 5px;
	text-indent: 30px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 13px;
}
td {
	font-size: 13px;
	padding: 2px 5px 2px 5px;
}

	/* Content styles */
	#address {
	font-size: 12px;
	line-height: 15px;
	margin: 15px 25px 0 100px;
	text-align: left;
	}
	#address.main {
	margin: 0 0 0 380px;
	text-align: left;
	}

	
	
/* miscellaneous
----------------------------------------------- */
.innertube img {
margin: 2px;
padding: 2px;
}
