@charset "UTF-8";
/* CSS Document */

/*@import url("slidertop.css");*/
@import url("/css/html5reset.css");

/* Self Hosted Web Fonts*/
@import url("/css/fonts.css");

/* --------------------------------------------------------------------------------
    Base Items
--------------------------------------------------------------------------------*/
html, body {
	height: 100%;
	margin:10px;
}

html {
	overflow-y: scroll;
}

body {
	font-family:'Avenir LT W01 45 Book', arial, sans-serif;
	font-size: .75em;
	line-height: 1.4em;
}

h1 {
	font-family:'Avenir LT W01 35 Light', arial, sans-serif;
	font-size: 2.4em;
	font-weight:normal;
	font-style:normal;
}

h2 {
	font-family:"Avenir LT W01 65 Medium", arial, sans-serif;
	font-size: 2em;
	line-height: 1.2em;
	margin-bottom: 20px;
}

h3 {
	font-size: 1.5em;
	line-height: 1.2em;
	font-family:'Avenir LT W01 85 Heavy', arial, sans-serif;
	margin-bottom: 6px;
}

h4 {
	font-family:'Avenir LT W01 85 Heavy', arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.2em;
	margin-bottom: 10px;
	padding-bottom: 4px;
}

h5 {
	font-family:'Avenir LT W01 85 Heavy', arial, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	margin-bottom: 4px;
}

h6 {
	font-family:'Avenir LT W01 85 Heavy', arial, sans-serif;
	font-size: .8em;
	line-height: 1.2em;
	margin-bottom: 4px;
}

p, ul, li, ol, dl, table, td, tr, th {
	font-family:'Avenir LT W01 65 Medium', arial, sans-serif;
}

dt {
	color:#900055;
	font-family:'Avenir LT W01 85 Heavy', arial, sans-serif;
}

dd {
	padding: 0 0 20px 18px;
}

strong, b {
	font-family:'Avenir LT W01 85 Heavy', arial, sans-serif;
	font-weight: normal;
	font-style: normal;
}

italic, em {
	font-family:"AvenirLTW01-65MediumObl", arial, sans-serif;
	font-weight: normal;
	font-style: normal;
}
.color_white {
	color:#ffffff;
}
.tablecell-bot {
	border-bottom:1px solid #000000;
	padding:6px 0 6px 0;
}
.tablecell-topbot {
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	padding:6px 0 6px 0;
}
.tablecell-header {
	border-bottom:2px solid #000000;
	padding:6px 0 0 0;
	font-weight:bold;
}