html 
{
	height:100%;
}
body 
{
	font-size:16px;
	color:#1b1c23;
	line-height:1.5em;
	margin:0;
	padding:0;
	height:100%;
}
table 
{
	border-collapse: collapse;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}
td
{
	margin: 0px;
	padding: 0px;
}
form
{
	padding: 0px;
	margin: 0px;
}
h1
{
    font-family: "DinProCondensedBold";
	font-size:40px;
	font-weight:normal;
	line-height:normal;
	color: #010101;
	margin: 0 0 35px;
}
h2
{
    font-family: "DinProCondensedBold";
	font-size:30px;
	font-weight:normal;
	line-height:normal;
	color: #010101;
	margin: 0 0 35px;
}
h3
{
    font-family: "DinProCondensedBold";
	font-size:30px;
	font-weight:normal;
	line-height:normal;
	color: #010101;
	margin: 0 0 35px;
}
h4
{
    font-family: "DinProCondensedBold";
	font-size:30px;
	font-weight:normal;
	line-height:normal;
	color: #010101;
	margin: 0 0 35px;
}
p
{
	padding: 0 0 20px;
	margin: 0px;
}
a
{
	outline:none;
	color: #000000;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
	text-decoration:none;
}
a:hover
{
	color:#2149d1;
}
button:hover
{
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
a img
{
	border: 0px;
}
img, iframe 
{
	max-width: 100%;
	height: auto;
	display: block;
}
@font-face 
{
    font-family: "RobotoCondensed-Regular";
    src: url('fonts/RobotoCondensed-Regular.eot');
    src: url('fonts/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/RobotoCondensed-Regular.woff') format('woff'),
         url('fonts/RobotoCondensed-Regular.ttf') format('truetype'),
         url('fonts/RobotoCondensed-Regular.svg#RobotoCondensed-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face 
{
    font-family: "RobotoCondensed-Bold";
    src: url('fonts/RobotoCondensed-Bold.eot');
    src: url('fonts/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/RobotoCondensed-Bold.woff') format('woff'),
         url('fonts/RobotoCondensed-Bold.ttf') format('truetype'),
         url('fonts/RobotoCondensed-Bold.svg#RobotoCondensed-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face 
{
    font-family: "RobotoCondensed-Light";
    src: url('fonts/RobotoCondensed-Light.eot');
    src: url('fonts/RobotoCondensed-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/RobotoCondensed-Light.woff') format('woff'),
         url('fonts/RobotoCondensed-Light.ttf') format('truetype'),
         url('fonts/RobotoCondensed-Light.svg#RobotoCondensed-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face 
{
    font-family: "DinProCondensedBold";
    src: url('fonts/DinProCondensedBold.eot');
    src: url('fonts/DinProCondensedBold.eot?#iefix') format('embedded-opentype'),
         url('fonts/DinProCondensedBold.woff') format('woff'),
         url('fonts/DinProCondensedBold.ttf') format('truetype'),
         url('fonts/DinProCondensedBold.svg#DinProCondensedBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face 
{
    font-family: "DinProCondensedMedium";
    src: url('fonts/DinProCondensedMedium.eot');
    src: url('fonts/DinProCondensedMedium.eot?#iefix') format('embedded-opentype'),
         url('fonts/DinProCondensedMedium.woff') format('woff'),
         url('fonts/DinProCondensedMedium.ttf') format('truetype'),
         url('fonts/DinProCondensedMedium.svg#DinProCondensedMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
button, input, select, textarea
{
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button:focus, input:focus, textarea:focus
{
    outline:none;
}
ol
{
	margin: 0 0 0 -20px;
}
ol li
{
	margin: 0 0 10px;
}