*{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#472a2b;
	line-height:150%;
}

h1,h2 {
	font-weight:bold;
	font-size : 20px;
	text-decoration : none;
	padding: 0;
	margin: 0;
}

h3 {
	color : #472a2b;
	font-weight:bold;
	font-size : 16px;
	text-decoration : none;
	padding: 0;
	margin: 0;
	padding-bottom:14px;
}

h4{
	font-size:9px;
	color : #472a2b;
	font-weight:bold;
	text-decoration : none;
	padding: 0;
	margin: 0;
	padding-bottom:0px;
}

.courier{
	font-family:"Courier New", Courier, monospace; 
	font-size:16px;
	font-weight:bold;
	color: #472a2b;
	text-decoration:none;
}

.small{
	font-size : 10px;
}

input.search {
	color: #472a2b;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #472a2b;
	padding: 5px 5px;
	margin: 0px;
	background-color: #d8cece;
}

.white{
	color:#fff;
}

.gray{
	color:#777;
}

.error{
	color:#F00;
}

hr {
	color:#ccc;
	background-color:#ccc;
	height:1px;border:none;
	margin-bottom: 10px;
	margin-top: 10px;
}
