/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR:White;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin-top:0;
    margin-left:0;
    margin-right:0;
}

H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:Navy;
	margin-bottom:.1em;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.25em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-top: 0em;
	margin-bottom:0em;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.1em;
	font-weight:	500;
	font-style:italic;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	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:	.9em;
	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:	.5em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: Navy;
    padding-bottom:0em;
	margin-bottom: 0pt;
    
}
		
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 {color:Blue; text-decoration:none}

A:link	{	
	text-decoration: none;
	font-family: Verdana;
	color:Blue;
	}	
		
A:visited	{	
	text-decoration:	none;
	font-family: Verdana;
	color:Blue;
	}	
		
A:active	{	
	text-decoration:	none;
	font-family: Verdana;
	color:	#990033;
	}	
		
A:hover	{	
	text-decoration:	none;
	font-family: Verdana;
	color:#00ccff;
	}
	
SMALL	{	
	font-size:	.7em;
	font-family: Verdana;
	}	

BIG	{	
	font-size:	1.17em;
	font-family: Verdana;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	font-family: Verdana;
	}	

UL 
{
	margin-top:0.25em;	
	margin-bottom:0.25em;
}

UL LI	{	
	list-style-type:	square ;
	font-family: Verdana;
	}	

UL LI LI	{	
	list-style-type:disc;
	font-family: Verdana;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	font-family: Verdana;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	font-family: Verdana;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	font-family: Verdana;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	font-family: Verdana;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
P
{
	font-weight: normal;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	margin-top: 6pt;
	margin-bottom: 6pt;
	color:Black;
}
TD
{
	font-size: 8pt;
	color:Black;
}
UL.Menu1
{
	 list-style:none;
	  padding:0;
	  margin:0;
}
LI.Menu1
{
	  float:left; 
	  position:static;
	  width:160px;
	  background-color: Blue;
	  color:White ;
	  font-weight:bold;
	   border-top:1px solid;
	   border-bottom:1px solid;
	   border-top-color:White;
	   border-bottom-color:Black;
	   line-height:1.5em
}
LI.Menu1 UL.Menu1
{
	   display:none;
	   position:relative;
	   left:0;
	   line-height:.5em;
}
LI.Menu1 LI.Menu1
{
	float:none;
	   background-color: Black;
	   border-top:10px solid;
	   border-bottom:1px solid;
	   border-top-color:White;
	   border-bottom-color:Black;
	   line-height:1.5em;
	   color:red;
	   font-weight:normal;
}
LI.Menu1 LI.Menu1 A.Menu1
{
	color:Black;
	text-decoration:none;
}

.MenuLevel1
{
	float:none;
	   background-color: Black;
	   color:White;
	   font-weight:bold;
	   width:160px;
	   padding-top:0.15em;
	   padding-bottom:0.15em;
	   padding-left:0.2em;
	   font-size:10;
}
.MenuLevel2
{
	float:none;
	   background-color: Gray;
	   border-top:1px solid;
	   border-bottom:1px solid;
	   border-top-color:White;
	   border-bottom-color:Gray;
	   color:White;
	   width:160px;
	   padding-top:0.25em;
	   padding-bottom:0.25em;
	   padding-left:0.5em;
	   text-align:left;
	   font-size:10;
}
A:link.MenuLevel2
{
	color:White;
}
A:visited.MenuLevel2
{
	color:White
}
Table.aspGeneralUse
{
	color:black;
}
TD.Inverse
{
	background-color:Black;
	color:White;
}
LI.ListTick
{
	list-style-image:url(images/listtick.gif);
	padding-bottom:0.6em;
}
LI.ListCross
{
	list-style-image:url(images/listcross.gif);
	padding-bottom:0.6em;
}
LI.ListGeneral
{
	list-style-image:url(images/listgeneral.gif);
	padding-bottom:0.6em;
	padding-left:0.25em;
	margin-left:-2em;
}
LI.ListLine
{
	list-style-image:url(images/ticklevel2.gif);
	padding-bottom:0.6em;
}

TEXTAREA
{
	background-color: #f0f0ff;
	border-width: 1;
	border-style:solid;
	border-color: #9999ff;
	font-family:Verdana;
	font-size:10;
}
INPUT
{
	background-color: #f0f0ff;
	border-width: 1;
	border-style:solid;
	border-color: #9999ff;
}
SELECT
{
	background-color: #f0f0ff;
	border-width: 1;
	border-style:solid;
	border-color: #9999ff;
	font-family:Verdana;
	font-size:10;
}
BUTTON
{
	background-color: #f0f0ff;
	border-style:none;
}

