@font-face {
    font-family: 'LatoThin';
    src: url('../fonts/Lato-Thin.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato-Thin.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Lato-Thin.ttf') format('truetype'); 
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'helveticaneuelight';
    src: url('http://snippethosted.googlecode.com/svn/helveticaneue-light-webfont.eot');
    src: url('http://snippethosted.googlecode.com/svn/helveticaneue-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://snippethosted.googlecode.com/svn/helveticaneue-light-webfont.woff') format('woff'),
         url('http://snippethosted.googlecode.com/svn/helveticaneue-light-webfont.ttf') format('truetype'),
         url('http://snippethosted.googlecode.com/svn/helveticaneue-light-webfont.svg#helveticaneuelight') format('svg');
    font-weight: normal;
    font-style: normal;
    
}
/*@import url("//hello.myfonts.net/count/2bc0e0");*/

  
	@font-face {font-family: 'HelveticaNeueLTStd-UltLt';
	src: url('/includes/fonts/2BC0E0_0_0.eot');
	src: url('/includes/fonts/2BC0E0_0_0.eot?#iefix') format('embedded-opentype'),
	url('/includes/fonts/2BC0E0_0_0.woff') format('woff'),
	url('/includes/fonts/2BC0E0_0_0.ttf') format('truetype');}
 
body{
	font-family:arial;
   color:#7d7e82;
   line-height:20px !important;font-size:13px;
}
table td{
	 line-height:20px !important;font-size:13px;
}
.container{
	width:936px;
}

h3{
	color:#1c3f94 !important;
	font-size:27px !important;
	font-family: "HelveticaNeueLTStd-UltLt", Helvetica, Arial, "Lucida Grande", sans-serif; 
}
h2{
	color:#1c3f94;
	font-family: "HelveticaNeueLTStd-UltLt", Helvetica, Arial, "Lucida Grande", sans-serif; 
	margin-bottom:3px;
	margin-top:0px;
}

h1{
	color:#1c3f94;
	font-family: "HelveticaNeueLTStd-UltLt", Helvetica, Arial, "Lucida Grande", sans-serif; 
	margin-top:0px;
	margin-bottom:12px;
}
h4{
	color:#a7a9ac;
	font-family: "HelveticaNeueLTStd-UltLt", Helvetica, Arial, "Lucida Grande", sans-serif;
}

section{
	padding-left:10px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td
{
	padding-left:0px;
	padding-right:8px;
	padding-bottom:8px;
	padding-top:8px;
}

 // Landscape phones and down
  @media (max-width: 480px) {  }

  // Landscape phone to portrait tablet
  @media (max-width: 768px) {  }

  // Portrait tablet to landscape and desktop
  @media (min-width: 768px) and (max-width: 980px) {  }

  // Large desktop
  @media (min-width: 1200px) {  }