/* Default CSS Stylesheet for a new Web Application project */

#industry
{
    FONT-SIZE: 11px;
    LEFT: 300px;
    WIDTH: 530px;
    COLOR: #ff9c32;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    POSITION: absolute;
    TOP: 508px
}
#industry A
{

    TEXT-DECORATION: underline
}
#industry A:active
{
    
    TEXT-DECORATION: underline
}
#industry A:hover
{
    
    TEXT-DECORATION: none
}
BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin-top:0px;
    margin-left:0px;
    margin-right:0px;
    margin-bottom:0px;
   }

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
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;
	}	
		
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, 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;
	}	
		
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: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
.copyright {
	font-family:Verdana; font-size:9px; color:Gray;
}
a.blue_bold {
	text-decoration:none; font-family:Verdana; font-size:10px; color:#397EBF; font-weight: bold
}
a.blue_bold:hover {
	text-decoration:none; font-family:Verdana; color:#B1BF39; font-size:10px; font-weight: bold
}
a.blue_normal {
	text-decoration:none; font-family:Verdana; font-size:10px; color:#397EBF
}
a.blue_normal:hover {
	text-decoration:none; font-family:Verdana; color:#B1BF39; font-size:10px;
}
.txt_white_11_bold {
	font-family:Verdana; font-size:11px; color:White; font-weight:bold
}
.txt_white_11_normal {
	font-family:Verdana; font-size:11px; color:White
}

.txt_orange_11_bold {
	font-family:Verdana; font-size:11px; color:#FF9000; font-weight:bold;
}
.txt_limegreen_11_bold {
	font-family:Verdana; font-size:11px; color:#BED402; font-weight:bold;
}
.txt_gray_11_bold {
	font-family:Verdana; font-size:11px; color:Gray; font-weight:bold;
}
.txt_green_11_normal {
	font-family:Verdana; font-size:11px; color:#B1BF39;
}
.txt_green_11_bold {
	font-family:Verdana; font-size:11px; color:#B1BF39; font-weight:bold
}
.txt_black_11_normal {
	font-family:Verdana; font-size:11px; color:#545454;
}
.txt_black_11_bold {
	font-family:Verdana; font-size:11px; color:#545454; font-weight:bold;
}
.txt_dark_11_normal {
	font-family:Verdana; font-size:11px; color:black;
}
.txt_dark_11_bold {
	font-family:Verdana; font-size:11px; color:black; font-weight:bold
}

.txt_title_13_bold {
	font-family:Verdana; font-size:11px; color:#676767; font-weight:bold
}





