body {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 13px;
}
.title {
	position: fixed;
	height: 13px;
	width: 20px;
	left: 30px;
	top: 20px;
	text-transform: uppercase;
	z-index: 20;
}
.menu {
	z-index: 0;
	left: 30px;
	top: 50px;
	height: 100px;
	width: 200px;
	position: absolute;
}
.choose {
	position: absolute;
	width: 300px;
	left: 250px;
	top: 50px;
}

.links {
	position: absolute;
	width: 300px;
	left: 470px;
	top: 50px;
}


a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	background: #FFFFFF;
}
a:active {
	background: #FFFFFF;
}
a.bold{
	font-weight:bold;
}
.preview {
	position: absolute;
	height: 400px;
	width: 935px;
	left: 30px;
	bottom: 0px;
	background-color:#FFFFFF;
	}
iframe{
	border-top: 1px solid #999999;
	border-right: 2px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #999999;
	background: #FFFFFF;
	overflow: auto;
}

.hyper {
	position: absolute;
	height: 13px;
	bottom: 405px;
	left:30px;
	text-transform: uppercase;

}
.vistext {
	position: absolute;
	height: 13px;
	bottom: 405px;
	left:450px;;
	text-transform: uppercase;
}

