/* CSS Document */

body {
	background-color:#FFFFFF;
}

.logo_cell {
	margin: 0 auto;
	text-align:center;
	vertical-align:middle;
}

.tableMargin {
	width:62px;
}
.contentTable
{
	background-image: url(../images/background.gif);
	background-repeat:no-repeat;
	text-align:center;
	background-color:#FFFFFF;
	width:692px;
	max-width:692px;
	margin:auto;
	font-family:"Courier New", Courier, mono;
	font-size:small;
}
.contentCell
{
	font-family:"Courier New", Courier, mono;
	font-size:medium;
	padding:1em;
}
sup, sub {
	font-size:large;
}
h1 {
	color:#669900;
	font-family:"Courier New", Courier, mono;
}

h3 {
	color:#669900;
	font-family:"Courier New", Courier, mono;
}
.menu {
	font-family:"Courier New", Courier, mono;
	font-size:large;
	font-weight:bold;
	color:#669900;
}
.dash_rule {
	color:#669900;
}
hr {
	border-bottom:1px dashed #669900;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	height:1px;
	display:block;
}
.contactInfo{
	text-align:center;
	font-size:x-small;
}
/* FORM STYLES */
textarea {
	width:350px;
	border-color:#669900;
	border-width:thin;
	border-style:solid;
}
input {
	width: 250px;
	border-color:#669900;
	border-width:thin;
	border-style:solid;
}
input.button {
	width:auto;
}
