﻿body
{
    padding: 0px;
    margin: 0px;
    font-family: Arial, helvetica, Sans-Serif;
    font-size: 12px;
    color: #000000;
    background: #d5e0f5;
}
.background
{
    background-image: url(../images/common/background.png);
    background-repeat: repeat-x;
    background-position: top;
    text-align: center;
}
.page
{
    width: 801px;
    margin: auto;
}
.content
{
    background: #ffffff;
    padding: 10px;
    text-align: left;
}
.clr
{
    clear: both;
}
.left
{
    float: left;
}
.right
{
    float: right;
}
a
{
    font-family: Arial, helvetica, Sans-Serif;
    font-size: 12px;
    color: #3f64a9;
    text-decoration: none;
    background-image: url(../images/bullets/bullet2.png);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 10px;
}
a:hover
{
    font-family: Arial, helvetica, Sans-Serif;
    font-size: 12px;
    color: #3f64a9;
    text-decoration: underline;
    background-image: url(../images/bullets/bullet2.png);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 10px;
}

.mainmenu a
{
    font-family: Arial, helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    display: block;
    background-image: url(../images/header/menu.png);
    background-repeat: repeat-x;
    padding: 15px 32px 16px 32px;
    float: left;
}
.mainmenu a:hover
{
    font-family: Arial, helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    display: block;
    background-image: url(../images/header/menu-pressed.png);
    background-repeat: repeat-x;
    padding: 15px 32px 16px 32px;
    float: left;
}
.color1 /*blue*/
{
    color: #3b60af;
}
.color2 /*white*/
{
    color: #ffffff;
}
.color3 /*gray*/
{
    color: #999999;
}
.color4 /*orange*/
{
    color: #E88000;
}
.title
{
    color: #3b60af;
    font-size: 20px;
    font-family: Arial, helvetica, Sans-Serif;
    font-weight: bold;
    padding: 0px 0px 10px 0px;
}
.title2
{
    color: #e88000;
    font-size: 16px;
    font-family: Arial, helvetica, Sans-Serif;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
}
.divbgtop
{
    background: transparent url(../images/common/sec-bg-long.png) no-repeat scroll top;
    display: block;
    margin-top: 5px;
    padding-top: 5px;
}
.divbgbot
{
    background: transparent url(../images/common/sec-bg-long.png) no-repeat scroll bottom;
    display: block;
    padding: 5px;
    margin-top: 5px;
}
ul
{
    margin: 5px 0px 0px 0px;
    padding-left: 20px;
}
ul li
{
    background-image: url(../images/bullets/bullet1.gif);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 15px;
    list-style: none;
}


h1
{
    font-size: 20px;
    margin: 0px;
}
h2
{
    font-size: 16px;
    margin: 0px;
}
h3
{
    font-size: 14px;
    margin: 0px;
}
.table1 td
{
    border: 1px solid #ebebeb;
}
.text
{
    display: none;
    padding: 5px;
    width: 450px;
    border: solid 1px #ebebeb;
    margin: 5px 0px 10px 0px;
}
#text0
{
    display: block;
}
.case
{
    width: 200px;
    font-size: 11px;
    padding: 5px 5px 0px 10px;
}
.nobullet a
{
    font-family: Arial, helvetica, Sans-Serif;
    font-size: 12px;
    color: #3f64a9;
    text-decoration: none;
    background: none;
    padding: 0px;
}

.nobullet a:hover
{
    font-family: Arial, helvetica, Sans-Serif;
    font-size: 12px;
    color: #3f64a9;
    background: none;
    padding: 0px;
    text-decoration: underline;
}





a.btnForAllBtn
{
    background: transparent url(../images/buttons/btn1.png) no-repeat scroll left;
    color: #000000;
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 3px;
    padding: 0 0 0 18px;
    text-decoration: none;
}

a.btnForAllBtnHvr
{
    background: transparent url(../images/buttons/btn1-hover.png) no-repeat scroll left;
    color: #000000;
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 3px;
    padding: 0 0 0 18px;
    text-decoration: none;
}

a.btnForAllBtn span
{
    background: transparent url(../images/buttons/btn1.png) no-repeat scroll right;
    display: block;
    padding: 5px 18px 5px 0;
}

a.btnForAllBtnHvr span
{
    background: transparent url(../images/buttons/btn1-hover.png) no-repeat scroll right;
    display: block;
    padding: 5px 18px 5px 0;
}

