@font-face {
    font-family:'LeagueGothic';
	src: url('fonts/LeagueGothic.eot?');
    src: url('fonts/LeagueGothic.eot?iefix') format('eot'),
         url('fonts/LeagueGothic.woff') format('woff'),
         url('fonts/LeagueGothic.ttf') format('truetype'),
         url('fonts/LeagueGothic.svg#lg') format('svg');
}

/* GLOBAL RESET : Neutralize styling : Elements we want to clean out entirely: */
html, body, form, fieldset {margin: 0; padding: 0; font-size: 100%; font-family:Georgia, "Times New Roman", Times, 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:#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:#000;}

a, a:visited { color:#972029; text-decoration:underline; outline:none}
a:hover { text-decoration:none; color:#F60;}

.content p { line-height:200%;}

h1, h2, h3, h4, h5, h6 { color:#334558; font-weight:normal; font-family:Georgia, "Times New Roman", Times, serif;}
h1 { font-size:34px;}
h2 { font-size:30px;}
h3 { font-size:26px;}
h4 { font-size:22px;}
h5 { font-size:18px;}
h6 { font-size:16px; font-family:"LeagueGothic", Arial, Helvetica, sans-serif; padding:0 0 0.5em 0; text-transform:uppercase;}

h1.content_header { font-family:"LeagueGothic", Arial, Helvetica, sans-serif; padding:0 0 0.5em 0; text-transform:uppercase; font-size:42px }
.page_home h1.content_header {font-family:Georgia, "Times New Roman", Times, serif; text-transform:none; font-size:34px;}
