body, div {
	font-family: Courier New, Times New Roman, Serif; 
	font-style: normal; 
	font-size: 10pt; 
	color: #666666; 
}

body {
	background-color: #FFFFFFS;
}

h4 {
	font-family: Courier New, Times New Roman, Serif; 
	font-style: normal; 
	font-size: 10pt; 
	font-weight: bold;
	color: #666666; 
	margin: 10px 0px 5px 0px;
}

big             {font-size:12pt; color:#666666; text-decoration:bold}
small           {font-size:8pt; text-decoration:bold}
a:link          {color:#ff0000; text-decoration:none}
a:active        {color:#ff0000; text-decoration:none}
a:visited       {color:#ff0000; text-decoration:none}
a:hover         {color:#ff0000; text-decoration:none}


table {
	width: 100%;
	height: 100%;
}

td {
	vertical-align: middle;
	text-align: center;
}

.border {
	border: solid 1px #999999;
}

#container {
	position: relative;
	width: 780px; 
	height: 520px;
	border: solid 1px #999999;
	overflow: hidden;
	margin: 0 auto;
}

#footer {
	width: 780px; 
	height: 20px;
	overflow: hidden;
	margin: 0 auto;
	text-align: right;
}

#stage {
	width: 780px; 
	height: 420px;
	background-color: #FFFFFF;
	background-image: url(media/background.gif);
}

#menu {
	z-index:1;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 420px;
	height: 420px;
}

#content{
	z-index:99;
	position:absolute;
	top: 0px;
	left: 80px;
	float: right;
	width: 700px;
}

#zoompic{
	margin: 10px;
	padding: 10px;
	float: right;
	width:400px;
	height:300px;
	text-align:left;
}

#zoom{
	margin: 10px;
	padding: 10px;
	float: right;
	width:400px;
	height:300px;
	text-align:left;
}

#zoomtext{
	margin: 10px;
	float: right;
	text-align: right;
	width:180px;
}

#scrollbox {
	width: 780px; 
	height: 100px;
	background-color: #FFFFFF;	
	background-image: url(media/raster.gif);
	overflow:hidden;
}

#cases{
	position:absolute;
	width: 1800px; 
	height: 100px;
	left: 0px;
	overflow:hidden;	
}

.case {
	width: 120px; 
	height: 100px;
	float: left;
}

.ctext {
	width: 120px; 
	height: 25px;
	padding: 2px 0px 2px 0px;
	text-align: center;
}

.cimage {
	FILTER: alpha(opacity=50);
}

.formelement{
	width: 350px;
	clear: both;
}

.formlabel{
	width: 120px;
	float: left;
	font-weight: bold;
}

.formfield{
	text-align: right
	width: 250px;
	overflow: auto;
	float: left;
}

