*
{
	margin: 0;
	padding: 0;
}
body
{
	background: #F0F0F0;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 0.9em;
	line-height: 1.53em;
    /*min-width: 1150px;*/
    color: #000;
	text-shadow: 0.05em 0.05em 0 rgba(0, 0, 0, 0.1);
}
ul
{
	list-style: none;
}
a
{
	text-decoration: none;
	color: #006EC8;
}
a img
{
	border: none;
}
table
{
	border-collapse: collapse;
}
.clear:after
{
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix::after {
    clear: both;
    display: block;
    content: " ";
    height: 0px;
    visibility: hidden;
}
.clear
{
	min-height: 1px;
}
.fl_left
{
	float: left !important;
}
.fl_right
{
	float: right !important;
}
.f_red
{
	color: #DD0024 !important;
}
.f_green
{
    color: #35A200;
}
.f_gray
{
    color: gray;
}
.f_blue
{
    color: #006EC8 !important;
}
.f_black
{
	color: #000;
}
.ta_cent
{
	text-align: center;
}
.ta_right
{
	text-align: right;
}
.disp_none
{
	display: none;
}
.marg_tb
{
	margin: 1.6em 0 !important;
}
.no_pad
{
	padding: 0 !important;
}
.no_marg
{
	margin: 0 !important;
}
input,
select,
textarea
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 0.9em;
	line-height: 1.53em;
}
.brd_none,
.brd_none td
{
	border: none !important;
}