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


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



* { /* remove all indents and spacing, avoid <img> and <form> borders  [06/2009 schoeneck] */
	margin: 0;
	padding: 0;
	border: 0;
}
html,body {
height: 100%;

}

body {
	font: small "Trebuchet MS",Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
ul, ol { /* remove bullets */
	list-style: none;
}

a, a:visited {
	text-decoration:none;
	color: rgb(221,220,58);
}


h1,h2,h3,h4,h5,h6 {
	color: rgb(0,51,51);
	padding: 0 0 0.4em 0;
}

h1 {
	font-size: 250%;
	line-height: 1em;
}
h2,h3 {
	font-size: 120%;
}
h4,h5 {
	font-size: 100%;
}

dd, h5, h6, caption, thead td, thead th, tfoot td, tfoot th {
	padding: 0 0 1em 0;
}

dd {
	color: rgb(255,127,0);
}

dd p {
	color: rgb(255,255,255);
	margin-bottom: 0px;
}

caption, thead td, thead th, tfoot td, tfoot th {
	color: rgb(0,51,51);
	padding: 0 0 1.4em 0;
}


p {
	margin: 0 0 0.6em 0;
}
/* table related */

table {
	width:100%;
	border-collapse: collapse;
	empty-cells: hide;
	margin: 0 0 1.8em 0;
}

caption, thead td, thead th, tfoot td, tfoot th {
	text-align: left;
	vertical-align: middle;
	border: none;
	font-weight:bold;
	border-bottom: 1px dashed #fff
}
td, th {
	text-align: left;
	vertical-align: top;
	padding: 0.3em 0;
	border-bottom: 1px dashed #fff
}

dl {
	border-top: 1px dashed #fff
}
dt {
	padding: 0.3em 0 0 0;
}
dd {
	padding: 0 0 0.3em 0;
	border-bottom: 1px dashed #fff
}

td ul {
	margin: 2em 0 1em 0;
}

/* class constr related */
.flt-l {
	float:left;
}
.flt-r {
	float:right;
}
.clrflt {
	clear: both;
}

