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-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {outline: 0;}
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: "" "";}
ul, p {margin-bottom: 14px;}
/********************************      Elements styling      ********************************/
h1, h2, h3, h4, h5, h6 {font-family: Arial,Helvetica,sans-serif;color: #222;font-weight: bold;}
h1{ font-family: Arial,Helvetica,sans-serif; font-size: 31px; font-weight: bold; color: #fff;  position: absolute; top: -1000px;  /* Remove this line and delete the logo (in the HTML) if you don't want an image as a logo */}				
h2 { font-size: 26px; padding: 0 0 5px 0; }
h3 { font-size: 17px; padding: 0 0 5px 0; }
h4 { font-size: 16px; padding: 0 0 5px 0; }
h5  { font-size: 14px; padding: 0 0 5px 0; }
h6 { font-size: 12px; padding: 0 0 5px 0; }
a { color: #222222; text-decoration: none; }
a:hover     { color: #FF6600; }
strong { font-weight: bold; color: #333; }
small  { font-size: 0.85em; }
pre{ font-family: monospace; }
p {padding: 0;line-height: 1.6em;text-align:justify;}
/********************************      General Classes      ********************************/
.cl {clear: both;}				
.fl {float: left;display:inline;}				
.fr {float: right;display:inline;}
.real_wrap   {margin: 0 auto;	}
