body{
        background-color:#FFFFFF;
        margin:0px;
        padding:0px;
        color:#777;
        font-family: tahoma;
        font-size:7pt;
}

.borderimagewhite{padding: 0px; border: 3px solid #ebebeb; background: #ffffff;}
.borderimagesilver{padding: 0px; border: 3px solid #0164ca; background: #000000;}
.photo{padding: 0px; border: 3px solid #d1d2d4; background: #ebebeb;}


/* Bold, Italic & Underline */
strong, b {color:#94dee8; font-weight:bold; text-transform: ;}
em, i {color: #a5dde5; font-family: verdana; font-weight:bold; font-size: 10px; }
u {color: #8dd9e3; text-decoration: none; border-bottom: 1px dotted; border-bottom-color: #000000;}


/* Main Link Style */
a:link,a:visited,a:active
{
color:#97d2da;
font-family:arial;
font-weight:none;
font-size:10px;
line-height: 12px;
letter-spacing: 0px;
text-transform:normal;
text-decoration:none;
}

a:hover        {
        color: #67d8e7;
        font-family: arial;
        font-size: 10px;
        letter-spacing: 0px;
        line-height: 12px;
        font-weight:none;
        text-decoration:none;
}


/* Table Styles */
.maintitle       {
         padding: 4px;
        background-color: #a2e9eb;
        background-image: url('');
        background-repeat: no-repeat;
        font-family:Arial;
        font-size: 13px;
        text-align: center;
        Font-Weight: bold;
        font-style: normal;
        color: #ffffff;
        Line-Height: 17px;
        Letter-Spacing: 0px;
        Text-Transform: uppercase;
        -moz-border-radius:  10px; 
        -webkit-border-radius: 10px; 
        border-radius: 10px; 

}
.content {
        padding: 4px;
        background-color: #f3f3f3;
        background-image: url('');
        background-repeat: repeat-x;
        font-family: Verdana;
        font-size: 9px;
        color: #707070;
        Line-Height: 9px;
        Letter-Spacing: 0px;
        border-top: 0px solid #;
        border-bottom: 0px solid #;
        border-left: solid 0px #;
        border-right: solid 0px #;
}

.subtitle {
        font-family: arial;
        background: #a2e9eb;
        background-image: url('');
        background-repeat: no-repeat;
        color: #000000;
        font-size:9px;
        line-height:10px;
        font-weight: normal;
        text-transform:uppercase;
        text-align: right;
        letter-spacing:0px;
        padding: 4px;
        border-top: 1px solid #ffffff;
}

