body {
	font-family: 'Roboto';
	font-weight: 300;
	color: #000;

	font-size: 14px;
	line-height: 1.3em;

	text-align: left;
}
	body a {
		color: inherit;
	}




strong, b {
	font-weight: 700;
}

/*-----------------------------------*/

h1, .h1, 
h2, .h2, 
h3, .h3 {
	font-family: 'myriad-pro';
	color: #0d183e;
}

h1, .h1 {
	padding-top: 9px;
	padding-bottom: 9px;
	
	border: solid 1px #0d183e;
	border-radius: 50px;

	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1.1em;
	background-color: #fff;
}

h2, .h2 {
	font-size: 20px;
	line-height: 1.3em;
}

h1 + h2, 
.h1 + h2, 
.h1 + .h2 {
	margin-top: -10px;
}

h3, .h3 {
	font-size: 16px;
	line-height: 1.3em;
}

/*-----------------------------------*/

fieldset {
	padding: 0px;
	border: none;
	background-color: transparent;
}

table {
	border: solid 1px #F8C400;
}

th {
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 40px;
	color: #0d183e;
	font-weight: 700;
	background-color: #F8C400;
}

td {
	line-height: 30px;
	vertical-align: middle;
	background-color: transparent;
}
	td input {
		line-height: 1.2em;
		color: #000;
	}

td:first-child, 
th:first-child {
	padding-left: 15px;
}

/*-----------------------------------*/

input, 
select, 
textarea, 
.button-like {
	color: #000;	
}

input[type='submit'], 
.button-like {
	
	padding-left: 15px;
	padding-right: 15px;

	border: none;
	border-radius: 50px;
	
	font-size: 14px;
	line-height: 1.3em;

	color: #0d183e;
	text-transform: uppercase;
	font-family: 'myriad-pro';
	background-color: #eac22d;
	box-shadow: 0px 2px #0d183e;
}

input[type='submit']:hover, 
.button-like:hover {
	color: #eac22d;
	background-color: #0d183e;
	box-shadow: 0px 2px #eac22d;
}