@charset "iso-8859-1";

/*******************************************************************************
*  vnav.css : Butterfly Database Navigation
* ------------------------------------------------------------------------------
*  responsible for the vertical navigation elements commonly found in the left
*  and / or right columns.
*******************************************************************************/
body
{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;

}
p, h1, h2, h3, h4, h5, h6
{
	margin: 0;
}
h3 {
	color: #0033FF;
	border-bottom-width: 4px;
	border-top-width: 15px;
}
.vnav ul, .vnav ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
.vnav ul
{
	border: solid 1px #000;
	border-bottom-width: 0;
}
.vnav ul li
{
	border-bottom: solid 1px #000;
}
.vnav ul li a
{
	display: block;
	text-decoration: none;
	padding: 2px 10px;
}
* html .vnav ul li a/* hide from IE5.0/Win & IE5/Mac */
{
	height: 1%;
}
th {
	font-weight: normal;
}
.tablerheader {
	background-color: #A1ED69;
}
.footer {
	padding: 10px;
	margin: 0px;
}
.footer a{
	text-decoration: none;
}
* html .vnav ul
{
	position: relative;	/* IE needs this to fix a rendering problem */
}
.vnav h3
{
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 126%;
}

/******************************************************************************/
.vnav ul li a
{
	color: #000;
	background-color: #FFFF66;
}

.vnav ul li a:hover, .vnav ul li a:hover
{
	background-color: #FD6900;
	color: #fff;
}
.vnav ul li a
{
	color: #000;
	background-color: #72CA2E;
}
/******************************************************************************/
.boldcolor {
	color: #FF6600;
	font-weight: bold;
}
.color {
	color: #FF6600;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.bigboldcolr {
	font-weight: bold;
	color: #FF6600;
	font-size: 20px;
}

