html {
overflow:-moz-scrollbars-vertical;
}
body {
	font-family: Arial, Tahoma, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	color: #8B7D72;
	background-color: #FFFFFF;
	margin: 0px;
	line-height: 15px;
}
a {
	text-decoration: underline;
	color: #0095BF;
}
a.footer {
	color: #8B7D72;
	font-size: 10px;
}
a:hover {
	text-decoration: none;
}
.text_16px {
	font-size: 16px;
}
.text_copyright {
	font-size: 10px;
	color: #8B7D72;
}
.text_copyright_symbol {
	font-size: 14px;
	color: #8B7D72;
}
.text_blue {
	color: #0095BF;
}
.text_dark_blue {
	color: #0C3A6C;
}
.text_red {
	color: #CF142B;
}
.text_green {
	color: #6DB33F;
}
.bg_white {
	background-color: #FFFFFF;
}
.bg_line_drk_grey {
	background-color: #999999;
}
.bg_grey {
	background-color: #B3A99D;
}