@charset "UTF-8";
body {
	background-color:#2e2119;
	font-size:12px;
	line-height:22px;
	font-family:"Trebuchet MS";
	padding:0px;
	margin:0px;
	color:#665d59;
	text-align:center;
	font-weight: normal;
	}
	
a {
	color:#ba525c;
	text-decoration:underline;
	}

a:hover {
	color:#9d0917;
	text-decoration:underline;
	}
strong {
	font-weight: bold;
	color: #18130C;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	letter-spacing: .05em;
	text-transform: uppercase;
}
.header {
	font-weight: bold;
	text-transform: uppercase;
	color: acd1d3;
}
.order {
	font-size:12px;
	line-height:22px;
	font-family:"Trebuchet MS";
	padding:0px;
	margin:0px;
	color:#000000;
	text-align:left;
	font-weight: normal;
}
.required {
	font-size:12px;
	font-family:"Trebuchet MS";
	padding:0px;
	margin:0px;
	color:#FF0000;
	text-align:left;
	font-weight: normal;
}
input {
	border: 1px solid #999999;
}
