body {
	overflow:auto;
}
#wrapper {
	text-align:center;
	width:100%;
	height:100%;
}
#main {
	position: absolute; 
	width:728px;
	vertical-align:middle;
	left: 50%;
   	top: 50%;
	margin-left:-364px;
	margin-top:-45px;
}
#footer_left {
	position:absolute;
	width:20px;
	height:728px;
	left:0px;
	top:50%;
	margin-top:-364px;
	cursor:pointer;
	visibility:visible;
}
#footer_top {
	position:absolute;
	width:728px;
	height:20px;
	left:50%;
	top:0px;
	margin-left:-364px;
	cursor:pointer;
	visibility:hidden;
}
#menu {
	margin-top:10px;
	top:0px;
	height:20px;
	text-align:right;
}
.references_description_header {
	font-size:18px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
}
.references_description {
	font-size:14px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
}
.references_title {
	font-size:24px;
	font-weight:bold;
	font-family:"Courier New", Courier, monospace;
}
a:link {
	color:#FF0000; 
	text-decoration:none;
}
a:visited {
	color:#FF0000; 
	text-decoration:none;
}
a:active {
	color:#FF0000; 
	text-decoration:underline;
}
a:hover {
	color:#0000CC; 
	text-decoration:underline;
}
.active {
	color:#FF0000; 
	text-decoration:underline;
}
.td_ref {
	border-bottom:1px #AAA dotted;
	border-top:1px #AAA dotted;
}