@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	color: #5c5852;
}

h2 {
	margin: 0px;
	color: #000;
	font-size: 13px;
	font-weight: normal;
}

h3 {
	margin: 0px;
	color: #c71f6e;
	font: bold 1.3em Arial;
}

h3 a:link{
	margin: 0px;
	color: #c71f6e;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

h3 a:visited{
	margin: 0px;
	color: #c71f6e;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

h3 a:hover{
	margin: 0px;
	color: #000;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
	background: url(../images/link-arrow.png) no-repeat right;
	padding-right: 20px;
}

a:link {
	color: #6c5635;
	text-decoration: underline;
}

a:hover {
	color: #6c5635;
	text-decoration: none;
}

a:active {
	color: #6c5635;
	text-decoration: underline;
}

a:visited {
	color: #6c5635;
	text-decoration: underline;
}

A.class_links:link {
	color: #7e6347;
	font-size:8px
	text-decoration: none;
}
A.class_links:visited {
	color: #7e6347;
	font-size:8px
	text-decoration: none;
}
A.class_links:hover {
	color: #eee6de;
	font-size:8px
	text-decoration: underline;
}

A.class_links:active {
	color: #7e6347;
	font-size:8px
	text-decoration: none;
}

.address-text {
	color: #c71f6e;
}

