/* TOP RIGHT BOTTOM LEFT
DOTAU Dark Grey #303232
Yanone Kaffeesatz:400,700,300,200 */

html
{ height: 100%;}

body {
	text-align: left;
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	color: #303232;
	font-style: normal;
	font-weight: normal;
	font-size:12px;
	line-height: 16px; 
	}

p{
	padding-bottom: 8px;
	margin-bottom: 4px;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
  }
.text-no-space{
	padding-bottom: 0px;
	}

a
{ text-decoration: none;
  color: #5D5D5D;}

a:hover
{ text-decoration: none;
  color: #FFF;}			

a:visited {
	text-decoration: none;
	color: #5D5D5D;
}

h1{
	font-family: 'Yanone Kaffeesatz', sans-serif; 
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size:24px;
	line-height:24px;
	margin-left:0px;
	margin-bottom:4px;
	margin-top:20px;
	color: #303232; }

.bigintro{
	font-family: 'Yanone Kaffeesatz', sans-serif; 
	font-weight: 400;
	letter-spacing: 0em;
	text-transform: none;
	padding: 0px;
	font-size:28px;
	line-height:38px;
	margin-left:0px;
	margin-bottom:20px;
	margin-top:0px;
	color: #303232; }

h2{
	font-family: 'Yanone Kaffeesatz', sans-serif; 
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size:24px;
	line-height:24px;
	margin-left:0px;
	margin-bottom:4px;
	margin-top:20px;
	color: #303232; }

h3{
	font-family: 'Yanone Kaffeesatz', sans-serif; 
	font-weight: 700;
	font-size:16px;
	line-height:16px;
	margin-left:0px;
	margin-bottom:0px;
	margin-top:8px;
	color: #303232; }

h4, h5, h6{
	font-family: 'Yanone Kaffeesatz', sans-serif; 
	font-weight: 400;
	font-size:12pt;
	line-height:12pt;
	text-transform:uppercase;
	margin-left:0px;
	margin-bottom:0px;
	margin-top:0px;
	color: #303232; }
	
ul, menu, dir {
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 10px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 10px;
}

