body{
background :url(images/.gif);
background-repeat : no-repeat;
margin-top : 10px;
margin-left : 0px;
margin-right : 0px;
margin-bottom : 10px;
background-color : #ffffff;
font-family : arial, sans-serif;
color : #000000;
font-size : 9pt;
}

p{
margin-top : 0px;
margin-left : 0px;
margin-right : 0px;
margin-bottom : 15px;
font-size : 10pt;
}

p.contact{
margin : 0px;
font-size : 10pt;
}

p.sml{
margin-top : 0px;
margin-left : 0px;
margin-right : 0px;
margin-bottom : 15px;
font-size : 9pt;
}

h1{margin:0;
padding:0;
}

h2{
margin-top : 0px;
margin-left : 0px;
margin-right : 0px;
margin-bottom : 10px;
font-size : 11pt;
font-weight : bold;
color : #B90FA4;
}

h3{
font-weight : bold;
font-size : 10pt;
margin-bottom : 0px;
}

h4{
margin-top : 0px;
margin-left : 0px;
margin-right : 0px;
margin-bottom : 10px;
font-size : 16pt;
font-weight : bold;
color : #B90FA4;
}

table.outer{
background-color : #962869;
}

table.main{
background-color : #ffffff;
}

form{margin:0;}

input{margin:0;}

table.top{
background :url(images/top.gif);
background-repeat : no-repeat;
background-position : top center;
}

table.bottom{
background :url(images/top.gif);
background-repeat : no-repeat;
background-position : bottom center;
}

table.curve{
background-color : #ffffff;
}
td.t{
background :url(images/t.gif);
background-repeat : repeat-x;
background-position : top middle;
}
td.l{
background :url(images/l.gif);
background-repeat : repeat-y;
background-position : left center;
}
td.r{
background :url(images/r.gif);
background-repeat : repeat-y;
background-position : right center;
}
td.b{
background :url(images/b.gif);
background-repeat : repeat-x;
background-position : bottom;
}
td.tl{
background :url(images/tl.gif);
background-repeat : no-repeat;
background-position : top left;
}
td.tr{
background :url(images/tr.gif);
background-repeat : no-repeat;
background-position : top right;
}
td.bl{
background :url(images/bl.gif);
background-repeat : no-repeat;
background-position : bottom left;
}
td.br{
background :url(images/br.gif);
background-repeat : no-repeat;
background-position : bottom right;
}

a.textlk{
text-decoration : underline;
color : #B90FA4;
}
a.textlk:active{
text-decoration : underline;
color : #B90FA4;
}
a.textlk:visited{
text-decoration : underline;
color : #B90FA4;
}
a.textlk:hover{
text-decoration : underline;
color : #FF00FF;
}


ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 120px; /* Width of Menu Items */
    border-bottom: 1px solid #333333;
    }



/* Styles for Menu Items */
ul li a.menu {
    display: block;
    text-decoration: none;
    font-size : 10pt;
    color: #333;
    background: #fff; /* IE6 Bug */
    padding: 4px;
    border: 1px solid #333333;
    border-bottom: 0;
    }

/* Styles for Menu Items */
ul li a.on {
    display: block;
    text-decoration: none;
    font-size : 10pt;
    color: #B90FA4;
    background: #F9F1F5;; /* IE6 Bug */
    padding: 4px;
    border: 1px solid #333333;
    border-bottom: 0;
    }

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #8F2D7D; background: #F9F1F5; } /* Hover Styles */

ul li a.on:hover { color: #8F2D7D; background: #F9F1F5; } /* Hover Styles */


ul.text{
margin-top : 1px;
margin-bottom : 1px;
margin-left : 25px;
margin-right : 0px;
text-align : left;
}

li.txt{
margin-top : 1px;
margin-bottom : 1px;
margin-left : 25px;
margin-right : 0px;
text-align : left;
}

.formclass {
margin-top : 10px;
margin-bottom : 10px;
margin-left : 100px;
margin-right : 0px;
text-align : left;
}

.boxed {
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #B90FA4;
  padding: 2px;
  margin-bottom: 5px;
}

input.button {
  color: #B90FA4;
  background-color: #ffffff;
  border: 1px solid #B90FA4;
  font-weight: bold;
  width:55px !important;
}

input{
 background:#fff !important;
font-family : arial, sans-serif;
font-size : 9pt;
width:215px;
}

textarea{
   overflow:auto;
font-family : arial, sans-serif;
font-size : 9pt;
width:215px;
height:110px;
}

input.checkbox{
   width:20px !important;
}