/* Text Styles */
.text {
	font-family : Arial, Helvetica, sans-serif;
	color : #646464;
	font-style : normal;
	font-size : 11px;
	line-height : 17px;
}

p
{
    font-family: Arial, Helvetica, sans-serif;
    color: #646464;
    font-style: normal;
    font-size: 11px;
    line-height: 17px;
}

h1 {
	font-family : Arial, Helvetica, sans-serif;
	color : #646464;
	font-style : normal;
	font-size : 18px;
	font-weight : bold;
    margin-bottom:4
}

h2 {
	font-family : Arial, Helvetica, sans-serif;
	color : #646464;
	font-style : normal;
	font-size : 15px;
	font-weight : bold;
    margin-bottom:4
}

h3 {
	font-family : Arial, Helvetica, sans-serif;
	color : #646464;
	font-style : normal;
	font-size : 14px;
	font-weight : bold;
    margin-bottom:4;
    text-transform:uppercase;
}


td {
	font-family : Arial, Helvetica, sans-serif;
	color : #646464;
	font-style : normal;
	font-size : 11px;
	line-height : 17px;
}

li {
	font-family : Arial, Helvetica, sans-serif;
	color : #646464;
	font-style : normal;
	font-size : 11px;
	line-height : 17px;
	margin-top: 3; 
	margin-bottom: 3 
}

.smalltext {
	font-family : Arial, Helvetica, sans-serif;
	color : #646464;
	font-style : normal;
	font-size : 10px;
	line-height : 17px;
}

.tinytext {
	font-family : Arial, Helvetica, sans-serif;
	color : #646464;
	font-style : normal;
	font-size : 9px;
	line-height : 17px;
}

.ticker {
	font-family : Arial, Helvetica, sans-serif;
	color : #325470;
	font-style : normal;
	font-size : 13px;
	line-height : 17px;
}

.whitetext {
	font-family : Arial, Helvetica, sans-serif;
	color : #ffffff;
	font-style : normal;
	font-size : 11px;
	line-height : 17px;
}

.bluetext {
	font-family : Arial, Helvetica, sans-serif;
	color : #85B0C6;
	font-style : normal;
	font-size : 11px;
	line-height : 17px;
}

/* Header Styles */
.header
{
    font-family: Arial, Helvetica, sans-serif;
    color: #646464;
    font-style: normal;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
}

.subhead {
	font-family : Arial, Helvetica, sans-serif;
	color : #646464;
	font-style : normal;
	font-size : 13px;
	font-weight : bold;
	line-height : 17px;
}

.headerblue {
	font-family : Arial, Helvetica, sans-serif;
	color : #85B0C6;
	font-style : normal;
	font-size : 15px;
	font-weight : bold;
	line-height : 20px;
}

.subheadblue {
	font-family : Arial, Helvetica, sans-serif;
	color : #85B0C6;
	font-style : normal;
	font-size : 13px;
	font-weight : bold;
	line-height : 17px;
}


/* Color Styles */
.lightblue {
	background-color: #A3C6DA;
}

.darkblue {
	background-color: #39577D;
}

.darkgreen {
	background-color: #628558;
}

.lightgreen {
	background-color: #A8BEA1;
}

.white {
	background-color: #ffffff;
}

.whitecell {
	background-color: #ffffff; 
	padding-left: 20;
	padding-right: 20;
	padding-top: 20;
	padding-bottom: 20 
}

.taupe {
	background-color: #D3D1BD;
}

.gold {
	background-color: #d8b25d;
}

.brown {
	background-color: #996633;
}



.cream {
	background-color: #F2EDD0;
}

.dark_khaki {
	background-color: #BDC1A7;
}

.lightgray {
	background-color: #EFEFEF;
}

.lightgraycell {
	background-color: #EFEFEF; 
	padding-left: 20;
	padding-right: 20;
	padding-top: 20;
	padding-bottom: 20 
}


.darkgray {
	background-color: #848482;
}

.company {
	background-color: #C3BFA0;
}

.products {
	background-color: #94ADBE;
}

.opportunity {
	background-color: #98BAAC;
}

.science {
	background-color: #C6C4AB;
}

.nsnews {
	background-color: #85B0C6;
}

.contact {
	background-color: #B2B3B4;
}

