html, 
body {
	height: 100%;
}

body {
	font-family: 'Roboto';
	font-weight: 300;

	font-size: 14px;
	line-height: 1.3em;

	color: #333;

	text-align: left;
	background-color: #fff
}
	body a {
		color: inherit;
	}

/*-----------------------------------*/

h1, .h1, 
h2, .h2, 
h3, .h3 {
	font-family: 'miso-light';
}


h1, .h1 {
	text-transform: uppercase;
	font-size: 36px;
	line-height: 25px;
}

	h1 span, 
	.h1 span {
		width: auto;
		padding-top: 13px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 6px;
		border-radius: 5px;
		color: #fff;
		background: -webkit-linear-gradient(top, #1f5597, #0e2954);
	}


/*-----------------------------------*/

img[style*="float:left"], 
img[style*="float: left"] {
	margin-bottom: 20px;
}

/*-----------------------------------*/

th {
	background-color: #2d858e;
}

/*-----------------------------------*/

fieldset {
	padding: 0px;
	border: none;
	background-color: transparent;
}

select, 
input, 
textarea {
	
}

input[type=submit], 
.button-like {
	padding: 7px;
	border: solid 1px #1572b9;
	border-radius: 0px;
	font-size: 18px;
	line-height: 1em;
	background-image: none;
	color: #fff;
	font-family: 'miso-light';

	
	background-color: #1572b9;
	background-image: none;
	box-shadow: none;
}

.button-like {
	padding-left: 20px;
	padding-right: 20px;
}