html, 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, b, u, i, center, dl, dt, dd, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	list-style:none;
	border:none;
	outline:none;
}
article, header, section, nav, footer {
	display:block;
}
h1, h2, h3, h4, h5, h6 {
	display:block;	
	font-weight:normal;
}
h1 {
	font-size:38px;
}
h2{
	font-size:28px;
}
h3 {
	font-size:20px;
}
h4, h5, h6 {
	font-size:15px;
}
input, select, textarea {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 11px;
	margin:0;
	padding:0;
}
p:first-child {
	margin:0px;
}
p {
	color: white;
	margin:0 0 20px;
	padding:0;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#FFCB08;
	text-decoration:none;
}
a:focus {
	outline:none;
}
/* ---------COMMON HACKS -----------*/
.clearfix:after {
	content: ".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
/* Hides from IE-mac \*/
 *:first-child+html .clearfix {
	height:1%;
}
* html .clearfix {
	height:1%;
}
/* End hide from IE-mac */

.hide {
	display:none;
}
.disclaimer {
	display:none
}
.clear {
	clear:both;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
.m0{
	margin:0px !important;
}
.mr0{
	margin-right:0px !important;
}
.mb0{
	margin-bottom:0px !important;
}
.pTop{
	padding:20px 0 34px 0;
}
.bBN{
	border-bottom:none !important;
}
.bN{
	border:none !important;
}
strong.bold{
	font-weight:bold;
	font-size:15px;
	display:block;
	padding:8px 0 13px 0;
}
::-moz-selection{ background: #27baff; color:#fff; text-shadow: none; }
::selection { background:#27baff; color:#fff; text-shadow: none; }