html, 
body {
	height: 100%;
}

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

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

	color: #262541;

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

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

h1, .h1, 
h2, .h2, 
h3, .h3 {
	font-weight: 700;
	color: #2451a3;
	text-transform: uppercase;
}


h1, .h1 {
	font-size: 20px;
	line-height: 1.3em;
}

h2, .h2 {
	font-size: 16px;
	line-height: 1.3em;
}



b, strong {
	font-weight: 700;
}


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

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

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

th {
	background-color: #2d858e;
}

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

hr {
	width: 658px;
	height: 43px;
	border-color: transparent;
	background-image: url(../images/hr.png);
	background-size: 658px;
}

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

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

select, 
input, 
textarea {
	
}

input[type=submit], 
.button-like {
	padding: 7px;
	border: solid 1px #172237;
	border-radius: 80px;
	font-size: 18px;
	line-height: 1em;
	background-image: none;
	color: #fff;

	
	background-color: #172237;
	background-image: none;
	box-shadow: none;
}

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