body, table, td, a {
   font-family: sans, Verdana, Arial, Helvetica;
   font-size: 13px;
}
body {
  margin: 0 auto;
  color: #ffffff;
  font-family: sans, Verdana, Arial, Helvetica;
  font-size: 13px;
  line-height: 1.8em;
  text-align: center;
  background: #55718c;
}
a:link, a:visited {
   color: #D3F5FF;
   font-size: 13px;
   text-decoration: none;
   font-weight: bold;
   background: #55718c;
   display: block;
}
a:active, a:hover {
   background: #000000;
   color: #fffff0;
   text-decoration: none;
   font-weight: bold;
   display: block;
}
table {
   border: none;
   padding: 0px;
}
tr {
	padding: 0px;
}
td {   
   text-align: left;
   background: #55718c;
   text-decoration: none;
   color: #ffffff;
   font-size: 13px;
   padding: 4px;
}
td.image {   
   text-align: left;
   background: #55718c;
   text-decoration: none;
   color: #ffffff;
   font-size: 13px;
	padding-left: 14px;
}
td.video {   
   text-align: center;
   background: #55718c;
   text-decoration: none;
   color: #ffffff;
   font-size: 13px;
	padding: 28px;
}
td.nopad {   
   text-align: left;
   color: #ffffff;
   background: #55718c;
   font-size: 13px;
   padding: 0px;
}
td.navi {
 	display: block;
   color: #B1C1C6;
   background: #55718c;
   text-decoration: none;
   font-weight: bold;
   font-size: 13px;
   padding: 2px;
   text-align: left;
   border-left: 1px solid #999999;
	border-right: 1px solid #000000;
 	border-top: 1px solid #999999;
	border-bottom: 1px solid #000000;

}
td.navi2 {
   color: #00cc00;
   text-decoration: none;
   font-weight: bold;
   font-size: 13px;
   padding: 0px;
   text-align: left;
   background: #222222;
 	display: block;
	border-bottom: 1px solid #000000;
}
td.nonavi {
	font-weight: bold;
   background: #55718c;
   color: #CECECE;
   font-size: 13px;
   padding: 0px;
   text-align: left;
	border-bottom: 1px solid #000000;
}
#wrapper {
   width: 992px;
   text-align: center;
   font-size: 13px;
   margin: 0px auto 0 auto;
   background: #55718c;
   padding: 0 !important;
   line-height: 1.8em;
   border-left: 0px solid #000000;
   border-right: 0px solid #000000;
}


