body{
        scrollbar-face-color: #666666;
        scrollbar-base-color: #666666;
        scrollbar-arrow-color:  #000000;
        scrollbar-track-color: #222222;
        scrollbar-shadow-color: #333333;
        scrollbar-darkshadow-color: #222222;
        scrollbar-highlight-color: #222222;
        scrollbar-3dlight-color: #333333;
        margin:0px;
        font-family: Arial, sans-serif;
        background: url(../img/input_back.gif) repeat-x;
        font-size: 12px;
        color:#000000;
        height:100%;
        background-color: #FFFFFF;
}

p{
        text-align: left;
}

div.pagination a {
        padding: 1px 2px 1px 2px;
        margin: 0px;
        border: 1px solid #AAAADD;
        text-decoration: none; /* no underline */
        color: #000099;
}

div.pagination a:hover, div.pagination a:active {
        border: 1px solid #000099;
        color: #000;
}

div.pagination span.current {
        padding: 1px 2px 1px 2px;
        margin: 2px;
        border: 1px solid #000099;
        font-weight: bold;
        background-color: #000099;
        color: #FFF;
}

div.pagination span.disabled {
        padding: 0px 0px 0px 0px;
        margin: 0px;
        border: 1px solid #EEE;
        background-color: #DFDFDF;
        color: #DDD;
}


a{
        /* color:#12519F; */
        color:#1E1A79;
        text-decoration: none;
}

a:hover{

        color:#EE9833;
        text-decoration: none;
}

a:active{

        color:#EE9833;
        text-decoration: none;
}

h1{
        font-size: 18px;
        text-align: center;
}

h2{
        text-align: justify;
        margin-top:15px;
        font-size:10px;
}

h4
{
height:;

}

h6{
font-size: 19px;
text-align: center;

}

img{
        border:0px;
}


.steps{
        font-size:14px;
        margin-top:9px;
        margin-bottom:5px;
        font-weight:bold;
}

.cstep{
        font-size:14px;
}

.notice{
text-align: justify;
margin-top:15px;
font-size:11px;
}

.copyright{
font-size:11px;
color:#000000;
text-align:center;
margin-top:8px;
font-weight:bold;
text-decoration:none;
}

.toplinks{
font-size:12px;
color:#808080;
font-weight:bold;
text-decoration:none;
}


.toplinks:visited{
        color:#808080;
        text-decoration: none;
}

.toplinks:hover{
        color:#FF6600;
        text-decoration: none;
}

.toplinks:active {

         font-weight:bold;
         color:#808080;
         text-decoration:none;
}

.object_ok
{
border: 1px solid green;
color: #333333;
}

.object_error
{
border: 1px solid #AC3962;
color: #333333;
}

/* Input */
input
{
margin: 5 5 5 0;
padding: 2px;

border: 1px solid #999999;
border-top-color: #CCCCCC;
border-left-color: #CCCCCC;

color: #333333;

font-size: 12px;
-moz-border-radius: 4px;

background:url(../img/button03.gif);

}

select {
        background:url(../img/button03.gif);
        border:1px solid #999999;
        font-size:12px;
        -moz-border-radius: 4px;
}

checkbox {
        background:url(../img/button03.gif);
        border:1px solid #999999;
         font-size:12px;
}

radio {
        background:url(../img/button03.gif);
        border:1px solid #999999;
         font-size:12px;
}

upload {
        background:url(../img/button03.gif);
        border:1px solid #999999;
        font-size:12px;
        -moz-border-radius: 4px;
}

delete {
        background:url(../img/button03.gif);
        border:1px solid #999999;
        font-size:12px;
        -moz-border-radius: 4px;
}

textarea{
        background:url(../img/input_back.gif) repeat-x;
        border:1px solid #999999;
        font-size:9pt;
        -moz-border-radius: 5px;
}

form{
margin:0px;
}

.faqheader{
font-size:15px;
font-weight:bold;
margin-bottom:0px;
}

.faqbody{
font-size:13px;
margin-top:0px;
margin-bottom:15px;
text-align:justify;
}

.glossymenu{
        position: relative;
        padding: 0 0 0 34px;
        margin: 0 auto 0 auto;
        background: url(../img/menub_bg.gif) repeat-x; /*tab background image path*/
        height: 46px;
        list-style: none;
}

.glossymenu li{
        float:left;
}

.glossymenu li a{
        float: left;
        display: block;
        color:#000;
        text-decoration: none;
        font-family: sans-serif;
        font-size: 11px;
        font-weight: bold;
        padding:0 0 0 14px; /*Padding to accomodate left tab image. Do not change*/
        height: 46px;
        line-height: 46px;
        text-align: center;
        cursor: pointer;
}

.glossymenu li a b{
        float: left;
        display: block;
        padding: 0 18px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
        color: #fff;
        background: url(../img/menub_hover_left.gif) no-repeat; /*left tab image path*/
        background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
        color: #fff;
        background: url(../img/menub_hover_right.gif) no-repeat right top; /*right tab image path*/
}