body{
        background-color:#9b2556;
        margin:0px;
        padding:0px;
        color:#b8cace;
        font-family: tahoma;
        font-size:7pt;
}

.borderimagewhite{padding: 3px; border: 3px solid #9f3774; background: #eac0d6; border-radius: 3px; -moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
filter:alpha(opacity=50);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"}
.borderimagesilver{padding: 3px; border: 3px solid #ffffff; background: #eac0d6; border-radius: 3px;}
.photo{padding: 3px; border: 3px solid #9f5c7b; background: #eac0d6; border-radius: 3px;}


/* Bold, Italic & Underline */
b, strong {
color: #b848b4; font-weight:bold;
}
u {
color: #d96958;
}
i, em {
color: #ffffff; font-style:italic;
}
s {
color: #6c6c6c;
}


/* Main Links CSS */
a:link,a:visited,a:active
{
color:#601027;
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 CSS */


.content {
        padding: 4px;
        background-color: #9b2556;
        background-image: url('');
        background-repeat: repeat-x;
        font-family: Verdana;
        font-size: 10px;
        color: #ffffff;
        Line-Height: 12px;
        Letter-Spacing: 0px;
        border-top: 0px solid #;
        border-bottom: 0px solid #ebbce0;
        border-left: solid 0px #ebbce0;
        border-right: solid 0px #ebbce0;
-moz-border-radius-bottomright: 2em; 
     -moz-border-radius-bottomleft: 2em;
     -webkit-border-radius-bottomright: 2em; 
     -webkit-border-radius-bottomleft: 2em;
     -moz-border-radius-topright: 2em; 
     -moz-border-radius-topleft: 2em;
     -webkit-border-radius-topright: 2em; 
     -webkit-border-radius-topleft: 2em;

border-radius: 2em;

}

