body {
	background-image: url('/images/website_background.gif');
	margin-top: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

body, td, th, h3, h6 {
	color: #330000;
}

h1, h2, h4, h5 {
  color: #660000;
}

p {
	text-align:left;
	}

a {
	color: #003366;
}
table {
}
td {
	vertical-align: top;
	text-align: left;
}
select {
	background-color: #FFCC99;
}
input {
	background-color: #FFCC99;
}
textarea {
	background-color: #FFCC99;
}
.alert {
	font-style: italic;
	font-weight: bold;
	color: #003300;
	font-size: 12px;
}
.note {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.alertCenter {
	font-style: italic;
	font-weight: bold;
	color: #003300;
	font-size: 12px;
	text-align: center;
}
.transpinput {
	background: trasparent;
}

