/* CSS Document */

body {
	background-color: #a7abac;
	margin-top: 0;
	margin-bottom: 0;
}

.heading {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #a7abac;
}

.maintext {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial;
	font-size: 11px;
	line-height: 19px;
}
.maintext	a:link {
	color: #333333;
	text-decoration: none;
}
.maintext	a:visited {
	text-decoration: none;
	color: #333333;
}
.maintext	a:hover {
	text-decoration: underline;
	color: #333333;
}
.maintext	a:active {
	text-decoration: none;
	color: #333333;
}

.scroll {
	overflow: auto;
	height:130px;
}

.footer {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial;
	font-size: 10px;
	color: #CCCCCC;
}
.footer	a:link {
	color: #CCCCCC;
	text-decoration: none;
}
.footer	a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
.footer	a:hover {
	text-decoration: none;
	color: #848484;
}
.footer	a:active {
	text-decoration: none;
	color: #CCCCCC;
}

.button {
  font-family: Trebuchet MS, Tahoma, Verdana,Arial, Helvetica, sans-serif;
  background-color: #ffffff;
  color: #000000;
  font-size: 11px;
  font-weight: normal;
  border-width: 1px; 
  border-style: solid;
  border-color: #666666;
  background:url(http://www.lisetterademakers.com/images/button-bg.gif) repeat-x left top;
}

.field {
  font-family: Trebuchet MS, Tahoma, Verdana,Arial, Helvetica, sans-serif;
  background-color: #ffffff;
  color: #000000;
  font-size: 11px;
  font-weight: normal;
  border-width: 1px; 
  border-style: solid;
  border-color: #666666;
}