@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	height:100%;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	background-position: middle;
}
#top_div {
	width: 100%;
}
#body_div {
	border: 1px dotted #999999;
	text-align: center;
	padding: 20px;
	height: 100%;
}
#menu_div {
	margin-top: 15px;
	height: 200px;
	width: 150px;
	float: left;
}

#bottom_div {
	width: 100%;
}
.table_image {
	background-repeat: no-repeat;
	background-position: center center;

}
.style1 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px;
	text-align: center;
	display: inline;
	cursor: default;
}
#stamp {
	display: inline;
}

.row {


}

.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 10px;
	padding-left: 2px;
	color: #333333;
	font-weight: normal;
}
.message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #990000;
}
.heading2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}

a:link {	
	text-decoration: none;
	color: #333333;
}
a:visited {	
	text-decoration: none;
	color: #333333;
}
a:hover {	
	text-decoration: none;
	color: #FFFFFF;
}
a:active {	
	text-decoration: none;
	color: #000000;
}.bg_colour {
	background-color: #857166;
}

