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,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td,article,aside,audio,canvas,details,figcaption,figure,footer,header,hgroup,mark,menu,meter,
nav,output,progress,section,summary,time,video{
border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0;}
body{line-height:1;}
article,aside,dialog,figure,footer,header,hgroup,nav,section,blockquote{display:block;}
nav ul{list-style:none;}ol{list-style:decimal;}ul{list-style:disc;}ul ul{list-style:circle;}
blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:none;}ins{text-decoration:underline;}
del{text-decoration:line-through;}mark{background:none;}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}
input[type=submit],input[type=button],button{margin:0!important;padding:0!important;}input,select,a img{vertical-align:middle;}
input,select{
	font-size:100%;
}
html{
	height:100%;
}
/* GENERIC STYLES 
-------------------------------------------- */
@font-face {
  font-family: 'Francois One';
  font-style: normal;
  font-weight: normal;
  src: local('Francois One Regular'), local('FrancoisOne-Regular'), url('../fonts/francoisone.woff') format('woff');
}
body{
	font-family:Arial,Helvetica,sans-serif;
	font-size:small;
	color:#333333;
	line-height:18px;
} 

/* PARAGRAPHS 
-------------------------------------------- */
p,table td { 
 	font-size: 110%;
	color:#333333;
	margin:0 0 12px;
}


/* QUOTES
-------------------------------------------- */
blockquote {
	margin: 10px;
	color: #E1D464;
	font-style: italic;
}	


/* LINKS 
-------------------------------------------- */
a{
	outline:none;
 	text-decoration: none; 
	color:#0B35B2;
}
a:hover{
	text-decoration:underline;
}
	/* LINK ICONS - shows type of file
	------------------------------------ */
	.typography a[href$=".pdf"],
	.typography a[href$=".PDF"],
	.typography a.pdf {
		padding: 2px;
		padding-left: 20px;
		background: url(icons/page_white_acrobat.png) no-repeat left center;
	}
	.typography a[href$=".doc"],
	.typography a[href$=".DOC"],
	.typography a.doc {
		padding: 2px;
		padding-left: 20px;
		background: url(icons/page_word.png) no-repeat left center;
	}
	.typography a[href$=".xls"],
	.typography a[href$=".XLS"],
	.typography a.xls {
		padding: 2px;
		padding-left: 20px;
		background: url(icons/page_excel.png) no-repeat left center;
	}
	.typography a[href$=".gz"],
	.typography a[href$=".GZ"],
	.typography a[href$=".gzip"],
	.typography a[href$=".GZIP"],
	.typography a[href$=".zip"],
	.typography a[href$=".ZIP"],
	.typography a.archive {
		padding: 2px;
		padding-left: 20px;
		background: url(icons/page_white_zip.png) no-repeat left center;
	}
	.typography a[href$=".exe"],
	.typography a[href$=".EXE"],
	.typography a.application {
		padding: 2px;
		padding-left: 20px;
		background: url(icons/application.png) no-repeat left center;
	}
	
div.image-player a{
	color:white;font-size:1.1em;
	font-weight:normal;
	padding:6px 12px 3px;display:block;
}
div.image-player a:hover{
	text-decoration:none;
}
div.image-player p{
	margin:0;
	padding:0px 12px 6px;
	color:white;
}
/* LIST STYLES 
-------------------------------------------- */
.typography{
	color:#333333;
}
ul.arrow-list{
	list-style: url(img/arr2.png);
}
li {
	margin: 5px 10px;
}

.no-bullets,.typography .no-bullets,.no-bullets li {margin:0;list-style-type: none;line-height:20px}
.nowrap{
	white-space: nowrap;
}
.clear{
	clear:both;
}

/* HEADER STYLES 
-------------------------------------------- */

h1,h2,h3,h4 { 
	color: #FF5B16;
	margin: 0 0 18px 0;
	font-weight: normal;
}
h1,h2{
	font-size: 200%;
	font-weight: normal;
	padding-left: 0px;
}
h3 {
 	font-size: 150%; 
	margin-bottom:10px;
	color:#333333;
}
h4 {
	margin: 0 0 18px 0;
	font-weight: bold;
	font-size: 120%;
}
.typography h1,.typography h2,.typography h3,.typography h4{
	letter-spacing:1px;
}
.typography h3{
    border-bottom: 1px solid #999999;
    clear: both;
    display: block;
    overflow: hidden;
    padding: 6px 48px 6px 12px;
}
.typography h2{
    margin: 6px 0 18px;
    padding: 6px 6px 6px 0;    
}
td h2{
	margin-bottom:0;
}
h5 {
	font-size: 16px;
	width: 95%;
	font-weight: 300;
	line-height: 18px;
	border-bottom: 1px solid #ccc;
	margin: 0 0 16px 0;
}
h6 {
	font-size: 14px;
	color: #222;
	font-weight: 700;
	margin: 0 0 12px 0;
}


/* PRE STYLES 
-------------------------------------------- */	
pre{
	color:white;
	font-family:"Courier New",Courier;
	display:block;
	font-size:1.2em;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#666666;
}

/* TABLE STYLING 
-------------------------------------------- */
table {
	margin: 10px 0;
    border-collapse: collapse;
    border-spacing: 0;	
	
}
table caption{
		text-align:left;
}
td {
	padding: 3px 6px;
	margin:0;
	vertical-align: top;
	
}
.noborder,td.noborder{
	border:none;
}

.typography table td{
	overflow:hidden;
	white-space:nowrap;
	background-color:white;
}
.typography table td p{
	white-space:normal;
	margin:0;
}
.typography tbody tr.even td{
	background-color:#efefef;
}

.typography table tr th,.typography tfoot tr td{
	background-color:#D9E8FB;
	padding:12px 6px;
	color:#333333;
	border:1px solid #8BB9DB;
}

/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.alignleft {
	text-align: left;
}
.aligncenter {
	text-align: center;
}
.alignright {
	text-align: right;
}

/* IMAGES 
-------------------------------------------- */
img {
	border: none;
}
div.image.right,div.captionImage.right {
		float: right;
		margin-left: 20px;
}
.captionImage {
	border: 1px solid #aaa;
	padding: 5px;
}
div.image.left, div.captionImage.left {
		float: left;
	}
div.image.leftAlone, div.captionImage.leftAlone {
		float: left;
		margin-right: 100%;
	}
div.image.center, div.captionImage.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
.caption {
		font-weight: bold;
		text-align: center;
		color: #666;
	}
.lm_update {
}
	