
.section {
  padding-top:20px;
  margin-left: 0px;
  margin-right: 45px;
}
  
.main_title {
  padding-top: 20px;
  margin-left: 0px;
  font-size: 120%;
  font-style:normal;
}

p {
  margin-left: 0px;
  margin-right: 15px;
}

.text_title{
color:#000;
padding:0;
margin:0;
}

div#content {
  padding-top:0px;
  min-height: 300px;
}
div.sop_table_container {
    margin-bottom: 20px;
	width:650px;
	
}
div.sop_table_container td.title a {
    display: block;
    text-decoration: none;
    padding-left: 25px;
    background: url('../images/icons/icon_pdf.gif') no-repeat left top;
    min-height: 21px;
}


div.sop_table_container td.title a.zip {
    display: block;
    text-decoration: none;
    padding-left: 25px;
    background:url(../images/icons/tgz_icon_sm.png) no-repeat left top;
    min-height: 21px;
}

div.sop_table_container td.title a.text {
display:inline;
background:none no-repeat left top;
    padding-left: 0px;

}

div.sop_table_container h2 {
    background-color:#111;
    margin-bottom: 10px;
    color:#DDD;
    padding: 5px 0 5px 10px;
}
div.sop_table_container table {

    border-collapse: collapse;
    width: 100%;
}
div.sop_table_container table td {
    border: 1px solid #DDD;
    padding: 2px;
}
div.sop_table_container table td.description p {
    font-size: 90%;
    padding-top: 10px;
}
div.sop_table_container table td.history {
    width: 100px;
}

.title{
font-family:Tahoma, Geneva, sans-serif;
font-size:13px;
color:#555;
}


.section_title{
font-family:Tahoma, Geneva, sans-serif;
font-size:13px;
color:#000;
margin:0px 0px 0px 5px;
background-color:#DDD;
}