/****************************
 Authored by Sunit Das
 EEInternet, LLC
 http://www.eeinternet.com
 Copyright 2003
****************************/

BODY, ADDRESS, P, DIV, TD, TH, H1, H2, H3, H4, H5, H6, SPAN {
	background: white;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
}

a.navbar {
	color: black;
	font-size: 16px;
	font-weight: bold;
}

a.navbar:hover {
	color: #DC143C;
	font-size: 16px;
	font-weight: bold;	
}

a.link {
	color: blue;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

a.link:hover {
	color: #DC143C;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

address {
	border: none;
	background: white;
}

div {
	border: none;
	background: white;
}

div.center {
	border: none;
	background: white;
	text-align: center;	
}

div.image {
	text-align: center;
	border: none;
	background: #38200E;
}

em.warning {
	color: red;
}

h1 {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	border: none;
	background: white;
}

h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border: none;
	background: white;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border: none;
	background: white;
}

p {
	border: none;
	background: white;
}

p.head {
	color: Blue;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

table {
	border: none;
	background: transparent;	
}

td.container {
	border: none;
	background: black;
}

td {
	border: none;
	background: transparent;
}

td.dh { /* data header */
	border: none;
	background: #F3DDCD;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

td.dt { /* data title */
	border: none;
	background: #B0DEC4;
	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: #38200E;
}

td.main {
	border: 5;
	background: white;
	width: 100%;
	/*background: #F0F8FF;*/

}

td.navback {
	border: none;
	background: #B0DEC4;
}

td.navbar {
	border: 1;
	background: #66CC99;
	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: #46B482;
	font-size: 12px;
	text-align: center;
}