body {
	width: 639px;
	margin: 0 auto;
	background-color: white;
	background-image:url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #404040;
	font-family:"Lucida Grande", Arial, sans-serif;
	font-size: small;
}

table {
	text-align: center;
	margin: 0 auto;
	padding-top: 20px;
}

td {
	padding-bottom: 20px;
}

h1 {
	background-color: white;
	background-image:url(images/logogr.gif);
	background-repeat: no-repeat;
	width: 302px;
	height: 40px;
	margin: 30px 0 15px 0;
	padding: 0;
}

span {
	display: none;
}

a {
	color: #808080;
}

a:visited {
	color: #808080;
}

a:hover {
	color: #808080;
	text-decoration: none;
}

td {
	vertical-align: top;
	text-align: left;
}


strong {
	font-size: medium;
}

.left {
	float: left;
}

.right {
	float: right;
}

img {
	margin-right: 10px;
	border: 0;
	}
