/* CSS Document */
body { background-color:#000000; margin:0px; padding:0px; }
body, td { font-family:Arial; font-size:12px; color:#333333; } /*default font-family and font color*/

form, ul, ol, h1, h2, h3, h4, h5 { padding-top:0px; padding-bottom:0px; margin-top:0px; margin-bottom:0px; }
p{text-indent:20px; text-align:justify;padding:0;}
a img { border: none; padding:0;} /*default border attribute on images that have a link*/

.fl{float:left;}
.fr{float:right;}
.cb{clear:both;}

.lstn li{list-style-type:none; line-height:20px;}

/*basics*/
.fs10 { font-size:10px; }
.fs11 { font-size:11px; }
.fs12 { font-size:12px; }
.fs13 { font-size:13px; }
.fs14 { font-size:14px; }
.fs15 { font-size:15px; }
.fs16 { font-size:16px; }
.fs17 { font-size:17px; }
.fs18 { font-size:18px; }
.fs19 { font-size:19px; }
.fs20 { font-size:20px; }

.b { font-weight:bold; }
.i { font-style:italic; }
.u { text-decoration:underline; /*border-bottom:1px solid #3366FF;*/ }

a:link, a:visited { color:#000; text-decoration:underline; }
a:hover { }

.banner1{background-image:url(../images/header.jpg);background-repeat:no-repeat; height:208px; }
.banner2{background-image:url(../images/banner.jpg); background-repeat:no-repeat; height:256px;}

.contentArea{ background-color:#FFFFFF; padding:10px;}

/*BOX*/
.box {clear:both;}
.left{ background:url(../images/box/box-repeat.jpg) repeat-y; float:left;}
.right{background:url(../images/box/box-repeat.jpg) repeat-y; float:right;}
.title{background:url(../images/box/box-title.jpg) no-repeat; text-transform:uppercase; font-weight:bold; font-size:14px; color:#FFF;padding:5px;}
.box-content{background:url(../images/box/box-mid.jpg) no-repeat; padding:10px;}


.big-box{ background:url(../images/box/big-box-rep.jpg) repeat-y;}
.big-box-title{background:url(../images/box/big-box-title.jpg) no-repeat; text-transform:uppercase; font-weight:bold; font-size:14px; color:#FFF;padding:5px;}
.big-box-content{background:url(../images/box/big-box-mid.jpg) no-repeat; padding:10px;}
/*BOX*/


/*BOX2*/
.left2{ background:url(../images/box2/indexbox-rep.jpg) repeat-y; float:left; margin-right:12px;}
.title2{background:url(../images/box2/indexbox-title.jpg) no-repeat; text-transform:uppercase; font-weight:bold; font-size:14px; color:#FFF;padding:5px;}
.box-content2{background:url(../images/box2/indexbox-mid.jpg) no-repeat; padding:10px;}
.optional{margin-right:15px;}

/*BOX2*/

/*BOX3*/
.left3{ background:url(../images/box/bkp/box-repeat.jpg) repeat-y; float:left; margin-right:15px; height:130px;}
.title3{background:url(../images/box/bkp/box-title.jpg) no-repeat; text-transform:uppercase; font-weight:bold; font-size:14px; color:#FFF;padding:5px;}
.box-content3{background:url(../images/box/bkp/box-mid.jpg) no-repeat; padding:20px;}

/*BOX3*/




.footer{ background-color:#BA842C; height:17px; color:#FFFFFF; padding:10px; clear:both;}
.footer a{color:#ffffff; text-decoration:none;}
.foot-left{float:left;}
.foot-right{float:right; font-weight:bold; font-style:italic;}

