@charset "utf-8";
/* Reset */
:link,:visited { text-decoration:none }
body{
margin:0; 
padding:0; 
font-family:Tahoma, sans-serif;
font-size:76%;
/*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:#757575;*/
}
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;
}
/* End of Reset */

/* Helpers, Defaults */
.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 */
.clear{
clear:both;
}
/* End of Helpers, Defaults */

/* Quotes */

