/* GLOBAL RESET : Neutralize styling : Elements we want to clean out entirely: */
html, body, form, fieldset, textarea {margin: 0; padding: 0; font: 100%/120% Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {padding:0.8em 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:#FFF; 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:#0076a3; text-decoration:underline; outline:none}
a:hover { text-decoration:none; color:#0CF;}

h1, h2, h3, h4, h5, h6 { color:#000; font-family:Arial, Helvetica, sans-serif;}
h1 { font-size:20px; font-weight:normal; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif}
h2 { font-size:18px;}
h3 { font-size:17px; color:#0076a3; }
h4 { font-size:16px;}
h5 { font-size:13px;}
h6 { font-size:12px;}
.JustifyLeft { text-align: left; }
.JustifyCenter {	text-align: center; }
.JustifyRights { text-align: right; }
.JustifyFull { text-align: justify; }
