a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}
#Logo {
	float: left;
}
#logocell {
	display: inline;
}
#header {
	display: inline;
}
.inline {
	display: inline;
}


#bodycontainer {
	text-align: center;
	background-color: #FFFFFF;
	width: 650px;
}
.regulartext {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: small;
}
.smalltext {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: x-small;
}

p {
	margin-right: 8%;
	margin-left: 8%;
	text-align: justify;
}

.zindex1 {
	z-index: 1;
}
.linklist {
	margin-right: 10%;
	margin-left: 10%;
}
body {
	background-color: #ADD6DA;
	text-align: center;
}

