@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */

body {	
	background-color: #e3e3e3;
}
h6 {
	font-family: "Courier New", Courier, monospace;
	text-decoration: underline;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #CCC;
	font-size:38px;
	line-height:32px;
	text-align: center;
	color: #999999;
	margin-top:0px;
	margin-bottom: 4px;
}
h1 {
	/* set by textentry.html and tinymce.js... */	
}
h1.top {
	 font-family: "Courier New", Courier, monospace; text-decoration: underline; text-transform: uppercase;
	text-shadow: 1px 1px 2px #333; font-size: 34px; color: #1fc61f; margin-top:0px; margin-bottom: 4px;
}
ul
{
	list-style-type:none;
	padding:0px;
	margin:0px;
}

#fixed
{
	position:fixed;
	top:8px;
	left:12px;
}
div
{
	width:595px;
	margin-top:8px;
	margin-left:204px;
}

a
{
	font-size:16px;
	font-stretch:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:150%;
	text-decoration:none;
	cursor:alias;
}

a:link { color:#365dd9; }

a:visited { color:#365dd9; }

a:hover { color:#929ec3; }

a:active { color:#c7cfe7; }

.blurb {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	font-style:italic;
	font-size:14px;
	color:#696969;
	margin-bottom:0px;
}
input, select
{
	color: #12204b;
	font-size:10px;
	background: #d0d1c6;
	border: 1px outset #6a8dfd;
	border-radius:13px;	
	padding-left:6px;
	padding-right:6px;
	padding-top:2px;
	padding-bottom:2px;
	margin-top:0px;
	margin-bottom:8px;
	margin-left:0px;
	margin-right:0px;
	cursor:alias;	
}