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

/* **** Help **** */
.v-top td {vertical-align: top;}
.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:#B52222;}
.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-margin {margin: 0px !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%;}
.valign-bottom {vertical-align: bottom; color: #3D6A7D; padding-left: 20px;}


/* COL CONTENT */
#col-content {font-family: Tahoma, Verdana, sand-serif;}

/* TITLES */
h1, h2, h3, h4, h5, h6{color:#333333; text-align: left;}
h2.home, h1{margin:0 0 0.6em; font-size:183.5%; padding: 5px; border-bottom: 1px solid #D3D1D1; font-weight: normal; color: #D3D1D1; background: url('../img/bg-h1.png') 0 0 repeat-y;}
h2{font-size:117%; padding: 0; margin: 1em 0 0.3em 0; font-weight: bold;}
h3{margin:1.2em 0 0.4em; font-size:100%; font-weight: bold;}
h4{margin:0.8em 0 0.5em; font-size:117%; }
h5, h6{margin:0.8em 0 0.5em; font-size:100%;}
h2.no-border, h3.no-border {padding: 0;}
h2 span {color: #999999;}

/* ANCHORS */
a{color:#333;} 
a:hover{color:#fff;}
a img {border: none;}


/* PARAGRAPH*/
p{ line-height:1.6; margin:0.3em 0 1em; }
#col-content p{ text-align: justify;}

/* LISTS */
ul{list-style:none; margin:8px 0px 17px 15px; padding:0px;}
ul li{padding-left:12px; background:url('../img/bg-li.png') 0 0.35em no-repeat; line-height:1.4; margin:0;}

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: 0 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: 1px solid #878787;}
img.l {margin:5px 10px 5px 0;}
img.r {margin: 20px 0 5px 10px;}
p img.r {margin: 5px 0 5px 10px;}

/* FORM */
form, fieldset{margin:0px; padding:0px; border:0px;}
label, .label{font-weight:bold; 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 #7B7B7B;}
.int-text:focus, .int-text.focus {border: 1px solid #C91D77 !important;}
form .error {color: #ff0000;}

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

