@charset "utf-8";
/* reset */
:link,:visited { text-decoration:none }
body{
margin:0; 
padding:0; 
font-family:Tahoma, sans-serif;
font-size:76%;
/*background:#fff;*/
color:#3a3a3a;
}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,button,p,blockquote{
margin:0; 
padding:0;
color:#3a3a3a;
}
table { 
border-collapse:collapse; 
border-spacing:0;
} 
fieldset,img {  
border:0; 
} 
address,caption,cite,code,dfn,em,th,var { 
font-style:normal; 
font-weight:normal; 
} /*strong*/
ol,ul { 
list-style:none;
} 
/*caption,th { 
text-align:left; 
} */
h1,h2,h3,h4,h5,h6 { 
font-size: 1em; 
font-weight:normal; 
} 
q:before,q:after { 
content:''; 
} 
abbr,acronym { 
border:0;
}

/* --- */
hr{
  color: #fff;
  background:transparent;
  margin: 0 0 0.5em 0;
  padding: 0 0 0.5em 0;
  border:0;
  border-bottom: 1px #ccc solid;
}
.clearfix:after{
content:".";
clear:both;
display:block;
font-size:1px;
height:0;
line-height:0;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
a{
color:#120a97;
text-decoration:none;
}
a:hover{
color:#120a97;
text-decoration:underline;
}