/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FCEFCF;
	margin: 0px;
	padding: 0px;
	font-family: Futura, 'Century Gothic', AppleGothic, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #221b13;
	line-height:20px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

.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-11px {
	font-size: 11px;
	line-height:16px;
}

.text-white {
	color: #FFF;
}

.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-family: Cambria, Georgia, Times, 'Times New Roman', serif;
	font-size: 20px;
	font-weight: bold;
	color: #2a231b;
	text-decoration: none;
	line-height:16px;
}

.title_orange {
	font-family: Cambria, Georgia, Times, 'Times New Roman', serif;
	font-size: 20px;
	font-weight: bold;
	color: #E54F02;
	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;
}
