/* reset */


.clear
{
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

html, body
{
	width: 100%;
	height: 100%;
}

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, h7, pre, code, form, fieldset, legend, input, textarea, button, p, blockquote, table, thead, th, tr, td, body, img
{
	margin: 0;
	padding: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
	font-weight:normal;
}

html
{
	color: black;
	background: white;
	overflow: visible;
	padding: 0px;
}

img
{
	border: 0;
	line-height: 0;
}

img a
{
	text-decoration: none;
}

a, a:link, a:visited, a:active
{
	text-decoration: none;
}

li
{
	list-style: none;
	text-indent: 0;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset
{
	border: none;
}

legend
{
}

address, caption, cite, code, dfn, em, strong, th, var
{
	font-style: normal;
	font-weight: normal;
}

caption, th
{
	text-align: left;
}


q:before, q:after
{
	content: "";
}

abbr, acronym
{
	border: none;
	font-variant: normal;
}

sup
{
	vertical-align: text-top;
}

sub
{
	vertical-align: text-bottom;
}

input, textarea, select
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}


/* default */

body
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 120%;
	font-size: 12px;
}

h2, h3, h4, h5, strong, .strong
{
/* 	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif; */
	font-family: Helvetica, Arial, sans-serif;
}

h2, h3, h4, h5, .strong
{
	font-weight: bold;
}

label, input[type="checkbox"], input[type="text"], textarea
{
	padding: 1px;
	vertical-align: middle;
}

select
{
/*
	margin-top: 2px;
	margin-left: -2px;
*/
}


input[type="submit"], input.submit
{
	padding: 2px;
}

#ie6
{
	display: none;
	margin-top: 50px;
}

#ie6 p
{
	margin-bottom: 10px;
}

code
{
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
}


.noscript-hide
{
	display: block;
}

.hidden
{
	display: none;
}
/*

.noscript-hide
{
	display: none!important;
}
*/