.lightcream {
	background-color: #F0EFE7;
}

.lightbeige {
	background-color: #F1F0EB;
}

.productviewall {
	background-color: #EFEFE7;
}

.slateblue {
	background-color: #8692A2;
}


/* Link Styles */
A:link {
	font-family : Arial, Helvetica, sans-serif;
	color: #D08714;
	font-style : normal;
	text-decoration: none;
	font-size : 11px;
}

A:visited {
	font-family : Arial, Helvetica, sans-serif;
	color: #D08714;
	font-style : normal;
  	text-decoration: none;
	font-size : 11px;
}

A:active {
	font-family : Arial, Helvetica, sans-serif;
	color: #D08714;
	text-decoration: none;
	font-size : 11px; 
}

A:hover {
	font-family : Arial, Helvetica, sans-serif;
	color: #D08714;
	text-decoration: none;
	font-size : 11px;
}

a:link.footer {
	font-family : Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-style : normal;
	text-decoration: none;
	font-size : 12px;
}

a:visited.footer {
	font-family : Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-style : normal;
  	text-decoration: none;
	font-size : 12px;
}

a:active.footer {
	font-family : Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;	
	font-size : 12px; 
}

a:hover.footer {
	font-family : Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-size : 12px;
}

a:link.sidenav {
	font-family : Arial, Helvetica, sans-serif;
	color: #85B0C6;
	font-style : normal;
	text-decoration: none;
	font-size : 11px;
}

a:visited.sidenav {
	font-family : Arial, Helvetica, sans-serif;
	color: #85B0C6;
	font-style : normal;
  	text-decoration: none;
	font-size : 11px;
}

a:active.sidenav {
	font-family : Arial, Helvetica, sans-serif;
	color: #85B0C6;
	text-decoration: none;	
	font-size : 11px; 
}

a:hover.sidenav {
	font-family : Arial, Helvetica, sans-serif;
	color: #85B0C6;
	text-decoration: none;
	font-size : 11px;
}

a:link.linktext {
	font-family : Arial, Helvetica, sans-serif;
	color: #646464;
	font-style : normal;
	text-decoration: none;
	font-size : 11px;
}

a:visited.linktext {
	font-family : Arial, Helvetica, sans-serif;
	color: #646464;
	font-style : normal;
  	text-decoration: none;
	font-size : 11px;
}

a:active.linktext {
	font-family : Arial, Helvetica, sans-serif;
	color: #646464;
	text-decoration: none;	
	font-size : 11px; 
}

a:hover.linktext {
	font-family : Arial, Helvetica, sans-serif;
	color: #9BA5B1;
	text-decoration: none;
	font-size : 11px;
}

a:link.barlink {
	font-family : Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-style : normal;
	text-decoration: none;
	font-size : 13px;
}

a:visited.barlink {
	font-family : Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-style : normal;
  	text-decoration: none;
	font-size : 13px;
}

a:active.barlink {
	font-family : Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;	
	font-size : 13px; 
}

a:hover.barlink {
	font-family : Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-size : 13px;
}

a:link.header {
	font-family : Arial, Helvetica, sans-serif;
	color: #646464;
	font-style : normal;
	text-decoration: none;
	font-size : 15px;
	font-weight : bold;
	line-height : 17px;
}

a:visited.header {
	font-family : Arial, Helvetica, sans-serif;
	color: #646464;
	font-style : normal;
  	text-decoration: none;
	font-size : 15px;
	font-weight : bold;
	line-height : 17px;
}

a:active.header {
	font-family : Arial, Helvetica, sans-serif;
	color: #646464;
	text-decoration: none;	
	font-size : 15px;
	font-weight : bold;
	line-height : 17px;
}

a:hover.header {
	font-family : Arial, Helvetica, sans-serif;
	color: #646464;
	text-decoration: none;
	font-size : 15px;
	font-weight : bold;
	line-height : 17px;
}

a:link.subhead {
	font-family : Arial, Helvetica, sans-serif;
	color: #646464;
	font-style : normal;
	text-decoration: none;
	font-size : 13px;
	font-weight : bold;
	line-height : 17px;
}

a:visited.subhead {
	font-family : Arial, Helvetica, sans-serif;
	color: #646464;
	font-style : normal;
  	text-decoration: none;
	font-size : 13px;
	font-weight : bold;
	line-height : 17px;
}

