@charset "utf-8";
/* CSS Document */

body{
        background-color:#e3aed2;
        margin:0px;
        padding:0px;
        color:#777;
        font-family: arial;
        font-size:11pt;
}



/* Bold, Italic & Underline */
strong, b {color:#ffffff; font-weight:bold; text-transform: ;}
em, i {color: #ffffff; font-family: arial; font-weight:bold; font-size: 9px; }
u {color: #ffffff; text-decoration: none; border-bottom: 1px solid; border-bottom-color: #f7c1e6;}




/* Main Link Style */
a:link{color:#ffffff; text-decoration: normal; font-family: arial; font-size:8pt; font-weight: normal; text-transform: ; letter-spacing:0px; text-decoration: none;}

a:visited{color:#ffffff; text-decoration: normal; font-family: arial; font-size:8pt; font-weight: normal; text-transform: ; letter-spacing:0px; text-decoration: none;}

a:hover{color:#f06ec6; text-decoration: underline; border-bottom: 1px solid #f7c1e6; font-family: arial; font-size:8pt; font-weight: normal; text-transform: ; letter-spacing:0px; text-decoration: none;}


/* Table Styles */
.maintitle       {
        padding: 4px;
        background-color: #f2f0f0;
        font-family: Tahoma;
        font-size: 8px;
        Font-Weight: bold;
        color: #92414a;
        Line-Height: 11px;
        Letter-Spacing: 1px;
        Text-Transform: uppercase;
        border-top: 1px solid #d6d6d6;
        border-bottom: 0px solid #d6d6d6;
        border-left: solid 1px #d6d6d6;
        border-right: solid 1px #d6d6d6;
}

.subtitle {
        font-family: verdana;
        background: #eeeeee;
        color: #4b4645;
        font-size: 7px;
        line-height:10px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        letter-spacing:2px;
        padding: 3px;
        border-top: 1px solid #d6d6d6;
        border-bottom: 1px solid #d6d6d6;
                border-left: solid 1px #d6d6d6;
                border-right: solid 1px #d6d6d6;
}

.content {
    padding: 4px;
        background-color: #FCFCFC;
        font-family: verdana;
        font-size: 9px;
        color: #ACACAC;
        Line-Height: 11px;
        Letter-Spacing: 0px;
        border-top: 0px solid #d6d6d6;
        border-bottom: 1px solid #d6d6d6;
                border-left: solid 1px #d6d6d6;
                border-right: solid 1px #d6d6d6;
}


.spoilers {
 margin-left:.5em;
 background-color:#e5e4e4;
 color:#e5e4e4;
 font-family: verdana;
 font-size:7pt;
 text-align:justify;
 letter-spacing:0px;
 line-height:14px;
 padding:.25em 1em;
 width:85%;
 border-left:1px solid #cd8f8d;
 border-top:1px solid #cd8f8d;
border-right:1px solid #cd8f8d;
 border-bottom:1px solid #cd8f8d;}


.quote {
 margin-left:.5em;
 background-color:#e5e4e4;
 color:#352818;
 font-family: verdana;
 font-size:7pt;
 text-align:justify;
 letter-spacing:0px;
 line-height:14px;
 padding:.25em 1em;
 width:85%;
 border-left:1px solid #cd8f8d;
 border-top:1px solid #cd8f8d;
border-right:1px solid #cd8f8d;
 border-bottom:1px solid #cd8f8d;}

.borderimagewhite{padding: 3px; border: 1px solid #c7c5c5; background: #ffffff;}
.borderimagesilver{padding: 3px; border: 1px dashed #9b403d; background: #ffffff;}
.photo{padding: 3px; border: 1px solid #c7c5c5; background: #ffffff;}


