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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, audio, canvas, details, figcaption,
figure, footer, header, hgroup, mark, menu, meter, nav,
output, progress, section, summary, time, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-size: 100%;*/
	vertical-align: baseline;
	background: transparent;
}

body {
font-family: Arial, Helvetica, sans-serif;
color: #060;
text-align: inherit;
background-color: #fff;
}

article, aside, dialog, figure, footer, header, 
hgroup, nav, section, blockquote { 
	display: block;
}

h1, h2, h3, h4, h5, h6{font-family:"DosisRegular"; font-size:16px; margin-bottom:15px; color:#131313; padding-bottom:10px;}
h1{ font-size:35px;}
h2{ font-size:32px;}
h3{ font-size:28px;}
h4{ font-size:24px;}
h5{ font-size:18px;}
 h5, h6{ border:0px; margin-bottom:5px;}

nav ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

ul {
	list-style: disc inside none;
}

ul ul {
	list-style: circle;
}

blockquote, q {
	quotes: none;
}

.gap-10{clear: both; height: 10px;}
.gap-20{clear: both; height: 20px;}
.gap-30{clear: both; height: 30px;}
.gap-40{clear: both; height: 40px;}
.gap-50{clear: both; height: 50px;}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

ins {
	text-decoration: underline;
}

del {
	text-decoration: line-through;
}

mark {
	background: none;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: none;	
	/*border-top: 1px solid #ccc;*/
	margin: 1em 0;
	padding: 0;
}

input[type="submit"], input[type="button"], button {
    padding: 5px 20px;
	*padding: 5px 10px;
    margin: 0;
	border:0px;
	cursor:pointer;
}
input[type="text"], input[type="password"]{
	border-radius:5px;
	border:1px solid #d7d7d7;
	padding:10px;
	}
p{
	margin-bottom:12px;
	word-break: break-word;
}
a{
	text-decoration:none;
	color:#000;
}

input, select, a img {
	vertical-align: middle;
}

input[type="text"].grey, input[type="password"].grey , input[type="text"].watermark , input[type="password"].watermark {color:#cbcbcb;}
textarea{ min-height:90px;}

.clrFix{ line-height:0; height:0; clear:both;}

.fRgt{ float:right;}
.fLft{ float:left;}
.noneMar{ margin:0px;}
.nonePad{ padding:0px;}
.noneRgtPad{ padding-right:0px;}
.bor_bott{ border-bottom:1px solid #dedede; padding:5px 0;}
.marBott{ margin-bottom:8px;}

