* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-family:Arial, Helvetica, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
ol, ul li {
	list-style: none;font-size:17px; color:#000;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

a{text-decoration:none;color:#303030}
a:hover{text-decoration:underline;}
h1{color:#303030; font-size:80px; font-weight:normal;}
h2{color:#303030; font-size:37px; font-weight:bold;}
h3{color:#303030; font-size:37px; font-weight:bold;}
h5{color:#303030; font-size:26px; font-weight:normal;}
p{line-height:24px; font-size:17px; color:#303030;}

html[xmlns] .clearfix {
	display: block;
}

.clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
.cl{
	clear: both;
}
.left{
	float: left !important; padding-left:20px !important;
}
.right{
	float: right !important;
}
.p_0{
	padding: 0 !important;
}
.m_0{
	margin: 0 !important;
}
.bold {
	font-weight: bold !important;
}
.nobac{background:none !important;}
.nobor{border:0px !important;}
.nowid{width:auto !important;}
.nohgt{height:auto !important;}
.nofloat{float:none !important;}