body {
	background-color: #DDDDEE;
	font-family: helvetica;
}

table.align {
	clear:both;
	font-size:15px;
	font-weight: bold; 
}

table.align a{
	color:#2F4790;
	text-decoration:none;
	cursor:pointer;
}

table.align tr {
	background: none repeat scroll 0% 0%;
}

table.align td {
	background: none repeat scroll 0% 0%;
	padding:5px;
	width:10px;
	table-layout:auto;
	text-align:center;
}

td.panel{
	border:solid black 2pt;
}

span.helix {
	color: #FF5555;
}

span.strand {
	color: #BABA00;
}

span.null {
	color: #000000;
}
div.header {
	height:200px;
	border-bottom:1px solid #000050;
}
div.left {
	position:absolute;
	padding-top:120px;
	padding-left:10px;
	width:200px;
	left:0px;
	top: 220px;
}

div.right {
	position:absolute;
	padding-top:120px;
	padding-left:10px;
	width:200px;
	right: 0px; 
	top: 220px;
}

div.right_down {
	position:absolute;
	padding-top:120px;
	padding-left:10px;
	width:200px;
	right: 0px; 
	top: 750px;
}  
  

div.content {
	margin-left:220px;
	margin-right:220px;
	padding-top:10px;
}
table.title {
	width:100%;
}
a {
	color:#2F4790;
	text-decoration:none;
	cursor:pointer;
}

div.small {
	font-size:12px;
}
