@charset "utf-8";
body {
	background-image: url(assets/bg.jpg);
	background-repeat: repeat;
	margin-top: 70px;
}
#linkcell {
	padding: 5px;
	background-image: url(assets/cellbg.jpg);
	background-repeat: no-repeat;
}
#infocell {
	padding: 5px;
}
#linkcell a  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
	color: #666666;
	display: block;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	padding-bottom: 8px;
	line-height: 14px;
	padding-top: 8px;
}
#infocell h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: lighter;
	color: #000000;
	padding-right: 130px;
}
#linkcell a:hover  {
	background-color: #000000;
	display: block;
	color: #FFFFFF;
	padding-left: 2px;
}
a {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	color: #993300;
}


#infocell p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	line-height: 18px;
	padding-right: 120px;
}
.formtext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 25px;
}


#indexlogo {
	margin-top: 100px;
	border: thick solid #FFFFFF;
}
.indextext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
}
