@charset "utf-8";

@font-face{
	font-family:"Helvetica W01 Narrow Rg";
	src:local("Arial Narrow"),
		local("Arial-Narrow");
	src:url("/assets/fonts/_____.eot.eot");/* IE9 Compatibility Modes */
	src:url("/assets/fonts/_____.eot.eot?iefix") format("embedded-opentype"), /* IE6 – IE8 */
		url("/assets/fonts/_____.woff") format("woff"), /* Modern Browsers: IE9, FF 3.5, Chrome */
		url("/assets/fonts/_____.ttf") format("truetype"), /* Safari, Android, iOS */
		url("/assets/fonts/_____.svg#_____") format("svg"); /* Legacy iOS */
	font-weight:medium;/* 400 */
	font-style:normal;
}

@font-face{
	font-family:"Helvetica W01 Narrow Bd";
	src:local("Arial Narrow Bold"),
		local("Arial-NarrowBold");
	src:url("/assets/fonts/_____.eot");/* IE9 Compatibility Modes */
	src:url("/assets/fonts/_____.eot?iefix") format("embedded-opentype"), /* IE6 – IE8 */
		url("/assets/fonts/_____.woff") format("woff"), /* Modern Browsers: IE9, FF 3.5, Chrome */
		url("/assets/fonts/_____.ttf") format("truetype"), /* Safari, Android, iOS */
		url("/assets/fonts/_____.svg#_____") format("svg"); /* Legacy iOS */
	font-weight:bold;/* 700 */
	font-style:normal;
}

body{
	color:#000;
	font-family:"Helvetica W01 Narrow Rg", "Arial Narrow", "Arial-Narrow", sans-serif;
/*	font-family:Tahoma, Arial, sans-serif;*/
	font-size:100%;/* 62.5em */
	font-style:normal;/* italic | oblique | normal | inherit */
	font-variant:normal;/* small-caps | nornal | inherit */
	font-weight:normal;/* lighter | light | normal | bold | bolder | 100 - 900 | inherit */
	/* In CSS leading is the difference between font-size and line-height divided in half and applied to the top and bottom of a line */
	letter-spacing:1px;/* normal | -.1em | 2px | inherit */
	line-height:1.2;/* normal | 1.1em | inherit */
	text-align:left;
	text-decoration:none;/* underline | overline | line-through | blink | inherit */
	text-indent:0;
	text-transform:none;/* uppercase | lowercase | capitalize | none | inherit */
	vertical-align:baseline;/* baseline | sub | super | top | text-top | middle | bottom | text-bottom | <percentage> | <length> | inherit */
	white-space:normal;/* normal | nowrap | pre | pre-wrap | pre-line | inherit */
	word-spacing:1px;
}

a{
	color:inherit;
	outline:0;
	text-decoration:none;
}/* Specificity = 1 */
a:link{ color:inherit; }/* Specificity = 11 */
a:visited{ color:inherit; }
a:hover{ color:#00F; }
a:active{ color:#FF0; outline:0; }
a:focus{ color:#F0F; text-decoration:underline }

h1, h2, h3, h4, h5, h6{
	font-weight:bold;
	padding:4px 20px;
}
h1, h2{
	padding:.4em 0;
	text-align:center;
}
h1{
	font-size:2em;
}
h2{
	font-size:1.6em;
}
h3{
	font-size:1.2em;
}
h4{
	font-size:1em;
}
h5{
	font-size:.9em;
}
h6{
	font-size:.8em;
}

code,
pre{
	background:#002240;/* "Cobalt BG" rgb(0, 34, 64) = #002240 */
	color:#FFF;
	font-family:Monaco, Verdana, monospace;
	font-size:.9em;
	font-weight:normal;
	line-height:1.1;
}
pre{
	padding:3px 5px;
}