/* Default */
html, body {
	height: 100%;	
}

body {
	font-family: Arial, sans-serif, Helvetica;	
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, 
fieldset, form, label, legend, caption, 
article, aside, figure, footer, header, hgroup, menu, nav, section, menu,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	/*vertical-align:baseline;*/
	background:transparent;
}

tbody, tfoot, thead, tr, th, td{
	margin:0;
	padding:0;
	outline:0;
	font-size:100%;	
}

ol, ul {
	margin-left: 20px;
}

article, aside, figure, footer, header, hgroup, nav, section { display:block; }

header, footer { width:100%; clear:both; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }

table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; font-size: 1px; line-height: 1px;}

html, body, input, textarea, select, button { font-size: 13px;line-height: 17px; vertical-align:middle; }

img { border: 0px; }

a { text-decoration: none; cursor: pointer; margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

a:hover { text-decoration: underline; }

.clear { clear: both; }

.hidden { display: none !important; }

.block { display: block !important; }

nav ul { list-style: none;}

nav ul, nav ul li { padding: 0px;margin: 0px; }

nav ul { margin-left: 20px; }

h1, h2, h3, h4, h5, h6 {margin: 0; padding: 0; font-weight: bold}

h1 {font-size: 32px; line-height: 37px; margin-bottom: 17px;}
h2 {font-size: 24px; line-height: 27px; margin-bottom: 17px;}
h3 {font-size: 19px; line-height: 23px; margin-bottom: 17px;}
h4 {font-size: 16px; line-height: 20px; margin-bottom: 17px;}
h5 {font-size: 13px; line-height: 16px; margin-bottom: 17px;}
h6 {font-size: 10px; line-height: 13px; margin-bottom: 17px;}

#old-browser {font-size: 11px;color: #666;text-align: center;display: block; margin-bottom: 15px;}
