body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

td {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

th {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

.bodystyle {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

.small {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
}

.medium {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

.big {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 3px;
	padding: 4px;


}

.xbig {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}

.expanded {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}


#horizon {
background-color: transparent;
position: absolute;
top: 50%;
left: 0px;
width: 100%;
margin-top: -200px;
text-align: center;
min-width: 700px; 
}

#wrapper {
background-color: #fff;
position: relative;
text-align: left;
width: 700px;
height: 420px;
margin: 0px auto;
}

/* styles for IE 5 Mac */
 #horizon {
background-color: transparent;
position: absolute;
top: 20px;
left: 20px;
 }

 /* following rules are invisible to IE 5 */
 #horizon {
   top: 50%;
   left: 0px;
   width: 100%;
   margin-top: -200px;
   text-align: center;
   min-width: 700px; 
 }
 /* end IE 5 hack */ 

	#wrapper {
	background-color: #fff;
	position: relative;
	text-align: left;
	width: 700px;
	height: 420px;
	margin: 0px auto;
	left: -1px;

}

body#extended div#horizon {
	position: static;
	height: auto;
	margin: 0;
}

body#extended div#wrapper {
	height: auto;
	padding-top: 10px;
}

	.imgleft {
		float: left;
		position: relative;
		vertical-align: top;
		margin: 2px;
		border: 1px solid #000000;
		padding: 3px;
		display: block;
		}

	.imgright {
	float: right;
	position: relative;
	vertical-align: top;
	margin: 2px;
	border: 1px solid #000000;
	padding: 3px;
	display: block;
	left: 105px;

		}
