body { font-family: "Trebuchet MS"; background-color: #641433 }
a   { 
	text-shadow: 0px 0px; 
	text-decoration: none; 
	font-size: 11px;
	color: #b10741;
	font-family: Arial, "Trebuchet MS", Geneva, Helvetica, SunSans-Regular, sans-serif;
	}
a:visited   { 
	text-decoration: none; 
	font-size: 11px;
	color: #b85886;
	font-family: Arial, "Trebuchet MS", Geneva, Helvetica, SunSans-Regular, sans-serif;
	}
a:hover   {  
	text-decoration: underline; 
	font-size: 11px;
	color: #df2d73;
	font-family: Arial, "Trebuchet MS", Geneva, Helvetica, SunSans-Regular, sans-serif;
	}
a:active    { 
	text-decoration: none; 
	font-size: 11px;
	color: #b10741;
	font-family: Arial, "Trebuchet MS", Geneva, Helvetica, SunSans-Regular, sans-serif;
	}

.input {
	border-left-color: #761d2f;
	border-bottom-color: #430b1e;
	border-right-color: #430b1e;
	border-top-color: #761d2f;
	margin: 1px;
	border-width: 1px;
	border-style: solid;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #54001e;
	color: #c28e9e;
	font-size: 11px;
	font-family: "Trebuchet MS";
}
.inputdisa {
	margin: 4px;
	border-style: none;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #f9f9f9;
	color: #353535;
	font-size: 11px;
	font-family: "Trebuchet MS";
}
.trform { padding-left: 2px; padding-bottom: 3px; padding-right: 2px; padding-top: 3px; border-bottom-width: thin; border-bottom-color: #c09090; border-left-style: none; border-bottom-style: solid; border-right-style: none; border-top-style: none; }
.txtform { font-family: "Trebuchet MS"; color: #ffeff6; font-size: 10px; }
