body{
	margin: 10px 0px 0px 0px;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		background-color: #666655
}

#hold{
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#AA7A4B', startColorstr='#6A6A46', gradientType='0');
}
	
p {
	font-size : 13px;
	font-family : Tahoma,Verdana,Arial;
	}
	
a{
  color : blue;
	font-size : 13px;
	font-style : normal ;
	font-family : Tahoma,Verdana,Arial;
  text-decoration: none;
}	
a:hover{
	}

	table{
	border: 0px;
	margin-left: 0px; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px;
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;

	}


}
td.contents {
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: solid;
	border-color: #666699;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;

	margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;

}
	
td.top{
	border: 0px;
	margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#404040', startColorstr='#FFFFFF', gradientType='1');}


#leftmenu{
	border: 10px;
	margin-left: 0px; 
	margin-top: 10px; 
	margin-right: 0px; 
	margin-bottom: 10px;
	padding-top : 4px;
	padding-bottom : 4px;
	padding-left : 10px;
	padding-right : 0px;
	}
	
ul {
  list-style-type: none;
  color : #000000;
  font-size : 12px;
	font-family : Tahoma,Verdana,Arial;
	}
li {
  list-style-type: decimal;
  color : #000000;
  font-size : 12px;
	font-family : Tahoma,Verdana,Arial;
	}
li.safetytips {
  list-style-type: disc;
  color : #000000;
  font-size : 12px;
	font-family : Tahoma,Verdana,Arial;
	}


#shadowtext{
	color : white;
	width:100%;
  font-size:26px; 
	padding-top : 1px;
	padding-bottom : 1px;
  font-weight: bold;
	font-family : Lucida Calligraphy;
filter: shadow(color=#000000, direction=225, strength = 5);
	}

#shadowtext1{
	color : white;
  font-size:14px; 
	padding-top : 1px;
	padding-bottom : 1px;
	font-family : Times New Roman;
filter: shadow(color=#000000, direction=225, strength = 1);
	}

#shadowtext911{
	color : red;
  font-size:14px; 
	padding-top : 1px;
	padding-bottom : 1px;
	font-family : Times New Roman;
filter: shadow(color=#000000, direction=225, strength = 1);
	}
#shadowtexttitle{
	color : #666655;
  font-size:26px; 
	padding-top : 1px;
	padding-bottom : 1px;
	font-family : arial;
filter: shadow(color=#000000, direction=225, strength = 5);
}


/*===============================================( LEFT MENU )===*/
/*===================================================================*/

	
A.menuleft
{
	display: block;
	border-width: 1px;
	border-style: solid;
	border-top-color:  #EEE;
	border-right-color:  #333;
	border-left-color:  #EEE;
	border-bottom-color:  #333;
	padding: 8px 5px 8px 5px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
	background-color: #444433;
}
A.menuleft:hover
{
	display: block;
	background-color: #CCCCCC;
	color: #444433;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
	padding: 8px 5px 8px 5px;
}
A.menuactive
{
	display: block;
	background-color: #FFFFFF;
	color: #444433;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
	border-top-color:  #333;
	border-right-color: #EEE;
	border-left-color:  #333;
	border-bottom-color: #EEE; 
	padding: 8px 5px 8px 5px;
}

/*===============================================( FOOTER PIECES )===*/
/*===================================================================*/

.footer
{
    font-size: 9pt;
    font-weight: bold;
    color: #eeeeee;
    background-color: #004b97;
    text-align: center;
    margin-top: 8px;
    padding: 3px;
    border: 1px solid #000;
}
.footernav
{
    font-size: 9pt;
    color: #eeeeee;
    text-align: center;
}
a.footernav:hover
{	color : red;
}

