body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        margin: 0px;
        padding: 0px;
        background: #fff;
        text-decoration: none;
        font-weight: normal;
		background-color: #000000;
}
p, li {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-decoration: none;
        font-weight: normal;
}
a {
        color: #33f;
        text-decoration: none;
        font-weight: normal;
}

a:hover {
        color: #33f;
        text-decoration: underline;
}
.t1 {
        font-size: 12px;
        font-style: normal;
        font-weight:normal;
        line-height: 18px;
        color: #333333;
}
.copyright {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        color:#FFFFFF;
}
.style10 {color: #FFFFFF}
.style8 {color: #FF6600}
.style13 {color: #0000FF}

#nav {
        padding: 0px;
                margin: 0px;
        line-height: 43px;
                list-style-type: none;
}
#nav a {
        display: block;
                width: 86px;
                text-align:center;
}

#nav a:link  {
        color:#666;
                text-decoration:none;
                font-weight:normal;
}
#nav a:visited  {
        color:#666;
                text-decoration:none;
                font-weight:normal;
}
#nav a:hover  {
        color:#FFF;
                text-decoration:none;
                font-weight:normal;
}

#nav li {
        float: left;
                width: 86px;
                background-image: url(images/menu_bg_03.jpg);
            background-repeat: repeat-x;
}
#nav li a:hover{
        background:#666;
}
#nav li ul {
                padding: 0px;
                margin: 0px;
        line-height: 27px;
                list-style-type: none;
                text-align:left;
        left: -999em;
                width: 116px;
                position: absolute;
}
#nav li ul li{
        float: left;
                width: 116px;
        background: #F6F6F6;
}


#nav li ul a{
        display: block;
                width: 116px;
                w\idth: 92px;
                text-align:left;
                padding-left:24px;
}

#nav li ul a:link  {
        color:#666;
                text-decoration:none;
}
#nav li ul a:visited  {
        color:#666;
                text-decoration:none;
}
#nav li ul a:hover  {
        color:#F3F3F3;
        text-decoration:none;
        font-weight:normal;
        background-color: #6666FF;
}

#nav li:hover ul {
        left: auto;
}
#nav li.sfhover ul {
        left: auto;
}

.magLink {
    text-align: center;
        padding-top: 15px;
        width: 200px;
        height: 35px;
        float: left;
        font-size: 16px;
        background-color:#333333;

}
.magLink:visited, .magLink:link{
        color: #FFFFFF;
}
.magLink:hover {
    text-decoration:none;
        background-color: #CCCCCC;
        color:#333333;
}
input, select, textarea {
        font-size : 12px;
        height : 14px;
        background-color: #fff;
        border: 1px solid #ccc;
        width: 190px;
        margin-left: 5%;
}
.button {
        margin: 0px;
        font-size : 12px;
        height : 20px;
        width: 100px;
        background-color: #fff;
        border: 1px solid #ccc;
}
.button2 {
        margin: 0px;
        font-size : 12px;
        height : 20px;
        width: 100px;
        background-color: #eee;
        border: 1px solid #ccc;
}
.radio {
        height : 15px;
        width: 15px;
		margin-right: 25px;
}
.table {
        border: 1px solid #aaa;
        height: 100%;
        margin: 0px;
        padding: 0px;
}
.table th {
        background: #ccc;
        margin: 0px;
        padding: 0px;
        height: 25px;
}

.table td {
        background: #eee;
        margin: 0px;
        padding: 0px;
        height: 25px;
}