/* CSS Document */

#shell { position:absolute;
	top: 25px;
	left: 25px;
	width: 775px;
	font: 10.5pt/14pt "Times New Roman", Times, serif;
	}

#nav {position: absolute;
	top: 0px;
	left: 271px;
	}

#entry {position:absolute;
	top: 155px;
	left: 0px;
	width: 125px;
	height: 135px; 
	border: 1px solid #f52c52;
	text-align:center;
	line-height:12pt;
	}

#entry #text {font-size: 9pt;
	color: #f52c52;
	margin: 6px;
	text-align:center;
	}

#contact {position:absolute;
	top: 330px;
	left: 0px;
	width: 125px;
	font-size: 9pt;
	color: #f52c52;
	text-align:center;
	text-decoration: underline;
	}	
	
.goodform  {font-size: 4pt;
	margin-top: 5px;
	}	

a:link {
	color: #f52c52;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #f52c52;
}
a:hover {
	text-decoration: underline;
	color: #97a8f5;
}
a:active {
	text-decoration: none;
	color: #f52c52;
}