* {
	margin: 0;
	padding: 0;
}
a {
	font-weight: bold;
	color: #bb4835;
	text-decoration: underline;	
}
a:hover {
	text-decoration: none;
}
address {
	font-style: normal;
	margin: 0 0 20px 0;
}
body {
	background: url(../images/src/background.png) repeat-x;
	background-color: #e9e6cf;
}
body, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #443627;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 12px 0;
	font-size: 15px;
	font-weight: bold;
	color: #bb4835;
}
hr {
	background-color: #000000;
	height: 1px;
	border: 0;
	margin: 0 0 10px 0;
}
img  {
	border: 0;
}
p {
	margin: 0 0 10px 0;
}
#column-left ul {
	list-style-position: inside;
	list-style-type: square;
	margin: 0 0 10px 0;
}
#column-left ol {
	list-style-position: inside;
	list-style-type: decimal-leading-zero;
	margin: 0 0 10px 0;
}