/* TITLES */
h1, h2, h3, h4, h5 { margin:0; padding:0; }
h1 { }
h2 { text-align: center; font-size: 16px; color: #00448b; }
h3 { color: #00448b; }
h4 { }
h5 { }

/* PARAGRAPH */
p { line-height:20px; }

/* 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:18px; font-weight:bold; }
.small-font { font-size:9pt; }

/* LINKS */
a { outline:none; }
a:hover {}
a img { border:none; }

/* LISTS */
ul, li { margin:0; padding:0; }

/* 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; }

/* BACKGROUNDS */
.bg-white { background-color:#ffffff; }
.bg-black { background-color:#000000; }

/* 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 !important; }
.float-right { float:right !important; }
.position-relative { position:relative; }
.hiden { display:none; }
.clear { clear:both; }

/* FORM */
label { float: right; }
label.exception { display: block; float: none; margin-top: 3px; }
label.starred { font-weight: bold; }
input, textarea { font: 12px Arial, Helvetica, Verdana; border: 1px solid #303a40; }
input { float: left; }
input.other { float: none; display: block; }
input.button, input.file  { float: none; border: none; }
input.check, input.radio { border: none; }
select { float: left; }
input.size-0 { width: 18px; }
input.size-1 { width: 30px; }
input.size-2 { width: 50px; }
input.size-3 { width: 75px; }
input.size-4 { width: 200px; }
input.button { border: none; }
textarea.size-1 { width: 214px; height: 73px; }
textarea.size-2 { width: 300px; height: 60px; }
textarea.size-3 { width: 424px; height: 146px; }

/* PAGER */
