* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff url(../img/bg.jpg) repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 18px;
color: #333333;
text-align: justify;
}

img { border: none; }
a { color: #0A6380; text-decoration: none; }
a:hover { text-decoration: underline; color : #000; }

.tst{
font-family: Georgia, Arial, Helvetica, sans-serif;/* Remember to delete this class !!!!!!!!! */
font-size: 16px;
}

.container {
margin: 0 auto;
width: 90%;
}

.hdr { 
padding-top: 11px;

height: 90px;
background-color: #E1DBE7;
}
#header h1 {
font-size: 30px;
font-weight: 100;
letter-spacing: -3px;
padding: 40px 0 5px 0;
}
#header h1 a {
color: #0A6380;
text-decoration: none;
}
#header h1 a:hover {
color: #222;
text-decoration: none;
}
#header h2 {
color: #3692AF;
font-size: 19px;
font-weight: 100;
padding: 0 0 0 0;
letter-spacing: -1px;
line-height: 12px;
}


.tble /* Mozilla Firefox alignment */ 
{ 
text-align: -moz-center; 
} 

.main {
padding: 0px 30px 50px 40px ;
}

.lft {
background-color: #E6E2EA;
width: 75%;
float: left;
padding: 15px 35px 15px 35px;
text-align: justify;
}




.lft h2 {
color: #FF4800;
font-size: 22px;
letter-spacing: -1px;
font-weight: 100;
padding : 15px 0 15px 0;
}

.rgt {
background-color: #E6E2EA;
width: 13%;
float: right;
padding: 10px;
border-left: 1px solid #bbb;
border-right: 1px solid #bbb;
font-size: 12px;
}
.rgt ul {
list-style-type: none;
padding: 5px 10px 10px 10px;
}
.rgt h2 {
height: 30px;
font-size: 12px;
color: #666;
line-height: 30px;
}
.rgt a { text-decoration: none }

.ftr {
border-top: 1px solid #bbb;
text-align: center;
color: #333;
font-size: 11px;
padding: 0 0 10px 0;
}

*- Menu Tabs F--------------------------- */

    #tabsF {
      float:left;
      width:100%;
      background:#efefef;
      font-size:93%;
      line-height:normal;
          border-bottom:1px solid #666;
      }
    #tabsF ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsF a {
      float:left;
      background:url("../img/tableftF.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsF a span {
      float:left;
      display:block;
      background:url("../img/tabrightF.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:#FFF;
      }
    #tabsF a:hover {
      background-position:0% -42px;
      }
    #tabsF a:hover span {
      background-position:100% -42px;
      }

        #tabsF #current a {
                background-position:0% -42px;
        }
        #tabsF #current a span {
                background-position:100% -42px;
        }
				
				
