/*
future notes

width:2px; - Non IE
*width:1px; - IE

width 2px; - Non Firefox
#width: 1px; - Firefox

*/

/*strip 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, 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;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
legend {color:#000;}
del, strike, ins {text-decoration:none;}
:focus {outline: 0px;}
body {line-height:1;color:#000;background:#fff;}
ol, ul, li {list-style:none;}
table {border-collapse:collapse;border-spacing: 0;}
fieldset,img {border:0;}
caption, th, td, p, div {text-align:left;font-weight:normal;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/*rebuild CSS*/
html{}
body{
	font:12px arial,helvetica,clean,sans-serif;
}
h1 {
	font-size:18px;
	margin:18px 0px;
}
h2 {
	font-size:16px;
	margin:16px 0px;
}
h3 {
	font-size:14px;
	margin:14px 0px;
}
h4 {
	font-size:14px;
	margin:14px 0px;
}
h5 {
	font-size:14px;
	margin:14px 0px;
}
h6 {
	font-size:14px;
	margin:14px 0px;
}
p{
	font-size:12px;
	margin:12px 0px;
}
h1, h2, h3, h4, h5, h6, strong, label, legend {
	font-weight:bold; 
}
abbr, acronym {
	border-bottom:1px dotted #000;
	cursor:help;
} 
em, blockquote {
	font-style:italic;
}
del, strike {
	text-decoration:line-through;
}
blockquote, ul, ol, dl {
	margin:12px;
}
ol, ul, dl {
	margin-left:24px;
}
ol li {
	list-style: decimal outside;	
}
ul li {
	list-style: disc outside;
}
dl dd {
	margin-left:12px;
}
th {
	font-weight:bold;
	text-align:center;
}
caption {
	margin-bottom:6px;
	text-align:center;
}
fieldset, table, pre {
	margin:12px;
}
input:focus {
	outline: 1px solid #000;
	background:#F0F0F0;
}
a:focus {
	outline:0px;
	background:none;
}
input[type=text], input[type=password], textarea {
	width:160px;
}

/* global CSS */
.article_separator {
	display:none;
}
.clear, .clr {
	clear:both;
	font-size:0px;
	line-height:0px;
	margin:0px;
	padding:0px;
	border:0px;
}
