body, table {
	font-size:10pt;
	font-family:Geneva,Verdana,Arial;
}

p {
	font-size:10pt;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin:20px;
	letter-spacing:2px;
}

h1 {
	font-size:24pt;
}

h2 {
	font-size:20pt;
}

/* footer for the site*/
.footer {
	font-size:8pt;
	font-family:Geneva, Arial, Helvetica, sans-serif;	
	letter-spacing:2px;
}


/* the email box on front page */

.email {
	font-family: Geneva,Arial;
	font-size:8pt;
	color:blue;
	width:90px;
}

.emailheader {
	font-family: Geneva,Arial;
	font-size:8pt;
	color:black;
	width:90px;
}

.emailsubmit {
	font-family: Geneva,Arial;
	background-color:black;
	font-size:8pt;
	color:white;
	width:76px;
	text-align:center;
	vertical-align:middle;
	cursor:hand;
	font-weight:bolder;
}

div#logo {
	visibility:hidden;
	display:none;	
	}
fieldset
{	
	width:85%;
	padding:10px;
}
	
/* temp style sheet */	
tr#s
{
	visibility:hidden;
	display:none;	
}

#box
{
	border: 1px black solid;	
	/*width: 70%;*/
	cursor: hand;
}
/*search format */

a.results:link, .search {
	text-decoration:underline;
}

a.results:visited {
	text-decoration:underline;
}

a.results:hover {
	text-decoration:underline;
	color:#f00;
}

a.search:link, .search {
	text-decoration:none;
	font-size:10px;
}

a.search:visited {
	text-decoration:none;
	font-size:10px;
}

a.search:hover {
	text-decoration:underline;
	font-size:10px;
	color:#f00;
}

