body {
font-size: 7px;
font-family: sans-serif;
	font-weight: bold;
	font-style: normal;
}
table.all {
	width: 795px;
	background-color: White;
	background-image: url(bkg1.jpg);
	background-repeat: repeat-y;
	background-position: top; 
	background-position: center;
}
a:link {
	color: Navy;
}
a:hover {
	color: #660036;
}
a:visited {
color: #014200;
}
td.header {
width: 620px;
 border-top: thin ridge;
}
td.space {
	width: 80px;
}
td.center {
	width: 500px;
 	margin-left: 4px;
	padding: 4px;
}
table.float {
float: left;
height: 160px;
}
td.menu {
width: 110px;
	font-weight: bolder;
	font-style: normal;
	vertical-align: top; 
	padding-left: 4px;
	padding-top: 10px;
	padding-right: 3px;
	border: thin dotted #003399;
	}
td.contact {
	font: 75%;
}

td.main {
width: 500px;
margin-left: 4px;
padding: 4px;
}
h1 {
	font-size: larger;
	font-weight: bold;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
td.spacefooter {
	width: 80px;
}
td.footer {
width: 620px;
 border-bottom: thin ridge;
}



