﻿body
{
    margin:2px;
    background-image: url(/Images/Back.png);
    background-repeat:repeat-x;
    background-color:#e5eef8
}

a {
    color:#065aa8;
    font-family:Century Gothic;
    font-size:10px;
    text-decoration:none
}
a:hover 
{
    color: #065aa8;
    font-family: Century Gothic;
    font-size: 10px;
    text-decoration:underline
}
a:active
{
    color: #065aa8;
    font-family: Century Gothic;
    font-size: 10px;
    text-decoration:none
}
a:visited
{
    color: #065aa8;
    font-family: Century Gothic;
    font-size: 10px;
    text-decoration:none
}

a.d2 {
    color:#065aa8;
    font-family:Verdana;
    font-size:11px;
    text-decoration:underline
}
a.d2:hover
{
    color: #3366CC;
    font-family: Verdana;
    font-size: 11px;
    text-decoration:underline
}
a.d2:active
{
    color: #3366CC;
    font-family: Verdana;
    font-size: 11px;
    text-decoration:underline
}
a.d2:visited
{
    color: #3366CC;
    font-family: Verdana;
    font-size: 11px;
    text-decoration:underline
}
a.d3 {
    color:#065aa8;
    font-family:Verdana;
    font-size:14px;
    text-decoration:none;
}
a.d3:hover
{
    color: #3366CC;
    font-family: Verdana;
    font-size: 14px;
    text-decoration:underline
}
a.d3:active
{
    color: #3366CC;
    font-family: Verdana;
    font-size: 14px;
    text-decoration:none
}
a.d3:visited
{
    color: #3366CC;
    font-family: Verdana;
    font-size: 14px;
    text-decoration:none
}

.text_h1
{
    color:#373738;
    font-family: Verdana;
    font-size: 14px;
    font-weight:bold
}

.text_c1
{
    color:#00010a;
    font-family: Century Gothic;
    font-size: 11px;
}

.text_c2
{
    color:#00010a;
    font-family: Century Gothic;
    font-size: 10px;
}

.text_c3
{
    color:#010100;
    font-family: Century Gothic;
    font-size: 16px;
    font-weight: bold;
}

.text_c4
{
    color:#ffffff;
    font-family: Arial;
    font-size: 10px;
    font-weight:bold
}

.text_c5
{
    color:#010100;
    font-family: Arial;
    font-size: 10px;
}

.text_c6
{
    color:#010100;
    font-family: Century Gothic;
    font-size: 12px;
}

.text_c7
{
    color:#ffa800;
    font-family: Century Gothic;
    font-size: 14px;
    font-weight: bold
}

.text_c8
{
    color:#1e81b9;
    font-family: Century Gothic;
    font-size: 14px;
    font-weight: bold
}

.text_c9
{
    color:#1e81b9;
    font-family: Century Gothic;
    font-size: 22px;
    font-weight: bold
}

.text_c10
{
    color:#00010a;
    font-family: Arial;
    font-size: 14px;
}

.label
{
    text-align:right;
    white-space: nowrap;
    font-family:Arial;
    font-size:10px;
    color:#02387B;
}
.label2
{
    text-align:left;
    white-space: nowrap;
    font-family:Arial;
    font-size:10px;
    color:#02387B;
    margin-bottom:2px;
}
.label3
{
    text-align: left;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    background-color: #F7F7F7;
    padding: 3px;
}
.label4
{
    text-align: left;
    font-family: Arial;
    font-size: 8px;
    color: red;
}

.input
{
    border-width:1px;
    border-style:solid;
    border-color:#969696;
    height:16px;
    font-family:Arial;
    font-size:13px
}
.select
{
    border-width:1px;
    border-style:solid;
    border-color:#969696;
    height:20px;
    font-family:Arial;
    font-size:13px
}
.textarea
{
    border-width:1px;
    border-style:solid;
    border-color:#969696;
    font-family:Arial;
    font-size:13px
}

.cell1
{
    background-image: url('/Images/LeftCellNormal.png');
    background-repeat:repeat-x;
    background-position:top;
    background-color:#eff4f7;
}

.cell2
{
    border-bottom:solid 1px #a2cddb;
}

.dialog_header
{
    font-family:Verdana; 
    font-size:12px; 
    height:14px; 
    color: #454546; 
    font-weight:bold
}
