/* CSS Global Document */

/* =Contents
****************************************
	Reset CSS
	Base Style
	Common Classes
*/

/* Reset CSS 
****************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* Define focus styles! */
:focus {
	outline: 0;
}
/* Tables also need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Base Styles 
****************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

h1 {font-size:2.5em;}
h2 {font-size:1.8em;}
h3 {font-size:1.5em;}
h4 {font-size:1.2em;}
h5 {font-size:1.2em;}
h6 {font-size:1.2em;}



a {color: #06f}


/* Common classes
****************************************/
.img_rplc {
	display: block;
	overflow: hidden;
	text-indent: -1000px;
}
.clr {
	clear: both;
	height: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
} 
.hide {
	display: none;
}
ul.horizontal li {
	float: left;
	display: block;
	width: auto;
}
ul.horizontal  {
	clear: both;
	height: auto;
	margin: 0;
	padding: 0;		
}
ul.expanded li {
	margin-top: 1em;
	font-size: 1em;
}
ul.expanded li ul li{
	margin-left: 20px;
	
}
.auto {
	width: auto;
}
/*
     FILE ARCHIVED ON 02:48:46 Jul 16, 2011 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:06:59 May 17, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 289.644
  exclusion.robots: 0.081
  exclusion.robots.policy: 0.074
  RedisCDXSource: 0.606
  esindex: 0.006
  LoadShardBlock: 270.251 (3)
  PetaboxLoader3.resolve: 232.694 (3)
  PetaboxLoader3.datanode: 70.18 (4)
  CDXLines.iter: 16.137 (3)
  load_resource: 53.176
*/