/****************************
 Authored by Sunit Das
 EEInternet, LLC
 http://www.eeinternet.com
 Copyright 2002
****************************/

BODY, ADDRESS, P, DIV, TD, TH, H1, H2, H3, H4, H5, H6, SPAN {
	background: #E9E9D1;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
}

a.navbar {
	color: #660000;
	font-size: 16px;
	font-weight: bold;
}

a.navbar:hover {
	color: #CC3300;
	font-size: 16px;
	font-weight: bold;	
}

a.link {
	color: blue;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.link:hover {
	color: #32CD32;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

address {
	border: none;
	background: #E9E9D1;
}

div {
	border: none;
	background: #E9E9D1;
}

div.center {
	border: none;
	background: #E9E9D1;
	text-align: center;	
}

div.image {
	text-align: center;
	border: none;
	background: #2F4F4F;
}

em.notice {
	color: red;
	font-size: 12px;
	font-style: italic;
}

h1 {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	border: none;
	background: #E9E9D1;
}

h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border: none;
	background: #E9E9D1;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border: none;
	background: #E9E9D1;
}

p {
	border: none;
	background: #E9E9D1;
}

p.head {
	color: Blue;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: #E9E9D1;
}

table {
	border: none;
	background: transparent;	
}

td.container {
	border: none;
	background: black;
}

td {
	border: none;
	background: transparent;
}

td.dh { /* data header */
	border: none;
	background: #999966;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

td.dt { /* data title */
	border: none;
	background: #99CC66;
	font-size: 12px;
	text-align: center;
}

td.data { /* data cell */
	border: none;
	background: white;
	font-size: 12px;
	text-align: center;
}

td.image {
	border: none;
	background: #2F4F4F;
}

td.main {
	border: none;
	background: #E9E9D1;
	width: 100%;
	/*background: #F0F8FF;*/

}

td.navback {
	border: none;
	background:  #666633;
}

td.navbar {
	border: none;
	background:#AFAF61;
	font-size: 16px;
	font-weight: bold;
}

td.plotcell { /* cell contains link to plot */
	border: none;
	background: white;
	font-size: 12px;
	text-align: center;
}

td.plotcell:hover { /* cell contains link to plot */
	border: none;
	background: #B0C4DE;
	font-size: 12px;
	text-align: center;
}

th {
	border: none;
	background: transparent;
}