/* TITLES */
h1, h2, h3, h4, h5 { margin:0; padding:0; }
h1 { margin-left:15px; font-size:3em; font-weight:normal; }
h2.format1 { margin-bottom:25px; padding-left:20px; font-size:1.5em; text-transform:uppercase; background:url(../images/icons/pointer.jpg) no-repeat 0% 42%; }
h3 { margin-bottom:25px; padding-left:20px; font-size:1.5em; text-transform:uppercase; background:url(../images/icons/pointer.jpg) no-repeat 0% 42%; }
h3.format1 { margin-bottom:10px; padding-left:10px; font-size:1em; background:url(../images/icons/pointer3.jpg) no-repeat 0% 5px; }
h4 { margin-bottom:25px; }
h4.format1 { margin-bottom:5px; font-size:1.3em; }
h5 { }

/* PARAGRAPH */
p { line-height:25px; margin:0 0 25px 0; }

/* FONT STYLES */
.bold { font-weight:bold; }
.no-bold { font-weight:normal; }
.underlines { text-decoration:underline; }
.no-underlines { text-decoration:none; }
.no-line-height { line-height:13px; }
.no-list-style { list-style:none; }
.first-bold:first-letter { font-weight: bold; }
.first-large:first-letter { font-size:1.5em; font-weight:bold; }
.small-font { font-size:0.8em; }
.starred { font-size:1.1em; }

/* LINKS */
a { color:#000000; }
a:hover {}
a img { border:none; }
h1 a { text-decoration:none; color:#4c4326; }

/* LISTS */
ul, li { margin:0; padding:0; }
ul.formated-list li { float:left; line-height:25px; padding:0 8px 0 6px; list-style:none; background:url(../images/backgrounds/formated-list.jpg) no-repeat right; }
ul.formated2-list li { margin-bottom:7px; padding-left:15px; font-size:1.2em; list-style:none; background:url(../images/icons/pointer2.jpg) no-repeat left; }
ul.formated3-list li { margin-bottom:12px; padding-left:15px; list-style:none; background:url(../images/icons/pointer.jpg) no-repeat 0 2px; }
ul.formated4-list li { margin-left:20px; margin-bottom:12px; padding-left:12px; list-style:none; background:url(../images/icons/pointer3.jpg) no-repeat 0 6px; }

/* ALIGNMENTS */
.left { text-align:left; }
.right { text-align:right; }
.center { text-align:center; }
.justify { text-align:justify; }

/* COLORS */
.white { color:#ffffff; }
.black { color:#000000; }
.red { color:#ff0000; }

/* BORDERS */
.nb { border:none !important; }
.nbt { border-top:none !important; }
.nbr { border-right:none !important; }
.nbb { border-bottom:none !important; }
.nbl { border-left:none !important; }
.border-white { border:1px solid #ffffff; }
.border-bottom-white { border-bottom:1px solid #ffffff; }
.border-bottom-double-white { border-bottom:2px solid #ffffff; }
.border-tripple-brown { border:3px solid #4c4326; }
.border-double-brown { border:2px solid #4c4326; }
.border-bottom-brown { border-bottom:1px solid #4c4326; }
 
/* BACKGROUNDS */
.bg-white { background-color:#ffffff; }
.bg-black { background-color:#000000; }
.pointer { padding-left: 20px; background: url(../images/icons/pointer.jpg) no-repeat 0% 5px; }
 
/* MARGINS */
.nm { margin:0 auto !important; }
.nmt { margin-top:0px !important; }
.nmr { margin-right:0px !important; }
.nmb { margin-bottom:0px !important; }
.nml { margin-left:0px !important; }
.mt05 { margin-top:5px !important; }
.mr05 { margin-right:5px !important; }
.mb05 { margin-bottom:5px !important; }
.ml05 { margin-left:5px !important; }
.mt { margin-top:10px !important; }
.mr { margin-right:10px !important; }
.mb { margin-bottom:10px !important; }
.ml { margin-left:10px !important; }
.mt2 { margin-top:20px !important; }
.mr2 { margin-right:20px !important; }
.mb2 { margin-bottom:20px !important; }
.ml2 { margin-left:20px !important; }
.mt3 { margin-top:30px !important; }
.mr3 { margin-right:30px !important; }
.mb3 { margin-bottom:30px !important; }
.ml3 { margin-left:30px !important; }
.mt4 { margin-top:40px !important; }
.mr4 { margin-right:40px !important; }
.mb4 { margin-bottom:40px !important; }
.ml4 { margin-left:40px !important; }
.mt5 { margin-top:50px !important; }
.mr5 { margin-right:50px !important; }
.mb5 { margin-bottom:50px !important; }
.ml5 { margin-left:50px !important; }

/* PADDINGS */
.np { padding:0px !important; }
.npt { padding-top:0px !important; }
.npr { padding-right:0px !important; }
.npb { padding-bottom:0px !important; }
.npl { padding-left:0px !important; }
.pt05 { padding-top:5px !important; }
.pr05 { padding-right:5px !important; }
.pb05 { padding-bottom:5px !important; }
.pl05 { padding-left:5px !important; }
.pt { padding-top:10px !important; }
.pr { padding-right:10px !important; }
.pb { padding-bottom:10px !important; }
.pl { padding-left:10px !important; }
.pt2 { padding-top:20px !important; }
.pr2 { padding-right:20px !important; }
.pb2 { padding-bottom:20px !important; }
.pl2 { padding-left:20px !important; }
.pt3 { padding-top:30px !important; }
.pr3 { padding-right:30px !important; }
.pb3 { padding-bottom:30px !important; }
.pl3 { padding-left:30px !important; }
.pt4 { padding-top:40px !important; }
.pr4 { padding-right:40px !important; }
.pb4 { padding-bottom:40px !important; }
.pl4 { padding-left:40px !important; }
.pt5 { padding-top:50px !important; }
.pr5 { padding-right:50px !important; }
.pb5 { padding-bottom:50px !important; }
.pl5 { padding-left:50px !important; }

/* POSICIONAMENT */
.float-left { float:left; }
.float-right { float:right; }
.position-relative { position:relative; }
.hidden { display:none; }
.clear { clear:both; }

/* FORM */
input, textarea, select { font-family:Arial, Helvetica, Verdana, sans-serif; font-size:1em; }
label { display:block; margin-bottom:3px; padding-left:15px; background:url(../images/icons/pointer.jpg) no-repeat left 2px; }
label.checkbox { display:inline; background:none; }
input.text { width:210px; margin-left:15px; margin-bottom:15px; border:1px solid #4c4326; }
input.short { width:50px; margin-left:15px; margin-bottom:15px; border:1px solid #4c4326; }
input.checkbox { margin-left:15px; margin-bottom:15px; }
select.text { margin-left:15px; margin-bottom:15px; border:1px solid #4c4326;  }
textarea { width:400px; margin-left:15px; margin-bottom:15px; border:1px solid #4c4326; }

/* PAGER */