body,html {
		background-color:#DDDDDD;
		margin-top:0px;
		margin-bottom:0px;
		font-family:tahoma;
		font-size:11pt;
		background-image: url('../images/back.jpg');
		background-position: top center;
		background-repeat: repeat-y;
	}
.thebox {font-size:9pt};
.menu {font-family:arial;font-size:13pt;font-weight:bold;color:black;text-decoration:none;}
.menu2 {font-family:arial;font-size:11pt;}
.border {
		border: 1px solid #575757;
}
	
.borderbottom {
	border: 1px solid #575757;
	border-bottom-color:#575757;
	border-bottom-width:2px;
}