﻿.GeneralBox
{
    padding: 10px;
    border: 1px solid #E9E9E9;
    background-color: #F5F5F5;
    width: 95%;
    font-family: Verdana;
    font-size: 10px;
    vertical-align: middle;
    text-indent: 5px;
}


.Error
{
    border: 1px solid #780401;
    display: block;
    padding: 3px 3px 3px 0.5em;
    background-color: #FFDFDF;
    color: #C60000;
    text-decoration: none;
    width: 95%;
    font-weight: bold;
    font-size: 10px;
    margin-top: 2px;
    font-family: Arial;
}

.NavyTitles
{
    font-family: 'Microsoft JhengHei';
    font-size: 18px;
    color: #003399;
    font-weight: bold;
}

.BlueTitles
{
    font-family: 'Microsoft JhengHei';
    font-size: 12px;
    color: #8585E0;
}

.GreyTitles
{
    font-family: 'Microsoft JhengHei';
    font-size: 15px;
    color: #E2E2E2;
    font-weight: bold;
}

.SmallPrint
{
    font-family: Verdana;
    font-size: 9px;
    color: #3333FF;
    font-weight: normal;
}

.EmailSent
{
    font-family: Verdana;
    font-size: 11px;
    color: #FF0000;
    font-weight: normal;
}


/* //////////////////////////////////////////////////////////
  ////////////// HTML TAG STYLING ////////////////////////// */

a
{
    font-family: Microsoft JhengHei;
    font-size: 11px;
    color: #E8E8E8;
}

a:hover
{
    font-family: Microsoft JhengHei;
    font-size: 11px;
    color: #C0C0C0;
}


a.news
{
    font-family: 'Microsoft JhengHei';
    font-size: 12px;
    color: #999999;
    font-weight: bold;
    text-decoration: none;
}

a:hover.news
{
    font-family: 'Microsoft JhengHei';
    font-size: 12px;
    color: #999999;
    font-weight: bold;
    text-decoration: underline;
}

a.rightlinks
{
    font-family: 'Microsoft JhengHei';
    font-size: 15px;
    color: #E2E2E2;
    font-weight: bold;
}

a:hover.rightlinks
{
    font-family: 'Microsoft JhengHei';
    font-size: 15px;
    color: #FFFFFF;
    font-weight: bold;
}


h1
{
    font-family: 'Microsoft JhengHei';
    font-size: 15px;
    color: #003399;
    font-weight: bold;
}

h2
{
    font-family: 'Microsoft JhengHei';
    font-size: 15px;
    color: #E2E2E2;
    font-weight: bold;
}


td
{
   font-family: Microsoft JhengHei;
   font-size: 11px;
   color: #E2E2E2;
}
    
p
{
   font-family: Microsoft JhengHei;
   font-size: 11px;
   color: #E2E2E2;
}

.headerbox
{
    border: 1px solid #DBE3F7;
    background-color: #F0F3FB;
    padding-top: 4px;
    width: 97%;
    height: 20px;
    padding-left: 5px;
    padding-bottom: 4px;
    font-family: 'Microsoft JhengHei';
    font-size: 12px;
    color: #003399;
    font-weight: bold;
}





