body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
padding: 0;
margin: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
fieldset,img { 
border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
font-weight: normal;
font-style: normal;
}
ol,ul {
list-style: none;
}
caption,th {
text-align: left;
}
h1,h2,h3,h4,h5,h6 {
font-weight: normal;
font-size: 100%;
}
q:before,q:after {
content:'';
}
abbr,acronym { border: 0;
}

#procedure {
	margin: 0 auto;
	width: 860px;
	clear: both;
	overflow: hidden;
}
#procedure table {
 font-size:0.9em;
 font-family: Arial, Helvetica, verdana sans-serif;
 background-color:#fff;
 border-collapse: collapse;
 width: 100%;
}
#procedure caption {
 font-size: 25px;
 color: #1ba6b2;
 font-weight: bold;
 text-align: left;
 background: url(../images/header_bg.jpg) no-repeat top right #f2f3fd;
 padding: 10px;
 margin-bottom: 2px;
}
#procedure thead th {
  background: url(../images/th_bg.jpg) repeat-x;
  line-height: 35px;
 border-right: #fff solid 1px;
 color:#fff;
 text-align:center;
 padding:2px;
 text-transform:uppercase;
 font-weight: bold;
}
#procedure tfoot {
 padding:2px;
 text-transform:uppercase;
 font-size:1.2em; 
 font-weigth: bold;
 margin-top:6px;
 border-top: 6px solid #e9f7f6;
}
#procedure tbody tr {
	line-height: 20px;
	font-size: 12px;
	background-color:#fff;
	border-bottom: 1px solid #f0f0f0;
	letter-spacing: 1px;
}
#procedure tbody td {

 color:#666;
 padding:5px;
}
#procedure .head {
 border-right: #f0f0f0 solid 1px; 
  border-left: #f0f0f0 solid 1px; 
 text-align:center;
}
#procedure tbody th {
 text-align:left;
 padding:2px;
}
#procedure tbody td a, tbody th a {
 color:#6C8C37;
 text-decoration:none;
 font-weight:normal; 
 display:block;
 background: transparent url(../images/links_yellow.gif) no-repeat 0% 50%;
 padding-left:15px;
}
#procedure tbody td a:hover, tbody th a:hover {
 color:#009193;
 text-decoration:none;
}
