body, body div, body p, body th, body td, body li, body dd
{
	color: #000;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 120%;
/* These work in IE only, changes the look of the scrollbar + textareas */
    scrollbar-base-color: #0E694A;
    scrollbar-highlight-color: #0E694A;
    scrollbar-track-color: #EDEDCB;
    scrollbar-darkshadow-color: #999;
    scrollbar-3dlight-color: #FC0;
    scrollbar-shadow-color: #666;
    scrollbar-arrow-color: #FFF;
}

body{
  margin: 0;
	padding: 0;
	background-image:url("cathy-tile.gif")
}

a
{
	text-decoration: none;
	background-color: transparent;
	color: BLUE;
}

a:visited { color: BLUE; }
a:hover { text-decoration: underline; }

/* HEADER TYPE FONTS */

h1
{
	color: NAVY;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	margin: 9px 0px 6px 0px;
}
h2
{
	color: MAROON;
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	text-align: left;
	margin: 9px 0px 3px 0px;
}
h3
{
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-align: left;
	margin: 6px 0px 3px 0px;
}

input
{
	border-color: #FC0;
	border-style: solid;
	border-width: 1px;
	background-color: #FFF;
	vertical-align: middle;
	margin-bottom: 1px;
	/* IE bug fix */
	padding: 0.1em;
}

input.button1 {
	background-color: #FC0;
  font-size: 100% ! important;
  margin-bottom: 1px ! important;
	/* This only works in Mozilla */
  -moz-border-radius: 25%;
}

p
{
	margin: 3px 0px 2px 0px;
	text-align: left;
}

td.highlight1 a
{
	color: #FFF;
}

.table1 table
{
	align: middle; 
	padding: 5px;
	border-color: WHITE;
	border-width: 4px;
	border-style: solid;
	background-color: #cd7f32;
	border-collapse: collapse;
}

.table1 td
{
	align: middle;
	width: 600px;
	height: 350px; 
	padding: 15px;
	background-color: #cd7f32;
	border-color: BLACK;
	border-width: 4px;
	border-style: solid;
	margin: 0px;
	vertical-align: middle;
	text-align: center;
}

.table1 th
{
	border-color: white;
	border-width: 2px;
	border-style: solid;
	color: white;
	font-weight: bold;
	text-align: center;
	/* 	font-style: italic; */
	background-color: black;
	padding: 5px;
	margin: 0px;
}

