body, td, th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: none; }

.preface {
	font-size:13px;
}

.content_text { color:#000000; font-size:13px; }

.location_block { background-color:#f1f1f1; }

.location_link { font-size:13px; color:#c4151c;}
a.location_link:link { text-decoration: none;  color:#c4151c;}
a.location_link:visited { text-decoration: none;  color:#c4151c;}
a.location_link:hover { text-decoration: underline; color:#c4151c; }
a.location_link:active { text-decoration: none; color:#c4151c;}

.right_line {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.left_line {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.both_line {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}