/* Text Styles */
.bodytable {
	background: url('..\images\background.jpg') no-repeat top left fixed;
    padding-left: 10px;
    border: 1px solid #000000; 
    background-color: #360000;
}

.text {
	font-family : Arial, Helvetica, sans-serif;
	color : #7F7F7F;
	font-style : normal;
	font-size : 12px;
	line-height : 17px;
}

p {
	font-family : Arial, Helvetica, sans-serif;
	color : #FAFAFA;
	font-style : normal;
	font-size : 12px;
	line-height : 17px;
	margin-top:9;
	margin-bottom:9;
}

h1 {
	font-family : Arial, Helvetica, sans-serif;
	color : #FAFABE;
	font-style : normal;
	font-size : 18px;
	font-weight : bold;
    margin-bottom:4
}

h2 {
	font-family : Arial, Helvetica, sans-serif;
	color : #FAFABE;
	font-style : normal;
	font-size : 15px;
	font-weight : bold;
    margin-bottom:4
}

td {
	font-family : Arial, Helvetica, sans-serif;
	color : #7F7F7F;
	font-style : normal;
	font-size : 12px;
	line-height : 17px;
}

li {
	font-family : Arial, Helvetica, sans-serif;
	color : #7F7F7F;
	font-style : normal;
	font-size : 12px;
	line-height : 17px;
	margin-top: 3; 
	margin-bottom: 3 
}

.smalltext {
	font-family : Arial, Helvetica, sans-serif;
	color : #7F7F7F;
	font-style : normal;
	font-size : 10px;
	line-height : 17px;
}

.tinytext {
	font-family : Arial, Helvetica, sans-serif;
	color : #7F7F7F;
	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 : 12px;
	line-height : 17px;
}

.bluetext {
	font-family : Arial, Helvetica, sans-serif;
	color : #85B0C6;
	font-style : normal;
	font-size : 12px;
	line-height : 17px;
}

/* Header Styles */
.header {
	font-family : Arial, Helvetica, sans-serif;
	color : #7F7F7F;
	font-style : normal;
	font-size : 15px;
	font-weight : bold;
	line-height : 20px;
}

.subhead {
	font-family : Arial, Helvetica, sans-serif;
	color : #7F7F7F;
	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: #7C98AE;
}

.darkblue {
	background-color: #003D6C;
}

.black {
	background-color: #000000;
}

.darkgreen {
	background-color: #628558;
}

.lightgreen {
	background-color: #A8BEA1;
}

.white {
	background-color: #ffffff;
}

.gold {
	background-color: #CCCC33;
}
.whitecell {
	background-color: #ffffff; 
	padding-left: 20;
	padding-right: 20;
	padding-top: 20;
	padding-bottom: 20 
}

.taupe {
	background-color: #D3D1BD;
}

.cream {
	background-color: #F2EDD0;
}

.orange {
	background-color: #D08714;
}

.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: #FAFABE;
	font-style : normal;
	text-decoration: none;
	font-size : 12px;
}

A:visited {
	font-family : Arial, Helvetica, sans-serif;
	color: #FAFABE;
	font-style : normal;
  	text-decoration: none;
	font-size : 12px;
}

A:active {
	font-family : Arial, Helvetica, sans-serif;
	color: #FAFABE;
	text-decoration: none;	
	font-size : 12px; 
}

A:hover {
	font-family : Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
	font-size : 12px;
}

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 : 12px;
}

a:visited.sidenav {
	font-family : Arial, Helvetica, sans-serif;
	color: #85B0C6;
	font-style : normal;
  	text-decoration: none;
	font-size : 12px;
}

a:active.sidenav {
	font-family : Arial, Helvetica, sans-serif;
	color: #85B0C6;
	text-decoration: none;	
	font-size : 12px; 
}

a:hover.sidenav {
	font-family : Arial, Helvetica, sans-serif;
	color: #85B0C6;
	text-decoration: none;
	font-size : 12px;
}

a:link.linktext {
	font-family : Arial, Helvetica, sans-serif;
	color: #7F7F7F;
	font-style : normal;
	text-decoration: none;
	font-size : 12px;
}

a:visited.linktext {
	font-family : Arial, Helvetica, sans-serif;
	color: #7F7F7F;
	font-style : normal;
  	text-decoration: none;
	font-size : 12px;
}

a:active.linktext {
	font-family : Arial, Helvetica, sans-serif;
	color: #7F7F7F;
	text-decoration: none;	
	font-size : 12px; 
}

a:hover.linktext {
	font-family : Arial, Helvetica, sans-serif;
	color: #9BA5B1;
	text-decoration: none;
	font-size : 12px;
}

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: #7F7F7F;
	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: #7F7F7F;
	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: #7F7F7F;
	text-decoration: none;	
	font-size : 15px;
	font-weight : bold;
	line-height : 17px;
}

a:hover.header {
	font-family : Arial, Helvetica, sans-serif;
	color: #7F7F7F;
	text-decoration: none;
	font-size : 15px;
	font-weight : bold;
	line-height : 17px;
}

a:link.subhead {
	font-family : Arial, Helvetica, sans-serif;
	color: #7F7F7F;
	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: #7F7F7F;
	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: #7F7F7F;
	text-decoration: none;	
	font-size : 13px;
	font-weight : bold;
	line-height : 17px;
}

a:hover.subhead {
	font-family : Arial, Helvetica, sans-serif;
	color: #7F7F7F;
	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_148 {
	color: #FAFABE;
	font-size : 14px;
	font-weight : bold;
	text-align: middle;
	vertical-align:top;
	height: 30px;
	width:148px;
	text-decoration:none;
	font-family: serif;
	background:#660000;
	padding:6px
}
a:visited.topnav_148 {
	color: #FAFABE;
	font-size : 14px;
	font-weight : bold;
	text-align: middle;
	vertical-align:top;
	height: 30px;
	width:148px;
	text-decoration:none;
	font-family: serif;
	background:#660000;
	padding:6px;
}
a:hover.topnav_148 {
	color: #FFFFFF;
	font-size : 14px;
	font-weight : bold;
	text-align: middle;
	vertical-align:top;
	height: 30px;
	width:148px;
	text-decoration:none;
	font-family: serif;
	background:#990000;
	padding:6px;
}

/* Body Styles */
.body {
	background-color : #FAFABE;
	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 }