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

.borderimagewhite{padding: 3px; border: 3px solid #b4906e; background: #c6c2b9; border-radius: 3px;}
.borderimagesilver{padding: 3px; border: 3px solid #cddbdc; background: #c6c2b9; border-radius: 3px;}
.photo{padding: 3px; border: 3px solid #866f75; background: #c6c2b9; border-radius: 3px;}


/* Bold, Italic & Underline */
strong, b {color:#b4906e; font-weight:bold; text-transform: ;}
em, i {color: #cddbdc; font-family: verdana; font-weight:bold; font-size: 10px; }
u {color: #866f75; text-decoration: none; border-bottom: 1px dotted; border-bottom-color: #b4906e;}


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

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


/* Table Styles */
.maintitle       {
margin: 0px 0px 2px;
font-family:"Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
font-size:8pt;
text-shadow:#ffffff 1px 1px 1px;
font-weight:bold;
text-transform:uppercase;
text-align:center;
letter-spacing:2px;
color: #a68979;
background: #e2dfda url('');
        background-repeat: repeat-x;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 5px;  
border-left: 4px solid #a68979;

}


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

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

