/* GLOBAL RESET : Neutralize styling : Elements we want to clean out entirely: */
html, body, form, fieldset {margin: 0; padding: 0; font-size: 100%; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {padding:0.5em 0; margin:0;}
li, blockquote {margin-left: 2em;}
dd {margin-left: 10px;}
fieldset {border: none;}
input, select, textarea {font-size: 100%; font-family: inherit;}
img {border: 0;}
/* END of GLOBAL RESET */

/* CUSTOM FCK and TYPAGRAPHIC STYLES */
body, .html_block_view, .content { background:#fefef4; padding:10px;} /* Need for fckeditor, .content can be overloaded in site-layout.css  and  .html_block_view in admin-layout.css */

body, td { font-size:12px; color:#333;}

a, a:visited { color:#005b7f; text-decoration:underline; outline:none}
a:hover { text-decoration:none; color:#09C;}

h1, h2, h3, h4, h5 { color:#344360; font-family:Arial, Helvetica, sans-serif; font-weight:normal;}
h1 { font-size:18px;}
h2 { font-size:17px;}
h3 { font-size:16px;}
h4 { font-size:15px;}
h5 { font-size:14px;}