a:active.subhead {
	font-family : Arial, Helvetica, sans-serif;
	color: #646464;
	text-decoration: none;	
	font-size : 13px;
	font-weight : bold;
	line-height : 17px;
}

a:hover.subhead {
	font-family : Arial, Helvetica, sans-serif;
	color: #646464;
	text-decoration: none;
	font-size : 13px;
	font-weight : bold;
	line-height : 17px;
}

a:link.subheadblue {
	font-family : Arial, Helvetica, sans-serif;
	color: #85B0C6;
	font-style : normal;
	text-decoration: none;
	font-size : 13px;
	font-weight : bold;
	line-height : 17px;
}

a:visited.subheadblue {
	font-family : Arial, Helvetica, sans-serif;
	color: #85B0C6;
	font-style : normal;
  	text-decoration: none;
	font-size : 13px;
	font-weight : bold;
	line-height : 17px;
}

a:active.subheadblue {
	font-family : Arial, Helvetica, sans-serif;
	color: #85B0C6;
	text-decoration: none;	
	font-size : 13px;
	font-weight : bold;
	line-height : 17px;
}

a:hover.subheadblue {
	font-family : Arial, Helvetica, sans-serif;
	color: #85B0C6;
	text-decoration: none;
	font-size : 13px;
	font-weight : bold;
	line-height : 17px;
}


/* Topnav Links */

a:link.topnav_151 {
	color: #FFFFFF;
	font-size : 11px;
	font-weight : normal;
	text-align: left;
	vertical-align:middle;
	height: 24px;
	width:151px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	background:#996633;
	padding:5px;
}
a:visited.topnav_151 {
	color: #FFFFFF;
	font-size : 11px;
	font-weight : normal;
	text-align: left;
	vertical-align:middle;
	height: 24px;
	width:151px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	background:#996633;
	padding:5px;
}
a:hover.topnav_151 {
	color: #000000;
	font-size : 11px;
	font-weight : normal;
	text-align: left;
	vertical-align:middle;
	height: 24px;
	width:151px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	background:#d8b25d;
	padding:5px;
}

a:link.topnav_152 {
	color: #FFFFFF;
	font-size : 11px;
	font-weight : normal;
	text-align: left;
	vertical-align:middle;
	height: 24px;
	width:152px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	background:#996633;
	padding:5px;
}
a:visited.topnav_152 {
	color: #FFFFFF;
	font-size : 11px;
	font-weight : normal;
	text-align: left;
	vertical-align:middle;
	height: 24px;
	width:152px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	background:#996633;
	padding:5px;
}
a:hover.topnav_152 {
	color: #000000;
	font-size : 11px;
	font-weight : normal;
	text-align: left;
	vertical-align:middle;
	height: 24px;
	width:152px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	background:#d8b25d;
	padding:5px;
}

a:link.topnav_company {
	color: #FFFFFF;
	font-size : 11px;
	font-weight : normal;
	text-align: left;
	vertical-align:middle;
	height: 22px;
	width:152px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	background:#628558;
	padding:5px;
}
a:visited.topnav_company {
	color: #FFFFFF;
	font-size : 11px;
	font-weight : normal;
	text-align: left;
	vertical-align:middle;
	height: 22px;
	width:152px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	background:#628558;
	padding:5px;
}
a:hover.topnav_company {
	color: #FFFFFF;
	font-size : 11px;
	font-weight : normal;
	text-align: left;
	vertical-align:middle;
	height: 22px;
	width:152px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	background:#A8BEA1;
	padding:5px;
}

a:link.topnav_companyon {
	color: #FFFFFF;
	font-size : 11px;
	font-weight : normal;
	text-align: left;
	vertical-align:middle;
	height: 22px;
	width:152px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	background:#628558;
	padding:5px;
}
a:visited.topnav_companyon {
	color: #FFFFFF;
	font-size : 11px;
	font-weight : normal;
	text-align: left;
	vertical-align:middle;
	height: 22px;
	width:152px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	background:#C3BFA0;
	padding:5px;
}
a:hover.topnav_companyon {
	color: #FFFFFF;
	font-size : 11px;
	font-weight : normal;
	text-align: left;
	vertical-align:middle;
	height: 22px;
	width:152px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	background:#C3BFA0;
	padding:5px;
}

