@charset "utf-8";
/* CSS Document */

.links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #128BB4;
	text-decoration: none;
}
.menu {
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #000000;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #d7d7d7;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #128BB4;
	text-decoration: underline;
}
li {
	list-style-type: square;
	indent: -20px;
}
ul {
	indent: -20px;
}
img {
	border: 0;
}
.title {
	font-size: 16px;
	font-weight: bold;
}
.seqslidestyle{
margin-right: 15px;
}
#space {
	margin: 3px;
	padding: 3px;
}
#space2 {
	height: 21px;
	margin: 3px;
	padding: 3px;
}
#top {
	position: absolute;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.top {
	margin-left: auto;
	margin-right: auto;
	valign: top;
}
