/*** File Details *****************************************************************
'    File        : Styles.css
'    Requires    : None
'    Type        : Web CSS Style Sheet
'    Description : Enter_Description_Here
'--- Change Log   -----------------------------------------------------------------
'    07/14/2005 by TCS\rickr - Initial Creation
'**********************************************************************************/

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    margin: 0px;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Tahoma, 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, Tahoma, 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, Tahoma, 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, Tahoma, 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, Tahoma, 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, Tahoma, 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: Verdana, Tahoma, 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: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	}	
SPAN
{
    FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
}

A:link	{	
	text-decoration:	none;
    FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
    FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
    FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
    FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
	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;
	font-size: .9em;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

.SearchForm
{
	border: 1px solid #999999;
	padding: 10px;
}

.Controls
{
    FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
}

/*
	Custom Classes	
*/
.LeftNav
{
	background-image: url(images/back.jpg);
	padding-left: 3px;
	padding-top: 0px;
	padding-right: 3px;
	width: 170px;
}
.content
{
	padding-left: 10px;
	padding-top: 10px;
}

A.LeftNavLink:link	{	
	text-decoration:	none;
	font-family: Verdana, Tahoma, Arial, Helv, Sans-Serif;
    FONT-SIZE: 8pt;
    font-weight: normal;
	color:	Navy;
	}	
		
A.LeftNavLink:visited	{	
	text-decoration:	none;
	font-family: Verdana, Tahoma, Arial, Helv, Sans-Serif;
    FONT-SIZE: 8pt;
    font-weight: normal;
	color:	Navy;
	}	
		
A.LeftNavLink:active	{	
	text-decoration:	none;
	font-family: Verdana, Tahoma, Arial, Helv, Sans-Serif;
    FONT-SIZE: 8pt;
    font-weight: normal;
	color:	Navy;
	}	
		
A.LeftNavLink:hover	{	
	text-decoration:	underline;
	font-family: Verdana, Tahoma, Arial, Helv, Sans-Serif;
    FONT-SIZE: 8pt;
    font-weight: normal;
	color:	Navy;
	}

.BackHeader {
	background-color: #E6E3FB;
	color: Black;
    FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: bold;
    width: 150px;
	}
.BackBox {
	Border: 1px solid #E6E3FB;
	color: Black;
    FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: Normal;
    width: 150px;
	}

.LinkNavBack {
		border-bottom: 1px solid #DEDEF1;
		width: 95%;
	}
.TopHeader
{
	display: block;
}

.TopTable 
{
	width: 755px;
}
.MSDSSheet 
{
	font-family: Times New Roman, Times, Georgia, Serif;
	font-size: .8em;
	font-weight: normal;
}