@charset "UTF-8";
/* CSS Document */
<style type="text/css">

*{
	margin:0;
	padding:0;
}
img { behavior:url("iepngfix.htc"); }
body {
	font: small "Gill Sans", "Trebuchet MS", Verdana;
	color: #666666;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size: 140%;
	margin-left: 40px;
	margin-top: 40px;
	position: fixed;
}
h2 {font-size: 220%;
	color: #CCCCCC;
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
h3 {
	font-size: 110%;
	line-height: 1.4em;
	padding: 20px;
}
h4 {
	font-size: 110%;
	line-height: 1.4em;
	padding: 20px;
	font-style:italic;
	font: 90% Georgia, Baskerville, Courier, sans-serif;

}
h5 {
	margin: 6px 0px 0px;
	text-align: right;
	font: 90% Helvetica, Arial, sans-serif;
}
h6 {
	font: 85% Helvetica, Arial, sans-serif;
	color: #B4B4B4;
}
table {
	border-top: 1px #CCCCCC;
	border-bottom: 1px #CCCCCC;
	position: absolute;
	top: 60px;
	height: 560px;
	left: 2px;
	background-repeat: no-repeat; 
	
}
td {
	vertical-align: top;
	padding-top: 30px;
}
.intro {
	height: 495px;
	width: 380px;
	background: #F7F7F7;
	border:1px #F7F7F7;
}
.outro {
	height: 495px;
	width: 380px;
	background: #F7F7F7;
	border:1px #CCCCCC;

}
#logo {
	position: fixed; _position: absolute;
	top: 12px;
	left: 12px;
	z-index:100
}
#footer {
	position: fixed; _position: absolute;
	top: 630px;
	left: 40px;
}
.open {
	padding-right: 40px;
	padding-left: 40px;
	border-right: 1px #CCCCCC;
}
.first {
	padding-right: 40px;
	padding-left: 40px;
	border-right: 1px #CCCCCC;
}
.left {
	padding-right: 6px;
	padding-left: 40px;
}
.right {
	padding-right: 40px;
	padding-left: 6px;
	border-right: 1px #CCCCCC;
}
.last {
	padding-right: 40px;
	padding-left: 40px;
}
.close {
	padding-right: 40px;
	padding-left: 40px;
	border-left: 1px #CCCCCC;
}
.outro ul {
	list-style: none;
	line-height: 1.4em;
	font-size: 110%;
	padding: 20px;
}

</style>