A:link {
	color: #3232AA; 
	text-decoration: none;
}
A:visited {
	color: #6600CC; 
	text-decoration: none;
}
A:active {
	color: #3232AA; 
	text-decoration: none;
}
A:hover {
	color: #006600; 
	text-decoration: underline;
}

TABLE.smaller {
	width: 50%;
	max-width: 500px;
	min-width: 400px;
}

TABLE.smaller TD {
	font-size: 10pt;
	font-weight: normal;
}

TD.CMoss {
	text-align: center;
	background-color: #A3ADE0;
	font-size: 12pt;	
	font-weight: bold;
}

TD.CSel {
	text-align: center;
	background-color: #83B97E;
	font-size: 12pt;	
	font-weight: bold;
}

TD.CChlamy {
	text-align: center;
	background-color: #e77e7e;
	font-size: 12pt;	
	font-weight: bold;
}

TD.CGym {
	text-align: center;
	background-color: #CB9683;
	font-size: 12pt;	
	font-weight: bold;
}

TD.CMono {
	text-align: center;
	background-color: #8EBBB0;
	font-size: 12pt;	
	font-weight: bold;
}

TD.CDi {
	text-align: center;
	background-color: #BE9EC5;
	font-size: 12pt;	
	font-weight: bold;
}

TD.C71 {
	text-align: center;
	background-color: #9ACDAA;
	font-size: 10pt;	
}

TD.C51 {
	text-align: center;
	background-color: #9AB9CD;
	font-size: 10pt;
}

TD.C72 {
	text-align: center;
	background-color: #B59ACD;
	font-size: 10pt;
}

TD.C74 {
	text-align: center;
	background-color: #E9B84F;
	font-size: 10pt;
}

TD.C85 {
	text-align: center;
	background-color: #CE9EAA;
	font-size: 10pt;
}

TD.C86 {
	text-align: center;
	background-color: #E6E7AC;
	font-size: 10pt;
}

TD.C97 {
	text-align: center;
	background-color: #ACE7D8;
	font-size: 10pt;
}

TD.C710 {
	text-align: center;
	background-color: #E7C5AC;
	font-size: 10pt;
}

TD.C711 {
	text-align: center;
	background-color: #B4C8F0;
	font-size: 10pt;
}

TABLE.TableKey {
	min-width: 400px;
	max-width: 800px;
	width: 80%;
}

.TableKey TD {
	font-size: 10pt;
	font-weight: normal;
}

*#dpurple {
	color: #660033;
	background-color: #660033;
}

*#dgreen {
	color: #145614;
	background-color: #145614;
}

*#lpurple {
	color: #CC99CC;
	background-color: #CC99CC;
	border-color: #CC99CC;
}

*#lgreen {
	color: #79AE79;
	background-color: #79AE79;
}

*#dblue {
	color: #003399;
	background-color: #003399;
}

*#lblue {
	color: #A8BDE8;
	background-color: #A8BDE8;
}

*#lrose {
	color: #CAAAB9;
	background-color: #CAAAB9;
	border-color: #CAAAB9;
}

*#drose {
	color: #7E4464;
	background-color: #7E4464;	
}

*#lteel {
	color: #B2DBD4;
	background-color: #B2DBD4;	
}

*#dteel {
	color: #35635B;
	background-color: #35635B;
}

.darkcolor A:link {
	color: #FFFFFF; 
	text-decoration: none;
}
.darkcolor A:visited {
	color: #FFFFFF; 
	text-decoration: none;
}
.darkcolor A:active {
	color: #FFFFFF; 
	text-decoration: none;
}
.darkcolor A:hover {
	color: #FFFFFF; 
	text-decoration: underline;
}
.darkcolor FONT {
	color: #FFFFFF;
}

.lightcolor A:link {
	color: #000000; 
	text-decoration: none;
}
.lightcolor A:visited {
	color: #000000; 
	text-decoration: none;
}
.lightcolor A:active {
	color: #000000; 
	text-decoration: none;
}
.lightcolor A:hover {
	color: #000000; 
	text-decoration: underline;
}
.lightcolor FONT {
	color: #000000;
}

.chrnav FONT {
	font-weight: bold;
	font-size: 10pt;
	font-face: "Frutiger 45 Light",Arial,Helvetica;
	color: #000000;
}

.navtable {
	background-color: #FFFFFF;
	border-collapse: collapse;
}

.navtable TD {
	background-color: #FFFFFF;
	border: 2px solid;
}

DIV.container {
	max-width: 800px;
	min-width: 500px;
	width: 100%;
}

DIV.left {
	float: left;
	display: block;
	padding-right: 30px;
}

DIV.right {
	float: right;
	display: block;
}

DIV.main {
	display: block;
	float: left;
	width: 75%;
	min-width: 500px;
	max-width: 800px;
	padding-left: 10px;
}
SELECT.dbaselist {
	width: 300px;
}
TABLE.display {
	border: 3px solid #797979;
}

TABLE.display TD {
	background-color: #A8BDE8;
	padding: 5px;
	vertical-align: top;
}

TABLE.display TH {
	background-color: #CAAAB9;
	border-bottom: 3px solid #797979;
	text-align: center;
	padding: 1px;
	vertical-align: center;
}

