html, body {height: 100% /*sets permanent scrollbar in Netscape*/}
body {font-family: Verdana;color : #000000;margin: 8px 0px 0px 0px;padding: 0px;background-color : #ffffff;background-image: url(/images/main-bg.jpg);background-repeat: repeat-x;text-align: center; /*needed to center tables for IE 5+*/}

#print { /* id to disable elements for printed pages - use with '#screen' id in print version of stylesheet */ display: none;}
* {font-size: 11px;}

/* table ########################################################## */
table.center, div.center {margin-left: auto;margin-right: auto;text-align: center;}
table.header {width:760px;margin-left: auto;margin-right: auto;text-align: center;}
table.main {width:760px;height: 330px;margin-left: auto;margin-right: auto;text-align: center;}
/* cells ########################################################## */
td {text-align: left;}
td.body {/*background-image:url(/images/watermark.gif);background-repeat: no-repeat;background-position : 50% 20px;*/vertical-align:top;padding:0px 12px 4px 10px;text-align:justify;}
td.vLine {width:1px;background-color:#C9E9CF;padding:10px 0px 0px 0px;}
td.hLine {height:1px;background-color:#C9E9CF;padding:0px 0px 0px 0px;}
/* Table borders */
td.tb_tl {width: 8px;height: 8px;background-image: url(/images/tb_tl.gif);}
td.tb_t {height: 8px;background-image: url(/images/tb_t.gif)}
td.tb_tr {width: 8px;height: 8px;background-image: url(/images/tb_tr.gif)}
td.tb_r {width: 8px;background-image: url(/images/tb_r.gif)}
td.tb_br {width: 8px;height: 8px;background-image: url(/images/tb_br.gif)}
td.tb_b {height: 8px;background-image: url(/images/tb_b.gif)}
td.tb_bl {width: 8px;height: 8px;background-image: url(/images/tb_bl.gif)}
td.tb_l {width: 8px;background-image: url(/images/tb_l.gif)}
/* divs ########################################################## */
div {}
/* para ########################################################## */
p {margin-top: 0px;margin-bottom: 6px;}
/* img ########################################################## */
img {border-width:0px;}
img.ns,embed.ns,applet.ns { /*NS6 white space fix*/
vertical-align: top;}
img#left {float:left;margin-right:6px}
img#right {float:right;margin-left:6px;}
img.bullet {vertical-align: baseline;background-color:black;width:5px;height:5px;margin-left:0px;margin-right:5px;margin-bottom:1px;}
img.bulletBig {vertical-align: baseline;background-color:black;width:7px;height:6px;margin-left:0px;margin-right:5px;margin-bottom:-1px;}
img.vLine {width:1px;height:9px;background-color:#006A46;margin:0px 0px -1px 0px;}
/* forms ########################################################## */
form { margin: 0px 0px 0px 0px;}
input,select,textarea {font-family : Tahoma,sans-serif;font-size: 11px;font-weight : normal;color : Black;}
.submit {	/*add CLASS="submit" to all submit and reset tags (for NS4 compatibility only)*/
font-family : Arial,Helvetica,sans-serif;font-size: 11px;}
/* lists ########################################################## */

ul {margin: 0px 0px 10px 20px;padding-left: 0;}
li {margin: 2px 0px 0px 0px;}
/* links ########################################################## */
a,.link {/*font-family: Arial;*/
color : #000000;text-decoration : none;}
a:hover  {color : #009639;text-decoration : underline;}
/* hr ########################################################## */
hr{background-color:#cccccc;color:#cccccc;border-width:0;/*margin:0px 0px 0px 0px;*/}
/* general ########################################################## */
iframe {border: 0px;margin: 0px;}
.trans {background-color: transparent;}
.justified {text-align : justify;}
.px17, #px17 {font-size: 17px;}
.px14, #px14 {font-size: 14px;}
.px13, #px13 {font-size: 13px;}
.px12, #px12 {font-size: 12px;}
.px11, #px11 {font-size: 11px;}
.px10, #px10 {font-size: 10px;}
.px9, #px9 {font-size: 9px;}
.px8, #px8 {font-size: 8px;}
.small, #small {font-size: 0.8em;}
.error, #error {color: #cc0000;font-weight: normal;/*font-size: 11px;*/}