
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	align: center;
	background-color: #CCCCCC;
	
}

.bodytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	padding: 5px;
}


.bodytext2 a:link, .bodytext2 a:visited {
	color: #666666;
}

.thumbtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	padding: 5px;
	align: center;
}
 
.menu_text {
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 16px;
	color: #FFFFFF;
	padding: 10px;
	align: top;

}

.heading_text {
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 32px;
	color: #666666;
	padding: 5px;
	align: top;

}
.footer_text {
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 9px;
	color: #666666;
	padding: 10px;
	align: right;
	
}
.bottom_links{
	position:static;
	clear: both;
	float: right;
	bottom: inherit;	
}
.middle_table{
	clear: both;
	float: center;
	vertical-align: middle;
	overflow: scroll;
		
}
	
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #BBB08E;
	cursor: hand;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}