@charset "UTF-8";
/* CSS Document */


/* ########################################################### */
/* #######  basic layout definitions and settings     ######## */
/* ########################################################### */

html {
	overflow-y: scroll;
}
html, body {
	min-height: 100%!important;
}



body {
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
	color: #fff;
}
a, a:link, a:active, a:visited {
	outline: none;
	text-decoration: none;
}
ul li a, ul li a:link, ul li a:active, ul li a:visited {
	font-weight:normal;
}
ul li a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, sans-serif;
	line-height:1.3em;
	margin-bottom:0.3em;
}
h1 {
	font-size: 120%;
}
h2, h3 {
	font-size: 115%;
}
h4, h5 {
	font-size: 85%;
}
em {
}
strong {
	font-weight: bold;
}
dd, caption, thead td, thead th, tfoot td, tfoot th {
	padding: 0 0 1em 0;
}
dd {
}
dd p {
	margin-bottom: 0px;
}
caption, thead td, thead th, tfoot td, tfoot th {
	padding: 0 0 1.4em 0;
}
p {
	margin: 0 0 0.6em 0;
	line-height: 1.3em;
}
fieldset {
	line-height: 2em;
}

/* table related */
table {
	width:100%;
	margin: 0;
}
caption, thead td, thead th, tfoot td, tfoot th {
	text-align: left;
	vertical-align: middle;
	font-weight:bold;
	border-bottom: 1px dashed #fff
}
td, th {
	text-align: left;
	vertical-align: top;
	padding:0;
}
dl {
}
dt {
	padding: 1em 0;
}
dd {
	padding: 0 0 0.3em 0;
}
td ul {
	margin: 2em 0 1em 0;
}

/* class constr related */
.flt-l, .floatLeft {
	float:left;
}
.flt-r, .floatRight {
	float:right;
}
.clrflt {
	clear: both;
	font-size:0px;
	line-height:0px;
}
.displayBlock {
	display: block;
}
.displayInline {
	display: inline;
}
.textWhite {
	color: #fff;
}