a:link.topnav_product {
	color: #FFFFFF;
	font-size : 11px;
	font-weight : normal;
	text-align: left;
	vertical-align:middle;
	height: 22px;
	width:151px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	background:#39577D;
	padding:5px;
}
a:visited.topnav_product {
	color: #FFFFFF;
	font-size : 11px;
	font-weight : normal;
	text-align: left;
	vertical-align:middle;
	height: 22px;
	width:151px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	background:#39577D;
	padding:5px;
}
a:hover.topnav_product {
	color: #FFFFFF;
	font-size : 11px;
	font-weight : normal;
	text-align: left;
	vertical-align:middle;
	height: 22px;
	width:151px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	background:#94ADBE;
	padding:5px;
}

a:link.topnav_producton {
	color: #FFFFFF;
	font-size : 11px;
	font-weight : normal;
	text-align: left;
	vertical-align:middle;
	height: 22px;
	width:151px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	background:#94ADBE;
	padding:5px;
}
a:visited.topnav_producton {
	color: #FFFFFF;
	font-size : 11px;
	font-weight : normal;
	text-align: left;
	vertical-align:middle;
	height: 22px;
	width:151px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	background:#94ADBE;
	padding:5px;
}
a:hover.topnav_producton {
	color: #FFFFFF;
	font-size : 11px;
	font-weight : normal;
	text-align: left;
	vertical-align:middle;
	height: 22px;
	width:151px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	background:#94ADBE;
	padding:5px;
}

a:link.topnav_opportunity {
	color: #FFFFFF;
	font-size : 11px;
	font-weight : normal;
	text-align: left;
	vertical-align:middle;
	height: 22px;
	width:151px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	background:#39577D;
	padding:5px;
}
a:visited.topnav_opportunity {
	color: #FFFFFF;
	font-size : 11px;
	font-weight : normal;
	text-align: left;
	vertical-align:middle;
	height: 22px;
	width:151px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	background:#39577D;
	padding:5px;
}
a:hover.topnav_opportunity {
	color: #FFFFFF;
	font-size : 11px;
	font-weight : normal;
	text-align: left;
	vertical-align:middle;
	height: 22px;
	width:151px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	background:#98BAAC;
	padding:5px;
}

a:link.topnav_opportunityon {
	color: #FFFFFF;
	font-size : 11px;
	font-weight : normal;
	text-align: left;
	vertical-align:middle;
	height: 22px;
	width:151px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	background:#98BAAC;
	padding:5px;
}
a:visited.topnav_opportunityon {
	color: #FFFFFF;
	font-size : 11px;
	font-weight : normal;
	text-align: left;
	vertical-align:middle;
	height: 22px;
	width:151px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	background:#98BAAC;
	padding:5px;
}
a:hover.topnav_opportunityon {
	color: #FFFFFF;
	font-size : 11px;
	font-weight : normal;
	text-align: left;
	vertical-align:middle;
	height: 22px;
	width:151px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	background:#98BAAC;
	padding:5px;
}

a:link.topnav_science {
	color: #FFFFFF;
	font-size : 11px;
	font-weight : normal;
	text-align: left;
	vertical-align:middle;
	height: 22px;
	width:151px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	background:#39577D;
	padding:5px;
}
a:visited.topnav_science {
	color: #FFFFFF;
	font-size : 11px;
	font-weight : normal;
	text-align: left;
	vertical-align:middle;
	height: 22px;
	width:151px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	background:#39577D;
	padding:5px;
}
a:hover.topnav_science {
	color: #FFFFFF;
	font-size : 11px;
	font-weight : normal;
	text-align: left;
	vertical-align:middle;
	height: 22px;
	width:151px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	background:#C6C4AB;
	padding:5px;
}

a:link.topnav_scienceon {
	color: #FFFFFF;
	font-size : 11px;
	font-weight : normal;
	text-align: left;
	vertical-align:middle;
	height: 22px;
	width:151px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	background:#C6C4AB;
	padding:5px;
}
a:visited.topnav_scienceon {
	color: #FFFFFF;
	font-size : 11px;
	font-weight : normal;
	text-align: left;
	vertical-align:middle;
	height: 22px;
	width:151px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	background:#C6C4AB;
	padding:5px;
}
a:hover.topnav_scienceon {
	color: #FFFFFF;
	font-size : 11px;
	font-weight : normal;
	text-align: left;
	vertical-align:middle;
	height: 22px;
	width:151px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	background:#C6C4AB;
	padding:5px;
}

