body {
	background-image:url("imm/bar.jpg");
	background-repeat:repeat-x repeat-y;
	color:#000000;
	font-size:11px;
	font-weight:bold;
	font-family:tahoma,helvetica,sans-serif;
}

div {
	border:0px;
        border-style:solid;
        border-color:#800000;
        font-family:tahoma,helvetica,sans-serif;
        font-size:11px;
	text-align:justify;
}

#main {
	background:#FFFFFF;
	position:relative;
	top:40px;
	left:90px;
	width:800px;
	height:600px;
	border-width:0px 1px 1px 1px;
        border-color:#800000;
	z-index: 500;
	overflow:hidden;
}

#main a:link {
	text-decoration:none;
	color:#000000;
	font-size:11;
	font-family:tahoma,helvetica,sans-serif;
}

#main a:active {
	text-decoration:none;
	color:#000000;
}

#main a:visited {
	text-decoration:none;
	color:#000000;
}

#main a:hover {
	text-decoration:none;
	color:#800000;
}

#main div p {
	margin:5px;
}

input.submit {
	background-color:#FFFFFF;
	color:#000000;
	border-width:1px;
	border-style:solid;
	border-color:#800000;
	font-size:11;
	font-weight:bold;
	font-family:tahoma,sans-serif;
	margin:3px;
	width:100px;
}

input.reset {
	background-color:#FFFFFF;
	color:#000000;
	border-width:1px;
	border-style:solid;
	border-color:#800000;
	font-size:11;
	font-weight:bold;
	font-family:tahoma,sans-serif;
	margin:3px;
	width:100px;
}

fieldset.mono {
	position:absolute;
	top:10px;
	left:90px;
	width:600;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-left-style:dotted;
	border-right-style:dotted;
	border-color:#FFFFFF;
	color:#000000;
	font-size:11px;
	font-family:tahoma,helvetica,sans-serif;
	font-weight:bold;
	text-align:justify;
}

fieldset.mono legend {
	color:#800000;
}

fieldset.mono table {
	font-size:12px;
	font-family:tahoma,helvetica,sans-serif;
	font-weight:bold;
	color:#000000;
}

div.msg {
	position:absolute;
	top:10px;
	left:50%;
	margin-left:-180px;
	width:500px;
	font-size:14;
}

img.angle {
	position:absolute;
	top:0px;
	right:0px;
}

img.showroom {
	position:absolute;
	bottom:10px;
	left:50%;
	margin-left:-200px;
	z-index:50;
}

p.caption {
	position:absolute;
	bottom:2px;
	width:200px;
	left:50%;
	margin-left:-100px;
	z-index:100;
}

