<style type="text/css">

body {
	/*	FF 3.0.4 does not seem to render a background unless html <body> is IDed and CSS body definition is empty... 
		This workaround will do for now, hopfully i can fix this later												*/
}

#bg {
	background-color: #F0F0F0;	/* Neutral gray */
}

#debug {
	font-family: "Courier New", Courier, monospace;	
	font-size: 75%;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline overline;
	color: #FF0000;
}

table {
	border: 1px none black;
}

th {
	border-bottom: 1px solid black;
}

#header {
	text-align: left;
	vertical-align: top;
}

#header table {
	background-color: #CCC;
	border: 1px solid black;
	/* padding-left: 15px; */
	padding-left: 15px;
	padding-right: 15px;
}

#footer {
	text-align: center;
	font-size: 65%;
	font-style: italic;
	color: #33AABB;		/* Aqua */
}

hr {
	text-align: left;
	width: 75%;
}

.opt_hightlight button {
	display: none;
}

.opt_highlight tr:hover td {
	background-color: #66CCFF;
}

.pageTitle {
	font-size: larger;
	font-style: italic;
}

p {
	margin-right: 25%;
}

input {
	border: 1px solid black;
}

#notice {
	border: 3px dashed #FF0;
	background-color: #777;
	padding: 3px 5px 3px 5px;
}

/* Display debugging */
/*
td {
	border: thin dashed #BBBBBB;
}

img {
	border: thin solid black;
}
*/
</style>
