body, table, th, td {
   font-family: Times New Roman, Times, serif;
   font-size: 12px;
}
body {
   background: url(backgrd.gif);
   color: #000000;
   text-align: center;  
}
a:link, a:visited, a:active{
   color: #003366;
   text-decoration: none;
}
a:hover {
   color: #666666;
   text-decoration: none;
}
h1 {
	font-family: Times New Roman, Times, serif;	
	font-size: 28px;	  	
	color: #000000;
}
h2 {
	font-family: Times New Roman, Times, serif;	
	font-size: 22px;	  	
	color: #FFFFFF;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;	
	background-color: #993333;  	
	color: #DCDCDC;
	text-align: center;
}
h4 {	
	font-size: 14px;	  	
	color: #FFFFFF;
}
h5 {		  	
	font-size: 16px;
	color: #993333;
	text-align: center;	
}
h6 {		  	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 0px;
	}
BLOCKQUOTE {
	margin-top: -10px;
	margin-left: 20px;
	margin-right: 0px;
}
.date {
	font-size: 15px;
	font-weight: bold;
	color: #993333;
	margin-bottom: -10px;
}
img {
   border: none;
   margin-top: 1px;
   margin-bottom: 0px;   
}
table {
   background: #ffffff;
   border: 0;
   border-collapse: collapse;
   margin-left: auto;
   margin-right: auto;
}
td {   
   text-align: default;
   vertical-align: default;
}
table.container {
   WIDTH: 850px;
   background: transparent;
}
table.outertable {
   border: 1px solid #666666;   
}
td.header {
   background:  url(bgtop2.jpg);
   color: #000000;
   height: 133px;
   padding: 5px 5px 0px 5px;
   vertical-align: bottom;
   text-align: default;
}
td.content {
   padding: 10px;
   vertical-align: top;
   text-align: justify;   
   font-size: 12px;   
   font-family: Arial, Helvetica, sans-serif;
}
td.navi {
   background: #E7EDF1;
   border-bottom: 1px solid #97B9DF;
   color: #3C4F64;
   font-size: 12px;
   padding: 5px;
}
td.desc {
   background: #E7EDF1;
   border-top: 1px solid #97B9DF;
   color: #000000;
   font-size: 12px;
   padding: 5px;
   text-align: default;
}
td.footer {
   background: url(backgrd.gif)
   color: #666666;
   padding: 10px;
   text-align: center;
}