/* CSS Document */
form {
	margin-bottom:0;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: F6F6F6;
	border: 1px solid #AAAAAA;
}

input.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	font-weight:bold;
	background-color: F6F6F6;
	border: 1px solid #AAAAAA;

}

input.delete {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	font-weight:bold;
	background-color: F6F6F6;
	border: 1px solid #AAAAAA;

}
body {
	background-color: #FAF4E9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
.Bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.red{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #580000;
}

.stroke {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-top: 1px solid #FAF4E9;
	border-right: 1px none #FAF4E9;
	border-bottom: 1px none #FAF4E9;
	border-left: 1px none #FAF4E9;
}
.White {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
a.nav:link {
	text-decoration: none;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
a.nav:visited {
	text-decoration: none;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;	
}
a.nav:hover {
	text-decoration: none;
	color:#917C4D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;	
}
a.nav:active {
	text-decoration: none;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;	
}
.border {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4A4A4A;
	border-right-color: #4A4A4A;
	border-bottom-color: #4A4A4A;
	border-left-color: #4A4A4A;
	}