/***** RESET *****/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,table,tr,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,var {
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: 700;
}
abbr,acronym {
	border:0;
}

/***** Global Settings *****/
 
html, body {
	border: 0;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

html {
	overflow: -moz-scrollbars-vertical !important;
	min-height: 100%; 
	margin-bottom: 1px;
	font-size: 125%;
}
 
body {
	font: 50% Arial, Helvetica, sans-serif;
	color: #fff;
}
 
/***** Common Formatting *****/
 
h1 {

}
 
h2 {
	font: 700 1.7em "Arial Narrow";
} 

h3 {
	font-size: 1.4em;
	font-weight: 700;
}

p {
	font-size: 1.2em;
	line-height: 1.7em;
	margin: 0;
	padding: 0 0 10px 0;
}

ul, ol {
	margin: 0;
	padding: 0 0 15px 0;
	list-style: none;
}
 
li {
	padding: 0;
	margin: 0 0 2px 15px;
}

li p {
	padding: 0;
	margin: 0;
}
 
blockquote {
	margin: 22px 40px;
	padding: 0;
}
 
img {
	border: 0;
}
 
sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}
 
sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}

 
/***** Links *****/
 
a, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #E86E18; /* 990028 */
	outline: 0;
}

a:hover {
	border-bottom: 1px solid;
}
 
/***** Forms *****/
 
form {
	margin: 0;
	padding: 0;
	display: inline;
}
 
input, select, textarea {
	font: 1em Arial, Helvetica, sans-serif;
}
 
textarea {
	line-height: 1.25em;
}
 
label {
	cursor: pointer;
}
 
/***** Tables *****/
 
table {
	border: 0;
	margin: 0;
	padding: 0;
}
 
table tr td {
	padding: 4px;
}
 
 
/***** Global Classes *****/
 
.clear { clear: both; font-size: 1px; }
.float-left { float: left !important; }
.float-right { float: right !important; }
.align-left { text-align: left !important; }
.align-center { text-align: center !important; }
.align-right { text-align: right !important; }
.align-justify { text-align: justify !important; }
.align-bottom { vertical-align: bottom !important; }
.error { color: #FF0000; }