/* Text Styles */
.text {
	font-family : Arial, Helvetica, sans-serif;
	color : #7F7F7F;
	font-style : normal;
	font-size : 11px;
	line-height : 17px;
}

p {
	font-family : Arial, Helvetica, sans-serif;
	color : #7F7F7F;
	font-style : normal;
	font-size : 11px;
	line-height : 17px;
}

td {
	font-family : Arial, Helvetica, sans-serif;
	color : #7F7F7F;
	font-style : normal;
	font-size : 11px;
	line-height : 17px;
}

li {
	font-family : Arial, Helvetica, sans-serif;
	color : #7F7F7F;
	font-style : normal;
	font-size : 11px;
	line-height : 17px;
}

.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 : 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 : #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: #A3C6DA;
}

.darkblue {
	background-color: #39577D;
}

.white {
	background-color: #ffffff;
}

.taupe {
	background-color: #D3D1BD;
}

.cream {
	background-color: #F2EDD0;
}

.dark_khaki {
	background-color: #BDC1A7;
}

.lightgray {
	background-color: #EFEFEF;
}

.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;
}


/* Body Styles */
.body {
	background-color : #D1E2EC;
	margin : 0;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
}
	

/* Ticker Styles */
a.tickl:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
	color: #325470;
}

a.tickl:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
	color: #325470;
}

a.tickl:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
	color: #325470;
}

a.tickl:hover {
	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;
}