/* CSS Document */
<style type="text/css">

.redtext {
	color: #FF0000;
	position: relative;
	left: 5;
	top: 5;
}
.fix {
	position: fixed;
	background-attachment: fixed;
	background-image:  url(file:///C|/Mise/Webct/Design_for_the_Internet/images/metlogo.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
.floo {
	clear: none;
	float: right;
	margin: 10px;
}
.flooleft {
	clear: none;
	float: left;
	margin: 5px;
	padding: 5px;
	border: 2px groove #000000;
}
.floo2 {
	float: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 10px;
	margin-top: 10px;

}
.headbg {
	background-color: #C0D2D8;
	margin: 5px;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	border: 1px #CC0099;
}
.mainfont {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.bloodtext {
	color: #CC0066;
}
.blutextbox {
	background-color: #9999FF;
	padding: 0px;
	margin: 0px;
}

</style>
.panel {
	padding: 20px;
	width: 520px;
	border: thin groove #333399;
}
.pan {
	padding: 10px;
	height: auto;
	width: 570px;
		position: absolute;
	left: 10px;
	top: 0px;
	background-color: #FFFFFF;
	z-index: 1;
}

.pan2 {
	padding: 20px;
	height: auto;
	width: 550px;
	border: thin solid #666699;
	position: absolute;
	left: 50px;
	top: 1500px;
	background-color: #FFFFFF;
	z-index: 2;
	
}

.outpanel {
	border: thin ridge #6666CC;
	background-color: #FFFFFF;
	position: absolute;
	width: 550px;
	left: 50px;
	top: 50px;
	height: auto;
	z-index: 2;




}
.tabl {
	padding: 10px;
}
.quotebox {
	background-color: #E8E1EC;
	margin: 10px;
	padding: 10px;
	border: thin solid #CC9999;
}
