body {
	background-image: url(../images/bkgrd.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F9CA5C;
}

.text {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #000000;
}

.textNote {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}

A:link {
	text-decoration:underline;
	color: #404040;
	
}
A:visited {text-decoration:underline;
	color: #404040}
	
A:hover{text-decoration:underline;
	color: #4E74F9}
	
.textFooter {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #330000;
	font-weight: normal;
}

.textWhite {

	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #FFFFFF;
}

.border {
	border: 2px solid #000000;
}
.border3 {
	border-top: 2px solid #000000;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.title {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 16px;
	color: #330000;
	font-weight: bold;
}

.textForm {

	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
}

.textBox {
	border: 1px solid #6C7379;
}

.button {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	background-color: #6C7379;
	border: 1px solid #FFFFFF;
	margin: 2px;
	padding: 2px;
}

.border2 {
	border-top: 1px dashed #000000;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
ul {margin-left: 1.2em; padding-left: 0;}
.red {
	color: #E40001;
}
