/* CSS RESET */

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,
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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clearfix:after			{ clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }
.clearfix				{ display: inline-block; }
html[xmlns] .clearfix	{ display: block; }
* html .clearfix		{ height: 1%; }


html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, img, dl, dt, dd, ol, ul, li, fieldset, form, input, select, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
                margin: 0;
                padding: 0;
}
 
body {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 12px;
                line-height: 25px;
                
}
 
ul {
                list-style: none;
}
 
li, li a {
                height: auto;
                width: auto;
}
 
img {
                border: none;
}
 
div, p, h1, h2, h3, h4, h5, h6 {
                display:block;
}
 
a {
                text-decoration:none;
				
} 

p {
	margin:10px 0px;
}

button {
	border:0px;
	background:transparent;
	margin:0px;
	padding:0px;
}

button:focus {
	color:#fff;
}

sup, sub {
	font-size:80%;
}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

strong {
	font-weight:bold;
}



html body div#container div#content * {

	line-height:20px;
}
/*
div[style], p[style], element.style{
	margin: 0;!important;
	padding: 0;!important;
	border: 0;!important;
	outline: 0;!important;
	font-weight: normal;!important;
	font-style: inherit;!important;
	font-size: 12px;!important;
	font-family: Arial, Helvetica, sans-serif;!important;
	vertical-align: baseline;!important;
	color:#000;!important;
	line-height:20px;!important;
}

.contentpageleft div, .contentpageleft span, .contentpageleft applet, .contentpageleft object, .contentpageleft iframe,
.contentpageleft h1, .contentpageleft h2, .contentpageleft h3, .contentpageleft h4, .contentpageleft h5, .contentpageleft h6, .contentpageleft p, .contentpageleft blockquote, .contentpageleft pre,
.contentpageleft a, .contentpageleft abbr, .contentpageleft acronym, .contentpageleft address, .contentpageleft big, .contentpageleft cite, .contentpageleft code,
.contentpageleft del, .contentpageleft dfn, .contentpageleft em, .contentpageleft font, .contentpageleft img, .contentpageleft ins, .contentpageleft kbd, .contentpageleft q, .contentpageleft s, .contentpageleft samp,
.contentpageleft small, .contentpageleft strike, .contentpageleft strong, .contentpageleft sub, .contentpageleft sup, .contentpageleft tt, .contentpageleft var,
.contentpageleft dl, .contentpageleft dt, .contentpageleft dd, .contentpageleft ol, .contentpageleft ul, .contentpageleft li,
.contentpageleft fieldset, .contentpageleft form, .contentpageleft label, .contentpageleft legend,
.contentpageleft table, .contentpageleft caption, .contentpageleft tbody, .contentpageleft tfoot, .contentpageleft thead, .contentpageleft tr, .contentpageleft th, .contentpageleft td, .contentpageleft p{
	margin: 0;!important;
	padding: 0;!important;
	border: 0;!important;
	outline: 0;!important;
	font-weight: normal;!important;
	font-style: inherit;!important;
	font-size: 12px;!important;
	font-family: Arial, Helvetica, sans-serif;!important;
	vertical-align: baseline;!important;
	color:#000;!important;
	line-height:20px;!important;
}*/



