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

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



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




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

a:hover        {
        color: #000000;
        font-family: verdana;
        font-size: 9px;
        letter-spacing: 0px;
        line-height: 12px;
        font-weight:none;
                text-decoration:none;
                background-color
}


/* Table Styles */
.maintitle       {
	padding: 4px;
	background-color: #efe0e3;
        background-image: url('');
	font-family: Arial;
	font-size: 10px;
	Font-Weight: bold;
	color: #000000;
	Line-Height: 15px;
	Letter-Spacing: 1px;
	Text-Transform: ;
	text-align: right;
  
}

.subtitle {
	font-family: verdana; 
	background: #000000; 
	color: #464747; 
	font-size: 9px; 
	line-height:10px;
	font-weight: normal; 
	text-transform: ;  
	text-align: center; 
	letter-spacing:2px; 
	padding: 3px;
        border-top: 0px solid #141414;
	border-bottom: 1px solid #141414;
        border-left: solid 2px #141414; 
        border-right: solid 2px #141414; 
}

.content {
    padding: 4px;
	background-color: #dde1e4; 	
	font-family: verdana; 
	font-size: 9px;
	color: #000000; 
	Line-Height: 11px; 

}


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


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

.borderimagewhite{padding: 0px; border: 3px solid #212121; background: #000000;}
.borderimagesilver{padding: 0px; border: 3px solid #92eeea; background: #000000;}
.photo{padding: 5px; border: 1px solid #212121; background: #000000;}


