/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Arial;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	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:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5  {	
	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;
	}	
		



Img 
{ border:none }

	
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;
	}	


.bodytext
{ 
	font-family:Arial;
	font-size:10pt;
}

.headertext
{
	font-family:Arial;
	font-size:9pt;
	color:#99CC99;
}


.tableheader
{
	font-family:Arial;
	font-weight:bold;
	font-style:italic;
	font-size:small;
}
.table_caption
{
 font-family:Arial;
 font-weight:bold;
 border-bottom-color:Navy;
 border-bottom-style:solid;
 border-bottom-width:thin;
}
.footertext
{
	font-family:Arial;
	font-size:smaller;
	font-weight:300;
}

.table_exterior
{
	border-top-color:Black;
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-color:Black;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-left-color:Black;
	border-left-width:1px;
	border-left-style:solid;
	border-right-color:Black;
	border-right-width:1px;
	border-right-style:solid;
}	

.process_cell
{
	background-color:Navy;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-left-style:solid;
	border-left-width:thin;
	border-top-style:solid;
	border-top-width:thin;
	border-right-style:solid;
	border-right-width:thin;
	color:White;
		font-family:Arial;
	font-weight:bold;
	text-align:center;
	font-size:smaller;
}
.tiny
{
	font-family:Arial;
	font-size:xx-small;
}

.home_table
{
	background-color:Navy;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-left-style:solid;
	border-left-width:thin;
	border-top-style:solid;
	border-top-width:thin;
	border-right-style:solid;
	border-right-width:thin;
	color:White;
	font-family:Arial;
	font-weight:bold;
	text-align:center;
	font-size:smaller;
	text-decoration: none;
}

.no_decoration
{
	color:White;
	font-family:Arial;
	font-weight:bold;
	text-align:center;
	font-size:9pt;
	text-decoration: none;
}

.alert
{
	font-weight:bold;
	color:Red;
	font-size:12pt;
}


#fixedtipdiv{
position:absolute;
padding: 2px;
border:1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

	