body{
        background-color:#000000;
        margin:0px;
        padding:0px;
        color:#ffffff;
        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:#ffffff; font-weight:bold; text-transform: ;}
em, i {color: #150a1a; font-family: verdana; font-weight:none; font-size: 10px; }
u {color: #818181; text-decoration: underlined; border-bottom: underlined; border-bottom-color: #ffffff;}


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

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


/* Table Styles */
.maintitle       {
         padding: 8px;
        background-color: #1b1b1b;
        background-image: url('http://i54.tinypic.com/339kjgw.png');
        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;
        border-bottom: 1px solid #f1c104;

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

.subtitle {
        font-family: arial;
        background: #1b1b1b;
        background-image: url('');
        background-repeat: repeat-y;
        color: #;
        font-size:9px;
        line-height:13px;
        font-weight: normal;
        text-transform:uppercase;
        text-align: right;
        letter-spacing:0px;
        padding: 10px;

 
}


