
 /* Global 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, images, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input
{	border:0 none;
	font-weight:inherit;
	font-family:inherit;
	font-style:inherit;
	font-size:100%;
	margin:0;
	outline:0;
	padding:0; 
	vertical-align:baseline;
	}
	
/* enable HTML5 elements */ header, section, footer, aside, nav, article, figure {display: block;}
	
html {
	background-color:#fff;
	color:#333;
	font-family:Helvetica, Arial, sans-serif;
	overflow:scroll;
	}

ol, ul {list-style:none;}

.clear {clear:both;}

b, strong {font-weight:bold; font-style:normal;}
	
i, em {font-style:italic;}

big {font-size:125%;}
small {font-size:65%;}

.alignleft {float:left; margin:0 20px 20px 0; display:inline;}
.alignright {float:right; margin:0 0 10px 20px; display:inline;}

.error {background-color:#dd6b6b; border:1px solid #b21313; padding:5px;}
	.error p, .error h2 {color:#b21313;}
	
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
	
.hidden {display:none;}
.invisible {opacity:0;}

a {text-decoration:none;}
						