.center {
	position:relative;
	height: auto;
	width: 640px;
	margin: 0 auto;
	top: 0px;
	v-align: top;
	
}

.index {
	position:relative;
	height: auto;
	width: 640px;
	margin: -45 auto;
	top: 0px;
	
}


a {
	font-family: "Franklin Gothic Book";
	color: #000000;
	text-decoration: none;
	border-left-width: thin;
	border-right-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	font-variant: small-caps;
}


body {
	text-align: center;
	font-family: "Franklin Gothic Book";
	color: #000000;
	background-color: #666666;
}
h1 {
	text-align: center;
}

.upsize {
	font-size: 150%;
}

.foot {
	position:relative;
	height: auto;
	width: 640px;
	margin: 0 auto;
}

.indexfoot {
	position:relative;
	height: auto;
	width: 640px;
	margin: 40 auto;
}