@charset "UTF-8";
/* CSS Document */


.style1 {font-family: Arial, Helvetica, sans-serif; font-size: 16px; color:#000000; font-weight:normal;}




.style2 {font-size: 18px}



a.style4:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color:#000; 
	text-decoration: none; font-weight:bold;

}
a.style4:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color:#000;
	text-decoration: none; font-weight:bold;
	
}



.purplebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color:#CCCCFF;
	border-bottom:solid black 1px;
	width:100%;
}

#rightbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#950A09;
	float:right;
	width: 350px;
	margin-top:50px;
	margin-bottom:10px;
}

#enterbutton {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#CCCCFF;
	border:solid black 2px;
	width:200px;
	float:right;
	padding: 4px 4px 4px 4px;
	margin-top:4px;
}

#enterbutton a {
font-size: 16px;
	color:#003333;
	font-weight:bold;
	text-decoration:none;
}

#enterbutton a:hover {
font-size: 16px;
	color:#003333;
	font-weight:bold;
	text-decoration:underline;
}

#subpagelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
	background-color:#FA9A38;
	border:solid black 2px;
	width:auto;
	float:right;
	padding: 4px 4px 4px 4px;
	margin-top:100px;
}

