/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    color: Black;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}

P 
{
	font-size: 8pt;
}


H1, H5, THEAD, TFOOT
{
    COLOR: #cc0000;
    font-size: medium;
}
H1	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
	font-size: 12pt;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	
	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000080;
	font-size: x-small;
	font-weight:	bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000080;
	font-size:	8pt;
	font-weight:	bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	8pt;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

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;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
	
div#navbar1
{
	width: 100%;
	border-bottom: #000000 thin solid;
	height: 30px;
}

div#navbar1 ul 
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	line-height: 30px;
	white-space: nowrap;
}

div#navbar1 li 
{
	list-style-type:none;
	display:inline;
	padding: 7px 10px;
	color: #000080;
}

div#navbar1 li a 
{
	padding: 7px 10px;
	color: #000080;
}

div#navbar1 li a:LINK
{
	color: #000080;
}

div#navbar1 li a:VISITED
{
	color: #000080;
}

div#navbar1 li a:HOVER
{
	text-decoration: underline;
}
	
div#navbar2
{
	width: 100%;
	border-bottom: #000000 thin solid;
	height: 30px;
}

div#navbar2 ul 
{
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: xx-small;
	font-weight: bold;
	line-height: 30px;
	white-space: nowrap;
}

div#navbar2 li 
{
	list-style-type:none;
	display:inline;
}

div#navbar2 li a 
{
	padding: 7px 10px;
	color: #000000;
}

div#navbar2 li a:LINK
{
	color: #000000;
}

div#navbar2 li a:VISITED
{
	color: #000000;
}

div#navbar2 li a:HOVER
{
	text-decoration: underline;
	color: White;
	background-color: Black;
}
