	body {
		font-family: arial, helvetica, sans-serif;
		background-color: #45442b;
		margin-top: 0px;
		margin-left: 0px;
		margin-bottom: 0px;
		margin-right: 0px;
		color: #000000;
		font-size: 13px;
	}
	
	td {
		font: 13px arial,helvetica,sans-serif;
		color: #000000;
	}
	
	td.top {
		vertical-align: top;
	}
	
	td.bottom {
		vertical-align: bottom;
	}
	
	td.copyright {
		font: 9px arial,helvetica,sans-serif;
		color: #a0a0a0;
	}
	
	td.main {
		background-color: #e0e0e0;
		text-align: left;
		vertical-align: top;
	}
	
	td.topimg {
		background-image: url("pic/top.jpg");
	}
	
	table.outer	{
		border: 0px none;
		background-color: #000000;
		overflow: hidden;
	}
	
	table.menu	{
		border: 1px solid #000000;
		background-color: #ffffff;
		background-image: url("pic/snowmenu.jpg");
		background-repeat: no-repeat;
		background-position: 100% 100%;
		width: 85px;
		overflow: hidden;
	}
	
	ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	li {
		margin: 0 0 0 12px;
	}
	
	
	a.menu:link {
		background-color: transparent;
		color: #e0e0e0;
		text-decoration: none;
	}
	a.menu:visited {
		background-color: transparent;
		color: #e0e0e0;
		text-decoration: none;

	}
	a.menu:active {
		background-color: transparent;
		color: #e0e0e0;
		text-decoration: none;
	}
	a.menu:hover {
		background-color: transparent;
		color: #d0d0d0;
		text-decoration: none;
	}
	
	a:link {
		background-color: transparent;
		color: #000000;
		text-decoration: underline;
	}
	a:visited {
		background-color: transparent;
		color: #000000;
		text-decoration: underline;

	}
	a:active {
		background-color: transparent;
		color: #000000;
		text-decoration: none;
	}
	a:hover {
		background-color: transparent;
		color: #000000;
		text-decoration: none;
	}

