@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #f1f1f0;
}

.header {
	border-bottom: 1px solid #e94647;
}

.footer {
	font-size: 12px;
	color: #999999;
	padding-top: 15px;
	border-top: 1px solid #e94647;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-size: 15px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

a {
	color: #e94647;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background: #FFFFFF url(graphics/form-back.gif) repeat-x left top;
}

	
	 

