html,body
{
	height:100%;
}
a:hover {
	color: #999999;
}

body 
{
	margin: 0px;
	padding: 0;
	height:100%;
	background-color: #ffffff;
	background-image: url(images/bgwhite.jpg);
	background-repeat: repeat;
}
	#Table_body {
		height: 100%;
		width: 800px;
}
#Table_body #Table_navigation {
	height: 80px;
}
.images {
	padding: 5px;
	text-decoration: none;
}
.prices {
	font-family: helvetica;
	font-weight: lighter;
	color: #000000;
	font-variant: normal;
	font-size: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: 5%;
	left: auto;
	top: auto;
}
#Table_body #Table_Header {
	height: 200px;
}
#Table_body #Table_welcome {
	height: 100px;
	width: 800px;
	padding: 0px;
	background-color: #ffffff;
}
#Table_body #Table_content {
	background-color: #ffffff;
	width: 800px;
}
#Table_body #Table_footer {
	background-image: url(images/site_footer.png);
	height: 120px;
	width: 800px;
}
#Table_body #Table_footernav {
	width: 800px;
	background-color: #ffffff;
	height: 100%;
}
.header_txt {
	font-family: Helvetica;
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	width: 0px;
	text-transform: none;
}
.small_text {
	font-family: helvetica;
	font-size: 12px;
	font-weight: lighter;
	color: #999999;
	text-decoration: none;
}
.subhead_text {
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.normal_text {
	font-family: helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
bold_text {
}
