* {
	margin:0;
	padding:0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #F9FAFB
}
#right_text_column {
	padding: 0 0 30px;
	color:#333;
	font-size:1.1em
}
#right_text_column .goback_top,
#right_text_column .goback_bottom {
	display:block;
	text-decoration:underline;
	color:#C26F04;
	padding-left:33px;
	padding-right:0;
	vertical-align:top
}
	#right_text_column .goback_top {
		background: url(images/bg_goback.jpg) 0 1px no-repeat;
		padding-top:0;
		padding-bottom:5px;
		border-bottom: #778C13 1px dotted;
	}
		#right_text_column .goback_top:hover {
			border-bottom: #778C13 1px dotted;
		}
	#right_text_column .goback_bottom {
		background: url(images/bg_goback.jpg) 0 6px no-repeat;
		padding-top:5px;
		margin-top:20px;
		padding-bottom:5px;
		border-bottom-style:none;
		border-top: #778C13 1px dotted;
	}
		#right_text_column .goback_bottom:hover {
			border-bottom-style:none;
			border-top: #778C13 1px dotted;
		}
#right_text_column h2 {
	font-family: "Trebuchet MS", "Times New Roman", serif;
	font-size:1.6em;
	line-height:1.3em;
	text-align:center;
	color:#778C13;
	margin: 0 0 12px
}
#right_text_column h3 {
	font-family: "Trebuchet MS", "Times New Roman", serif;
	font-size:1.4em;
	line-height:1.2em;
	text-align:center;
	color:#778C13;
	margin: 0 0 12px
}
#right_text_column p {
	text-indent:35px;
	margin: 10px 0
}
#right_text_column ul,
#right_text_column ol {
	margin: 10px 20px 10px 35px
}
	#right_text_column ul li {
		list-style: circle
	}
#right_text_column strong {
	line-height:1em;
	letter-spacing:0
}
#right_text_column em {
	line-height:1em;
	font-style:italic
}
#right_text_column a {
	text-decoration:none;
	color:#778C13;
	border-bottom: #778C13 1px dotted;
}
	#right_text_column a:hover {
		color:#778C13;
		border-bottom: #778C13 1px solid;
	}