<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#padd {

        padding: 10px 10px 10px 10px;
}


#header {	
	color: #FFFFFF;
	position: relative;
	height: 200px;
	border-top: solid 1px #F7F1E8;
	background: white url(coachlogo.png) repeat-x top left;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
}


#footer {
	padding: 10px 0 15px 0;
	text-align: center;
	margin: 0 0 10px 0;

}

#footer a {
	color: #DEDEDE;
}


#headerDiv, #contentDiv {
float: left;
width: 100%;
}

#titleText {
float: left;
font-size: 1.1em;
font-weight: bold;
margin: 5px;
}
#myHeader {
font-size: 1.1em;
font-weight: bold;
margin: 5px;
}
#headerDiv {
background-color: #FF9900;
color:white;
}

#contentDiv {
}
#myContent {
margin: 5px 10px;
}
#headerDiv a {
float: right;
margin: 10px 10px 5px 5px;
}
#headerDiv a:hover {
color: #FFFFFF;
}











#navbar {
	margin: 0;
	padding: 0;
	height: 1em; }
#navbar li {
	list-style: none;
	float: left; }
#navbar li a { 
	display: block;
	padding: 3px 8px;
	background-color: #5e8ce9;
	
	text-decoration: none; }
#navbar li ul {
	display: none; 
	width: 16em; /* Width to help Opera out */
	background-color: #69f;}
#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; }
#navbar li:hover li, #navbar li.hover li {
	float: none; }
#navbar li:hover li a, #navbar li.hover li a {
	background-color: #69f;
	border-bottom: 1px solid #fff;
	color: #000; }
#navbar li li a:hover {
	background-color: #8db3ff; }




/**-----------------------------sequence logo---------------------------------------**/
.title_axis
{
	font: 7px sans-serif;
	line-height:0;
}
.axis path, .axis line {
	fill: none;
	stroke: #000;
	shape-rendering: crispEdges;
}

.interval path {
	fill: none;
	stroke: #E0E0E0;
	shape-rendering: crispEdges;
}



.letter-A {
	fill: #333333;
	font-weight: bold;
}

.letter-R {
	fill: #145AFF;
	font-weight: bold;
}

.letter-N {
	fill: #00DCDC;
	font-weight: bold;
}

.letter-D {
	fill: #E60A0A;
	font-weight: bold;
}

.letter-C {
	fill: #FFCC00;
	font-weight: bold;
}

.letter-Q {
	fill: #00DCDC;
	font-weight: bold;
}

.letter-E {
	fill: #E60A0A;
	font-weight: bold;
}

.letter-G {
	fill: #666666;
	font-weight: bold;
}

.letter-H {
	fill: #666666;
	font-weight: bold;
}

.letter-I {
	fill: #0F820F;
	font-weight: bold;
}

.letter-L {
	fill: #0F820F;
	font-weight: bold;
}

.letter-K {
	fill: #145AFF;
	font-weight: bold;
}

.letter-M {
	fill: #FFCC00;
	font-weight: bold;
}

.letter-F {
	fill: #3232AA;
	font-weight: bold;
}

.letter-P {
	fill: #D69682;
	font-weight: bold;
}

.letter-S {
	fill: #FA9600;
	font-weight: bold;
}

.letter-T {
	fill: #FA9600;
	font-weight: bold;
}

.letter-W {
	fill: #B45AB4;
	font-weight: bold;
}

.letter-Y {
	fill: #3232AA;
	font-weight: bold;
}

.letter-V {
	fill: #0F820F;
	font-weight: bold;
}</pre></body></html>