/* CSS Global Reload */html, body, div, span, object,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, cite, code,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; }ol, ul {	list-style: none; }body {	font-family: Arial, Helvetica, sans serif;	font-size: 87%;	line-height: 1.5;	color: #666666;	background: #ffffff; }/* HEADER */    #header {	height: 3em;	padding: 1em 0 0.5em 1em; }#header a,#header img {	border: 0; }	/* LEFT SIDEBAR */#sidebar {	clear: both;	padding: 0.5em 1em;}#sidebar ul {	text-align: left;}#sidebar ul a {	text-decoration: none;	color: #bcbcbc;}/* CONTENT OF PAGE */	#content {	clear: both;	padding: 0.5em 1em; }/* FOOTER */#footer {	clear: both;	height: 2.5em;	padding: 0.3em 1em;	border-top: 1px dotted #888888; }#footer p {	font-size: 0.7em; }#footer p a {	color: #ff6600;	text-decoration: none;}	#footer .joke {	display: none;}
