/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #483d32;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #221b13;
	line-height:16px;
}

.normallink {
	font-weight: normal;
	color: #FD8102;
	text-decoration: underline;
}

.normallink:hover {
	font-weight: normal;
	color: #FD8102;
	text-decoration: none;
}

.smalllink {
	font-size: 10px;
	line-height:16px;
	font-weight: normal;
	color: #FD8102;
	text-decoration: underline;
}

.smalllink:hover {
	font-size: 10px;
	line-height:16px;
	font-weight: normal;
	color: #FD8102;
	text-decoration: none;
}

.text-10px {
	font-size: 10px;
	line-height:16px;
}

.text-new-10px {
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
	line-height:16px;
}

.text-white {
	color: #FFFFFF;
	line-height:16px;
}

.text-copyright {
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	line-height:16px;
}

.copyrightlink {
	font-size: 10px;
	line-height:16px;
	font-weight: normal;
	color: #E3E1D5;
	text-decoration: none;
}

.copyrightlink:hover {
	font-size: 10px;
	line-height:16px;
	font-weight: normal;
	color: #FD8102;
	text-decoration: underline;
}

.title {
	font-size: 16px;
	font-weight: bold;
	color: #2a231b;
	text-decoration: none;
	line-height:16px;
}

.right_border-light {
	border-right: 1px dotted #BBBBBB;
}

.bottom_border-dark {
	border-bottom: 1px dotted #333333;
}

.right_border-light {
	border-right: 1px solid #BBBBBB;
}