@charset "utf-8";
/* CSS Document */


body {
	background-color:#FFFFFF;     
	 }

p   {
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	 }
.intro   {
	font-family:Verdana;
	font-size:12px;
	color:#8c734b;
	 }	 
	 
h1  {
	font-family:Verdana;
	font-size:16px;
	font-weight:bold;
	color:#ef3e33;	
	}
h2  {
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;	
	color:#ef3e33;	
	}
h3  {
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#ef3e33;		
	}

table {
	font-family:Verdana;
	font-size:12px;	
	border:none;
	  }
	  
.textred {
	font-family:Verdana;
	font-size:12px;	
	color: #ef3e33;
}

.trailertext   {
	font-family:Verdana;
	font-size:10px;
	color:#000000;
	 }
.trailertextred   {
	font-family:Verdana;
	font-size:10px;
        font-weight:bold;
	color:#ef3e33;
        text-align:center;
	 }



a {
	color: #003366;
	text-decoration:none;
}
a:hover { color: #003366; text-decoration:underline; }


#navigation_bar
    {
    color           : #FFFFFF;
    font-family     : Verdana, Arial;
    font-size       : 8pt;
    width           : 147px;
	padding-left	: 5px;
/*	height          : 600px;   */
    }
    
#menu
    {
	margin-bottom   : 1px;
	font-size       : 10px;
	font-weight     : bold;
	text-transform  : uppercase;
	color			: #000000;
 	width           : 147px;   
	height          : 15px;
	padding-left    : 5px;
	padding-top     : 5px;
	padding-bottom  : 1px;
	background-color: #FFFFFF;
	cursor          : pointer;
    }
	
#menu:hover
    {
	color			: #8c734b;
    }

#menu a
    {
    color           : #FFFFFF;
    text-decoration : none;
 	width           : 147;
    }
    
#menu a:hover
    {
    color           : #FFFFFF;
    }
    
#item
    {
	margin-left     : 2px;
	margin-right    : 2px;
	margin-bottom   : 1px;
	font-size       : 10px;
	width           : 100%;
	padding-left    : 5px;
	padding-top     : 1pt;
	padding-bottom  : 1pt;    
	background-color: #FFFFFF;
	cursor          : pointer;
    }
    
#item a
    {
    color           : #8c734b;
    text-decoration : none;
    }
    
#item a:hover
    {
    color           : #ef3e33;
    }
    
#current_item
    {
    margin-left     : 2px;
    margin-right    : 2px;
    margin-bottom   : 1px;
    font-size       : 10px;
	font-weight		: bold;
    color           : #ef3e33;
    width           : 100%;
    padding-left    : 5px;
    padding-top     : 1pt;
    padding-bottom  : 1pt;
    background-color: #FFFFFF;
    }

.dlicon
  {
  border-width      : 0px;
  }

.dlPartName
  {
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;	
	color:#ef3e33;
  }

.dlname
  {
   font-weight:bold;
  }


