/* CSS Document */
body {font-size: 75%; font-family: Arial, lucida, 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%; }
.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;}
.blue {color: #00629B;}
.gray{color:#666666;}
.no-border{border:none;}
.nobr{white-space:nowrap;}
.sprite{position:absolute; top:0px; left:0px; display:block; width: 100%; height: 100%;}
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;}
ul.reset li{margin:0; padding:0; background:none;}


/* TITLES */
h1, h2, h3, h4, h5, h6{color:#FFF; text-align: left; font-family: Arial, Tahoma, sans-serif;}
h1{font-size:234%; padding: 0; margin: 0 0 1em 0;}
h2{font-size:150%; padding: 0; margin: 1em 0 0.3em 0;}
h3{margin:1.2em 0 0.4em; font-size:117%;}
h4{margin:0.8em 0 0.5em; font-size:117%; }
h5, h6{margin:0.8em 0 0.5em; font-size:100%;}

/* ANCHORS */
a{color:#fff; text-decoration: none;} 
a:hover{color:#fff; text-decoration: underline;}

/* PARAGRAPH*/
p{ line-height:1.6; margin:0.3em 0 1.5em;}
#col-content p, #col-content ul {color: #909A9D;}

/* LISTS */
ul{list-style:none; margin:8px 0px 17px 15px; padding:0px;}
ul li{padding-left:10px; background:url('../img/bg-li.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.l {margin:5px 10px 5px 0;}
img.r {margin:5px 0 5px 10px;}


/* FORM */
form, fieldset{margin:0px; padding:0px; border:0px;}
label, .label{position:relative;}
label input{vertical-align:middle; position:relative; top:-2px;}
label select{margin-left:3px;}
select{font-weight:normal;}
.int-text {border: 1px solid #C0C0C0;}
.int-text:focus, .int-text.focus {border: 1px solid #E82000 !important;}
form .error {color: #ff0000;}
/* WIDTH */
.w-full {width: 99%; position: relative;}

