@charset "utf-8";
/* CSS Document */

body{
        background-color:#000000;
        margin:0px;
        padding:0px;
        color:#63515d;
        font-family: tahoma;
        font-size:7pt;
}



/* Bold, Italic & Underline */
strong, b {color:#727272; font-weight:bold; text-transform: ;}
em, i {color: #838583; font-family: arial; font-weight:bold; font-size: 9px; }
u {color: #406ba7; text-decoration: none; border-bottom: 1px dotted; border-bottom-color: #ffffff;}




/* Main Link Style */
a:link,a:visited,a:active
{
color:#ffffff;
font-family:verdana;
font-weight:none;
font-size:9px;
line-height: 12px;
letter-spacing: 0px;
text-transform:normal;
text-decoration:none;
}

a:hover        {
        color: #ffffff;
        font-family: verdana;
        font-size: 9px;
        letter-spacing: 0px;
        line-height: 12px;
        font-weight:none;
                text-decoration:none;
                background-color:#000000;
}


/* Table Styles */
.maintitle       {
	padding: 0px;
	background-color: #3f659b;
        background-image: url('');
	font-family: Arial;
	font-size: 10px;
	Font-Weight: bold;
	color: #FFFFFF;
	Line-Height: 25px;
	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: #000000; 	
	font-family: verdana; 
	font-size: 9px;
	color: #FFFFFF; 
	Line-Height: 11px; 
	Letter-Spacing: 0px;
        border-top: 1px dotted #141414;
	border-bottom: 2px solid #141414;
        border-left: solid 2px #141414; 
        border-right: solid 2px #141414;  
}


.spoilers {
 margin-left:.5em;
 background-color:#000000;
 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;}


.quote {
 margin-left:.5em;
 background-color:#ransparent;
 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;}

.borderimagewhite{padding: 0px; border: 3px solid #212121; background: #000000;}
.borderimagesilver{padding: 0px; border: 3px solid #92eeea; background: #000000;}
.photo{padding: 0px; border: 3px solid #212121; background: #000000;}