a:link.topnav_nsnews {
	color: #FFFFFF;
	font-size : 11px;
	font-weight : normal;
	text-align: left;
	vertical-align:middle;
	height: 22px;
	width:151px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	background:#39577D;
	padding:5px;
}
a:visited.topnav_nsnews {
	color: #FFFFFF;
	font-size : 11px;
	font-weight : normal;
	text-align: left;
	vertical-align:middle;
	height: 22px;
	width:151px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	background:#39577D;
	padding:5px;
}
a:hover.topnav_nsnews {
	color: #FFFFFF;
	font-size : 11px;
	font-weight : normal;
	text-align: left;
	vertical-align:middle;
	height: 22px;
	width:151px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	background:#85B0C6;
	padding:5px;
}

a:link.topnav_nsnewson {
	color: #FFFFFF;
	font-size : 11px;
	font-weight : normal;
	text-align: left;
	vertical-align:middle;
	height: 22px;
	width:151px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	background:#85B0C6;
	padding:5px;
}
a:visited.topnav_nsnewson {
	color: #FFFFFF;
	font-size : 11px;
	font-weight : normal;
	text-align: left;
	vertical-align:middle;
	height: 22px;
	width:151px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	background:#85B0C6;
	padding:5px;
}
a:hover.topnav_nsnewson {
	color: #FFFFFF;
	font-size : 11px;
	font-weight : normal;
	text-align: left;
	vertical-align:middle;
	height: 22px;
	width:151px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	background:#85B0C6;
	padding:5px;
}

a:link.topnav_contact {
	color: #FFFFFF;
	font-size : 11px;
	font-weight : normal;
	text-align: left;
	vertical-align:middle;
	height: 22px;
	width:151px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	background:#39577D;
	padding:5px;
}
a:visited.topnav_contact {
	color: #FFFFFF;
	font-size : 11px;
	font-weight : normal;
	text-align: left;
	vertical-align:middle;
	height: 22px;
	width:151px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	background:#39577D;
	padding:5px;
}
a:hover.topnav_contact {
	color: #FFFFFF;
	font-size : 11px;
	font-weight : normal;
	text-align: left;
	vertical-align:middle;
	height: 22px;
	width:151px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	background:#B2B3B4;
	padding:5px;
}

a:link.topnav_contacton {
	color: #FFFFFF;
	font-size : 11px;
	font-weight : normal;
	text-align: left;
	vertical-align:middle;
	height: 22px;
	width:151px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	background:#B2B3B4;
	padding:5px;
}
a:visited.topnav_contacton {
	color: #FFFFFF;
	font-size : 11px;
	font-weight : normal;
	text-align: left;
	vertical-align:middle;
	height: 22px;
	width:151px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	background:#B2B3B4;
	padding:5px;
}
a:hover.topnav_contacton {
	color: #FFFFFF;
	font-size : 11px;
	font-weight : normal;
	text-align: left;
	vertical-align:middle;
	height: 22px;
	width:151px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	background:#B2B3B4;
	padding:5px;
}


/* Body Styles */
.body {
	background-color : #FDFEC5;
	margin : 0;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
}
	

/* Ticker Styles */
a:link.tickl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
	color: #325470;
}

a:visited.tickl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
	color: #325470;
}

a:active.tickl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
	color: #325470;
}

a:hover.tickl {
	font-family: Arial, Helvetica, sans-serif;
	color: #325470;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
}

.ticki {
	width: 743px;
	height: 18px;
	overflow: hidden;
	background-color : #F2EDD0;
}

.ticko {
	width: 743px;
	border-top: 1px solid #F2EDD0;
	border-bottom: 1px solid #F2EDD0;
	background-color : #F2EDD0;
	padding: 1px 0 4px 0
	;margin: 4px 0 0px 0;
	display: block;
}

.tickls {
	color: #67735D;
	background-color : #F2EDD0;
}

.tickh {
	display: none;
	background-color : #F2EDD0;
}ul           { margin-top: 3; margin-bottom: 3 }

.ie8fix 
{
    z-index: 100;
}