html, body, form
{
	margin: 0;
	padding: 0;
}
html
{
	height:100%;
}
table  { 	border-collapse:collapse;	 }
table tr td { vertical-align:top; padding:0px; margin:0px; }
img { border:0px; }

.logo { padding-left:11px;}
.logo a{ text-decoration:none; }

.main_text_links { text-align:left; }
.main_text_links a
{
  font:13px Verdana;
  color:#0086f1;
  text-decoration:underline;
}

.main_text_links a:hover
{
  text-decoration:none;

}

.header_text_1
{
  padding-left:48px;
  font:19px 'Times New Roman';
  color:black;
}

.header_text_2
{
  padding-left:48px;
  font:40px 'Times New Roman';
  color:#d13600;
}

.footer_links
{
  font:12px Verdana;
  color:#0086f1;
}
.footer_links .blue { color:#0086f1; }
.footer_links .black { color:#565656; margin-top:5px; }
.footer_links .blue a { color:#0086f1; text-decoration:underline;}
.footer_links .blue a:hover { text-decoration:none; }
.footer_links .black  a { color:#565656; text-decoration:none;}
.footer_links .black  a:hover { color:#565656; text-decoration:underline;}

.main_block
{
  width:100%;
  margin-top:43px;
  font:12px Verdana;
  padding-left:26px;
}

.main_block p
{
  font:12px Verdana;
  line-height:1.5;
  padding-right:30px;
}


.main_block a 
{
  font:12px Verdana;
  text-decoration:underline;
  color: #0f8df2;
}

.main_block a:hover
{
  text-decoration:none;
}

.btn { border:0px; background:#eb4911; font:12px Verdana; height:25px; color:white; }

.left_offset_main_table { width:57px; }
body:nth-of-type(1) .chromehack { width:57px; }
