/* Firm 57 */
/* MileTracker */
/* Created June 5, 2008 - TR
--------------------------------------- */

body, #frame, #container, #wrapper, #header, #navigation, #footer, #feature, #mainCol, #subCol, #extraCol, .content, .contents {position: static; text-align: left; text-indent: 0; background: White; color: Black; border-color: Black; width: auto; height: auto; display: block; float: none; min-height: 0; margin: 0; padding: 0;}

body {
	background: #FFF;
	font-size: 10pt !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	line-height: 1.5;
	color: #000;
	padding: 0 3%;
	}

.hide, .nav, #logInForm, #promo {
	display: none !important;
	}

a:link, a:visited {
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}

hr { 
  background:#ccc; 
  color:#ccc;
  width:100%;
  height:2px;
  margin:2em 0;
  padding:0;
  border:none;
}

h1,h2,h3,h4,h5,h6 { font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif; }
code { font:.9em "Courier New", Monaco, Courier, monospace; } 

img { float:left; margin:1.5em 1.5em 1.5em 0; }
a img { border:none; }

blockquote {
  margin:1.5em;
  padding:1em;
  font-style:italic;
  font-size:.9em;
}

.small  { font-size: .9em; }
.large  { font-size: 1.1em; }