	BODY {
		
		margin: 0px;
		padding: 0px;
		height: 100%; 
		font-color: #666666;
		background: #FFFFFF;
	
	}
	
	P, DIV {
		font-family: Helvetica, Arial, Verdana, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
	}

	#LayoutText {
		position: absolute;
		left: 5px;
		right: 5px;
		top: 5px;
		bottom: 5px;
		width: auto;
		border: 0px solid #FF0000;
		background: #FFFFFF;
		z-index: 1;
	}
	
	#LayoutTextHeader1 {
		position: relative;
		left: 0px;
		top: 0px;
		width: auto;
		border: 0px solid #990000;
		line-height: 1.5;
		z-index: 2;
	}
	
	#LayoutTextContent {
		position: relative;
		left: 0px;
		top: 0px;
		width: auto;
		border: 0px solid #990000;
		line-height: 1.5;
		z-index: 3;
	}
