﻿	body{
		height:100%;
		background-color:#FFFFFF;
		min-width: 900px;
		font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
		color: #666666;
		letter-spacing: 0px;
		word-spacing: 0px;
		text-align: left;
		}
		
	a:link {
		color:#666666;
		text-decoration:none;
		}
		
	a:visited {
		color:#666666;
		text-decoration:none;
		}
		
	a:hover {
		color:#999999;
		text-decoration:none;
		}
	
	img	{
		border-style: solid;
		border-width:0px;
		border-color: gray;
		font-weight: bold;
		font-size:12px;
		}
	ul	{
		list-style-type: none;
		}
	table
		{
		border-style: solid;
		border-width:1px;
		border-color: white;
		}
	th	{
		width:200px;
		}
		
	td	{
		width:150px;
		}
	b.title
		{
		font-size: 50px;
		color: #000000;
		}
	
	img.b1
		{
		border-style: solid;
		border-width:1px;
		border-color: gray;
		}
	p.gallery {
		margin-left: 30px;
		}
	
	#menu {
		width: 100%;
		}
	#left	{
		float:left;
		}
	#table	{
		float:left;
		width:100%;
		}
	#box	{
		background-color: gray;
		padding:5px;
		}
	
	#copy	{
		float:right;
		width: 100%;
		height:10px;
		font-size: 12px;
		padding:20px 0px 0px 0px;
		}
