@media screen {
 .ScreenOnly {display: inline;}
 .PrintOnly {display: none;}
}
@media print {
 .ScreenOnly {display: none;}
 .PrintOnly {display: inline;}
}

@font-face {
   font-family: Terminator;
   src: url(/fonts/TERMINA0.eot);
}

body {
   background-color: #ffffff;
   margin-left: 1px;
   margin-top: 0;
   margin-bottom: 0;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9pt;
   scrollbar-face-color:'#0039a2';
   scrollbar-arrow-color:'#ffffff';
   scrollbar-track-color:'';
   scrollbar-shadow-color:'';
   scrollbar-highlight-color:'';
   scrollbar-3dlight-color:'#ff0000';
   scrollbar-darkshadow-Color:'#b50000';
}
   
table {
    border-collapse: collapse;
}
   
.BodyContent A	{ 
    color: #000099;
    font-weight: bold;
    font-size: 9pt;
    text-decoration: none;
}

.BodyContent A:visited {
    color: #000099;
}

.BodyContent A:active { 
    color: #000099; 
}

.BodyContent A:hover	{ 
    color: #FF0000; 
    text-decoration: underline;
}
   
.ArticleNav A	{ 
    color: #000099;
    xfont-weight: bold;
    text-decoration: none;
}

.ArticleNav A:visited {
    color: #000099;
}

.ArticleNav A:active { 
    color: #000099; 
}

.ArticleNav A:hover	{ 
    color: #FF0000; 
    text-decoration: underline;
}
   
.menulines {
    border: 2px solid #b50000;
    background-color:#ffffff;
    color: #000000;
    font-size: 9pt;
    text-decoration:none;
    cursor:hand;
}
   
.menulines a  {
    text-decoration:none;
    color: #000099;
    cursor:hand;
}
  
.menulinesover a{
    width: 113px;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    cursor: hand;
}
  
.menulinesover {
   background-color: #0125ab;
   border:2px solid #b50000;
   color: #ffffff;
   font-size: 10pt;
   font-weight: bold;
   text-decoration: none;
   cursor:hand;
}
   
.disclaimer {
   color: #000000;
   font-size: 8pt;
   text-decoration: none;
}
   
.garbage {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9pt;
   font-weight: bold;
   color: #000000;
   text-decoration: none;
}

body.garbagebody {
   background-color:transparent
}

.small {
   color: #000000;
   font-size: 10pt;
   text-decoration: none;
}
   
.homelink A {
   color: #000000;
   font-size: 10pt;
   font-weight: normal;
   text-decoration: none;
   cursor:hand;
}
   
.homelink A:hover {
   font-size: 10pt;
   text-decoration: underline;
   color: #ff0000;
   cursor:hand;
}
   
.content {
   color: #000000;
   font-size: 10pt;
   text-decoration: none;
   z-index: 2;
}
   
.BodyContent {
   color: #000000;
   background-color: #ffffff;
   font-size: 10pt;
   text-decoration: none;
   text-align: justify;
   filter: alpha(opacity=90);
   -moz-opacity:0.7;
   opacity: 0.9;
   z-index: 1;
}
   
.ArticleNav {
   border-collapse: collapse;
   color: #000000;
   background-color: #ffffff;
   font-size: 10pt;
   text-decoration: none;   
   filter: alpha(opacity=90);
   -moz-opacity:0.7;
   opacity: 0.9;
   z-index: 1;
}
   
.transcontent {
   color: #000000;
   background-color: #ffffff;
   font-size: 10pt;
   text-decoration: none;   
   filter: alpha(opacity=90);
   -moz-opacity:0.7;
   opacity: 0.9;
   z-index: 1;
}
 
.title {
   color: #000000;
   font-size: 12pt;
   text-decoration: none;
}
   
.headtitle {
   color: #000000;
   font-size: 36pt;
   font-weight: bold;
   text-decoration: none;
}
   
.synopsis {
    padding-bottom: 10px;
}
   
.quotetext {
    font-family: Verdana, Arial, sans-serif;
    color: #000066;
    padding-left: 25px;
}
