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

a {
	color:#d3d3d3;
	text-decoration:none;
}
a:visited {
	color:#d3d3d3;
}
a:hover {
	color:#fff;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
	color:#fff;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
pre, code, kbd, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before, q:after {
	content: "";
	content: none;
}
small {
	font-size: 85%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
.orange-bold{
	color:#cf9044;
	font-weight:bold;
}
.orange{
	color:#cf9044;
}
.txt-date{
	color:#c2b29c;
	font-size:11px;
	font-weight:bold;
}