body {
	background-color:	#B5B5B5;
	margin:			20px 0px 0px 0px;
	padding:		0px;
}

p {
	font-family: 		arial, helvetica, sans-serif;
	font-size:		12px;
	font-weight:		normal;
	text-align:		left;
	color:			#747474;
}

ul {
	font-family:            arial, helvetica, sans-serif;
        font-weight:            normal;
	font-size:		12px;
	list-style-type:	square;
	padding-left:		15px;
        color:                  #747474;
}

ol {
	font-family:            arial, helvetica, sans-serif;
        font-weight:            normal;
	font-size:		12px;
	padding-left:		15px;
        color:                  #747474;
}

a {
	font-family:		arial, helvetica, sans-serif;
	font-size: 		12px;
	text-decoration: 	none;
	color: 			#9B6A6E;
}

a:link {
	text-decoration: 	none;
}

a:visited {
	text-decoration: 	none;
}

a:active {
	text-decoration: 	none;
}

a:hover {
	text-decoration: 	underline;
}

h1 {
	font-family: 		arial, helvetica, sans-serif;
	font-size:		17px;
	font-weight:		bold;
	text-align:		left;
	color:			#9B6A6E;
	margin-top:		0px;
	margin-bottom:		0px;
	padding-top:		15px;
	padding-bottom:		0px;
}

h2 {
	font-family: 		arial, helvetica, sans-serif;
	font-size:		14px;
	font-weight:		bold;
	text-align:		left;
	color:			#747474;
	margin-top:		0px;
	margin-bottom:		0px;
	padding-top:		0px;
	padding-bottom:		0px;
}

h3 {
	font-family: 		arial, helvetica, sans-serif;
	font-size:		14px;
	font-weight:		bold;
	text-align:		left;
	color:			#747474;
	margin-top:		10px;
	margin-bottom:		0px;
	padding-top:		10px;
	padding-bottom:		0px;
}

textarea {
	font-family: 		arial, helvetica, sans-serif;
	font-size:		12px;
	font-weight:		normal;
	text-align:		left;
	color:			#747474;
	width:			300px;
}

select {
	font-family: 		arial, helvetica, sans-serif;
	font-size:		12px;
	font-weight:		normal;
	text-align:		left;
	color:			#747474;
}

input {
	font-family: 		arial, helvetica, sans-serif;
	font-size:		12px;
	font-weight:		normal;
	color:			#747474;
}

.fixed_background {
	background-repeat:	no-repeat;
	background-position:	top right;
}

.form_input {
	font-family: 		Arial; 
	font-size: 		12px;  
	width:			200px;
}
