/* GLOBAL RESET : Neutralize styling : Elements we want to clean out entirely: */
html, body, form, fieldset {margin: 0; padding: 0; font-family:Arial, Helvetica, sans-serif; font-size:100.1%;}
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {margin: 1em 0; padding: 0;}
li, dd, blockquote {margin-left: 2em;}
form label {cursor: pointer;}
fieldset {border: none;}
input, select, textarea {font-size: 100%; font-family: inherit;}
.clear{ clear:both;}
.fleft{ float:left}
.fright{ float:right}
.text-left { text-align:left}
.text-right { text-align:right}
.text-center { text-align:center}
img {border: 0;}
/* END of GLOBAL RESET */

/* CUSTOM FCK and TYPAGRAPHIC STYLES */
body { background:#fff; padding:10px;} /* Need for fckeditor, can be redefined in main.css or admin.css */

body, td { font-size:11px; color:#464646;}

a, a:visited { color:#197b30; text-decoration:underline; outline:none;}
a:hover { text-decoration:none; color:#58929e;}

a.gray_link, a.gray_link:visited { color:#959595; text-decoration:none; outline:none;}
a.gray_link:hover { text-decoration:underline; color:#58929e;}


.title {font-weight:bold;}

h1, h2, h3, h4, h5 { color:#006851; margin-bottom:10px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-weight:normal;}
h1 { font-size:22px;}
h2 { font-size:20px;}
h3 { font-size:18px; color:#68a2ae;}
h4 { font-size:16px;}
h5 { font-size:13px;} /* used size in footer */
h6 { font-size:12px;}


