/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	word-spacing: normal;
	text-transform: none;
	color: #000000;
	letter-spacing: normal;
	background-color: #313131;
	background-image: url(http://www.mtssafety.com/images/metal012.jpg);
}

#hostTable{

}

#hFooter{
vertical-align:bottom;
height: 30px;
}

#pic{
width:600px;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #000000;
}
H1	{	

	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	


A:link	{	
		text-decoration: underline;
	font-weight:	normal;
	color:	Black;
	}	
		
A:visited	{	
	text-decoration: underline;
	font-weight:	normal;
	color:	Black;
	}	
		
A:active	{	
	text-decoration: underline;
	font-weight:	normal;
	color:	Black;
	}	
		
A:hover	{	
	font-weight: bold;
	color:	Black;
	}
	
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: 0px;
	}
TABLE
{
    font-size: 12px;
	font-style:	normal;
}
LABEL
{
	color: black;
}
