/*-------------- Reseting ---------------- */

html, body, div, span, object, 
h1, h2, h3, h4, h5, h6, p, a, abbr, acronym, 
img,  s, small, strike, sup, sub, 
dl, dt, dd, ol, ul, li, form, fieldset, 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;
	background: transparent 
}
				  
:focus, :active	
{ 
	outline: 0 
}

html 			
{ 
	height: 100%; 
	font-size: 100.01% 
}
body 			
{ 
	height: 100%; 
	font-size: 62.5%; 
	color: #000 
}	
/*----------- Global Classes -------------*/

.clear			
{ 
	clear: both 
}
.floatLeft		
{ 
	float: left 
}
.floatRight		
{ 
	float: right 
}

.textLeft		
{ 
	text-align: left 
}
.textRight		
{ 
	text-align: right 
}
.textCenter		
{ 
	text-align: center 
}
.textJustify	
{ 
	text-align: justify 
}

.bold			
{ 
	font-weight: bold !important 
}
.italic			
{ 
	font-style: italic 
}
.underline		
{ 
	border-bottom: 1px solid 
}
.highlight		
{ 
	background: #ffc 
}

.noBg
{ 
	background: none !important
}
.noPadding		
{ 
	padding: 0 !important
}
.noMargin		
{ 
	margin: 0 !important 
}
.noIndent		
{ 
	margin-left: 0; 
	padding-left: 0 
}
.noBullet		
{ 
	list-style: none; 
	list-style-image: none 
}
.noBorder		
{ 
	border: none !important 
}

body
{
	background: #000000; 
	color: #000
}