/* Default CSS Stylesheet for a new Web Application project */


BODY
{
	font-weight: normal;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #003300;
	color: #ada990;
}

A
{
	color: #00ffff;
    TEXT-DECORATION: none
}

.reverse
{
	font-weight: normal;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #ada990;
	color: #003300;
}

.hdr
{
	font-weight: bold;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #003300;
	color: #ada990;
}

.MENUSTYLE
{
	font-weight: normal;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	letter-spacing: normal;
	z-index: 300;
}


SMALL	{	
	font-size: 10pt;
	}	

BIG	{	
	font-size: 12pt;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	
	
TD { border:0 }

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

.control
{
	font-size: small;
	font-family: Arial;
}

.regular
{
	font-size: small;
	font-family: Arial;
}

.frontPage
{
	font-size: 10pt;
}



.control
{
	font-family: Arial;
	font-size:10pt;
}

h1
{
	font-size: medium;
	color: #00ff00;
	text-align: center;
}

h2
{
	font-size: small;
	color: #99ff00;
	line-height: normal;
}

.popOverShow
{
	left: 100px;
	width: 750px;
	color: black;
	position: absolute;
	top: 200px;
	height: 300px;
	background-color: powderblue;
	visibility: visible;
}

.popOverHide
{
	left: 100px;
	width: 600px;
	color: black;
	position: absolute;
	top: 200px;
	height: 300px;
	background-color: powderblue;
	visibility: hidden;
}

.anchorBio
{
		color: #00ffff;
	cursor: hand;
}