
/* Style elements for template */

.title {
    color : #7C2627;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 16pt;
    font-weight : bold;
}

.slogan {
    color : #3366CC;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 14pt;
    font-weight : normal;
}

A.email:link, A.email:visited {
    color : White;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10pt;
    font-weight : bold;
    text-decoration : none;
}

A.email:hover, A.email:active  {
    color : #CCCCCC;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10pt;
    font-weight : bold;
    text-decoration : underline;
}

.phone {
    color : White;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10pt;
    font-weight : normal;
}

table.none, td.none {
    background-image : none;
}

.table_bg{
    background-color: #FFFFFF;
}

.table_bg2{
    background-color: #EFF0EC;
}

.table_bg3{
    background-image: #EFF0EC;
}

.table_bg4{
    background-color: #C0C0C0;
}

.testimonial {
    color : Black;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10pt;
    font-weight : normal;
    background-color: #A3CBF2;
}

.query{
    color : Black;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10pt;
    font-weight : normal;
    background-color: #FFFFFF;
}

/* Style elements for navigation */

.nav {
    color : White;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10pt;
    font-weight : bold;
    padding-right : 12pt;
    text-decoration : underline;
}

.navcurrent {
    color : White;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 9pt;
    font-weight : bold;
    padding-right : 12pt;
    text-decoration : underline;
}

A.navlink:link, A.navlink:visited {
    color : White;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10pt;
    font-weight : bold;
    text-decoration : underline;
}

A.navlink:hover, A.navlink:active {
    color : #FFFFFF;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10pt;
    font-weight : bold;
    text-decoration : underline;
}

/* Style elements for content */

.content_header {
    color : Black;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 12pt;
    font-weight : bold;
}

.content_body {
    color : Black;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10pt;
    font-weight : bold;
}

.no_bold {
    color : Black;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10pt;
    font-weight : normal;
}

.content_footer {
    color : Black;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 8pt;
    font-weight : normal;
}

/* Style elements for user specified html */

A:link {
    color : #0000FF;
    text-decoration : underline;
}

A:visited {
    color : #0000FF;
    text-decoration : underline;
}

A:hover {
    color : #0000FF;
    text-decoration : underline;
}

A:active {
    color : #0000FF;
    font-weight : bold;
    text-decoration : underline;;
}

.td-HiLite {
    background-color: #CCFFCC;
}

.instruction-number {
    color : #FF0000;
}

.black {
    color : #000000;
}

h3 {
    font-family: Tahoma;
    font-size: 13px;
    color: #2A8B16;
}

.GDItable {
    font-family: Tahoma, Verdana, Arial;
    font-size:12px;
}

.td-Error {
        font-family: Tahoma,Verdana,Arial;
        font-size: 10pt;
        font-style: bold;
        font-weight: bold;
        color: #2A8B16;
        background-image: url(http://images.website.ws/newdesign/images/tbl_head_back.gif);
}

.GDIheader{
        font-family: Arial, Tahoma, Helvetica, Geneva, Lucida-sans, sans-serif;
          font-size: 8pt;
          font-weight: bold;
          color: #000000;
        background-color: #C0C0C0;
        text-align : center;
}

.td-Button {
        font-family: Tahoma, Arial, Helvetica, Geneva, Lucida-sans, sans-serif;
          font-size: 10pt;
          font-style: normal;
          color: #000000;
          clip: rect( );
        background-image: url(http://images.website.ws/newdesign/images/back_yellow.gif);
}

.IBBasic{
        font-family: Arial;
          font-size: 10pt;
          font-weight: normal;
          color: #3B2A94;
        background-color: #D4D0C8;
        text-align : center;
}

.IBBasic1{
        font-family: Arial;
          font-size: 10pt;
          font-weight: bold;
          color: #FFFFFF;
        background-color: #FF0000;
        text-align : center;
}

.IBBasic2{
        font-family: Arial;
          font-size: 10pt;
          font-weight: bold;
          color: #FF0000;
        background-color: #FFFF00;
        text-align : center;
}

.IBBasic3{
        font-family: Arial;
          font-size: 10pt;
          font-weight: bold;
          color: #000000;
        background-color: #00FFFF;
        text-align : center;
}

.IBBasicYellow{
        font-family: Arial;
          font-size: 10pt;
          font-weight: bold;
          color: #FFFF00;
        background-color: #FF0000;
        text-align : center;
}