/* CSS Document */
body {font-size: 75%; font-family: Georgia, 'Times New Roman CE', Arial, Tahoma, sans-serif; padding:0px; margin:0px;}

/* **** Help **** */
.l { display: inline; float: left; }
.r { display: inline; float: right  !important;; }
.cl { clear: left; }
.cr { clear: right; }
.cb { clear: both; }
.out { position: absolute; left: -2000px; top: -2000px; }
.bold { font-weight: bold; }
.norm { font-weight: normal; }
.br { clear: both; }
.break { height: 1px; font-size: 1px; clear: both; overflow: hidden; visibility: hidden; display:block;}
.small { font-size: 92%; line-height: 1.2;}
.suppress { color: #666666; font-weight: normal; }
.hidden { display: none;  }
.center { text-align: center !important; }
.left { text-align: left !important; }
.right { text-align: right !important; }
.red{color:#E82000;}
.white {color: #fff;}
.gray{color:#666666;}
.no-border{border:none;}
.nobr{white-space:nowrap;}
.sprite{position:absolute; top:0px; left:0px; display:block;}
a .sprite{cursor:pointer;}
.arrow{font-size:117%;}
.n-w{white-space:nowrap;}
.no-border {border: none !important;}
.no-bg{background: none !important;}
.print {display: none;}
.big {font-size: 117%;}
.italic {font-style: italic;}
.col-h-l {float: left; width: 48%;}
.col-h-r {float: right; width: 48%;}
.reset{border:0; margin:0; padding:0; list-style:none; background:none;}
.reset li {padding: 0; margin: 0; background: none; list-style: none;}

/* TITLES */
h1{font-size: 183.4% padding: 0; margin: 0 0 0.6em 0; font-weight: normal; color: #fff;}
h2{font-size:150%; padding: 0; margin: 1em 0 0.3em; font-weight: normal; color: #fff;}
h3{margin:1.2em 0 0.4em; font-size:100%;}
h4{margin:0.8em 0 0.5em; font-size:117%; }
h5, h6{margin:0.8em 0 0.5em; font-size:100%;}

/* ANCHORS */
a{color:#CBCBCB;} 
a:hover{color:#fff;}

/* PARAGRAPH*/
p{ line-height:1.4; margin:0.3em 0 1.5em;}

hr {color: #fff; background: #fff; border: 1px solid #EBEBEB; border-width: 1px 0 0; margin: 5px 0; *margin: 10px 0;}

/* LISTS */
ul{list-style:none; margin:8px 0px 17px 15px; padding:0px;}
ul li{padding-left:13px; background:url('../img/row-red.png') 0 0.5em no-repeat; line-height:1.5; margin:0 0 5px;}

ol{list-style:none; margin:0 0px 25px;}
ol li{line-height:1.5; margin:0 0 6px;}

.lower-alpha{list-style:lower-alpha;}
.lower-alpha li{background:none; padding-left:3px; margin-left:30px; margin-bottom:0px;}

/* TABLE */
table{width:100%; padding: 0; margin: 5px 0 15px;  font-size:100%; border-collapse: collapse;}
caption{margin:1.2em 0 0em; padding: 0 0 0.6em; font-size:117%; text-align:left; font-weight:bold;}
td, th{padding:2px 0px 3px; text-align: left;} 


/* IMAGES */
img{border: none;}
.img-left {margin:5px 10px 5px 0; float: left; display: inline;}
.img-right {margin:5px 0 5px 10px; float: right; display: inline;}

a.spc-img {border: 2px solid #271F1D; display: inline-block;}
a.spc-img img {border: 2px solid #851006; display: block; padding: 2px;}


/* FORM */
form, fieldset {margin:0px; padding:0px; border:0px;}
select {font-weight:normal;}
select option {padding: 0;}
.int-text {border: 1px solid #C0C0C0;}
form .error {color: #ff0000;}

/* WIDTH */
.w-full {width: 99%; position: relative;}
input.w-full {width: 98%;}
