body {
	margin: 4px;
	padding: 0;
	line-height: 1;
	font-family: Helvetica, arial, sans-serif;
	font-size: 16px;

}
p {
	position: relative;
	margin: 0;
	text-align: left;
}

p.quote {
	padding: 5px;
	margin-left: 50px;
	background-color: rgb(255,255,204);
	border: 1px solid rgb(230,233,249);
	clear: both;
}
p.quote:before {
	content: "“";
	font-size: xx-large;
	color: rgb(130,130,130);

}
p.quote:after {
	content: "”";
	font-size: xx-large;
	color: rgb(130,130,130);
}

img {
	border-style: none
}

ul, ol {
	margin: 1em 0;
	padding-left: 40px;
}

li ul, li ol {
	margin: 0;
}

ul {
	list-style-type: disc;
}

li ul {
	list-style-type: circle;
}

li li ul {
	list-style-type: square;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

#rm__body h1 {
	font-size: 30px;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 1em 0 0 0;
	padding: 0;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 1em 0 0 0;
	padding: 0;
}
.intro {
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	color: #8fe0d9;
}
.hometxt .intro {
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	color: #000;
}
.intro a {
	background: url(../img/arrows.png) no-repeat scroll right -398px;
	color: #8fe0d9;
	font-weight: normal;
}

.image_dotted {
	border: 2px dotted #000;
	line-height: 0em;
}
/*.image_dotted img {
	width: 296px !important;
	height: auto !important;
	float: none !important;
}*/
.read_more a {
	text-decoration: none;
	padding: 3px 18px 3px 0px;
	margin-right: 3px;
	background: url(../img/arrows.png) no-repeat scroll right 0px;
	color: #000;
	font-weight: bold;
}

a {
	text-decoration: none;
	padding: 3px 18px 3px 0px;
	margin-right: 3px;
	background: url(../img/arrows.png) no-repeat scroll right 0px;
	color: #000;
	font-weight: bold;
}
