body {
  margin: 0 auto;
  color: #ffffff;
  font-family: freesans, Arial,sans,Verdana,Helvetica;
  font-size: 13px;
  text-align: center;
  background: #000000;
}
a:visited {
   color: #ffff00;
   text-decoration: none;
   font-weight: bold;
}
a:link{
   color: #ffff00;
   text-decoration: none;
   font-weight: bold;
}
a:active, a:hover {
   color: #FFD300;
	text-decoration: none;
   font-weight: bold;
}
table {
   border: none;
   padding: 0px;
}
tr {
	padding: 0px;
}
td {   
   text-align: left;
   background: #000000;
   text-decoration: none;
   color: #ffffff;
   font-size: 13px;
   padding: 0px;
}
td.image {   
   text-align: left;
   background: #000000;
   text-decoration: none;
   color: #ffffff;
   font-size: 13px;
	padding-left: 14px;
}
td.video {   
   text-align: center;
   background: #000000;
   text-decoration: none;
   color: #ffffff;
   font-size: 13px;
	padding: 28px;
}
td.nopad {   
   text-align: left;
   color: #ffffff;
   background: #000000;
   font-size: 13px;
   padding: 0px;
}
td.navib {
	font-weight: bold;
   background: #000000;
   color: #ffffff;
   font-size: 13px;
   padding: 1px;
   text-align: left;
 	border-right: 1px solid #000000;
	border-left: 1px solid #666666;
 	border-top: 1px solid #000000;
	border-bottom: 1px solid #666666;
}	
td.navi {
   color: #FF9400;
   text-decoration: none;
   font-weight: bold;
   font-size: 13px;
   padding: 0px;
   text-align: left;
   background: #000000;
   border-right: 1px solid #000000;
	border-left: 1px solid #666666;
 	border-top: 1px solid #000000;
	border-bottom: 1px solid #666666;
}
td.nonavi {
	font-weight: bold;
   background: #000000;
   color: #ffffff;
   font-size: 13px;
   padding: 1px;
   text-align: left;
 	border-right: 1px solid #000000;
	border-left: 1px solid #666666;
 	border-top: 1px solid #000000;
	border-bottom: 1px solid #666666;
}
 #menu a           { text-decoration: none;  padding: 1px;  text-align: right; 	font-weight: bold;
   border-right: 1px solid #666666;
	border-left: 1px solid #000000;
 	border-top: 1px solid #000000;
	border-bottom: 1px solid #666666;}
 #menu a:link       { color: #FF9400;  display: block; background: #000000;}
 #menu a:visited  { color: #FF9400;  display: block; background: #000000;}
 #menu a:active   { color: #000000;  display: block;   background: #FF9400;}
 #menu a:hover   { color: #000000;  display: block;    background: #FF9400;}

 #menutop a       { text-decoration: none;  padding: 1px;  text-align: left; font-weight: bold;}
 #menutop a:link       { color: #FF9400; background: #000000;}
 #menutop a:visited  { color: #FF9400; background: #000000;}
 #menutop a:active   { color: #000000; background: #FF9400;}
 #menutop a:hover   { color: #000000; background: #FF9400;}	
	
#wrapper {
   width: 840px;
   text-align: left;
   font-size: 13px;
   margin: 0px auto 0 auto;
   background: #000000;
   padding: 0 !important;
   border-left: 0px solid #000000;
   border-right: 0px solid #000000;
}


