@CHARSET "UTF-8";

@import url(http://fonts.googleapis.com/css?family=Titillium+Web:600);

body {
	font-size: 14px;
	font-family: 'Open Sans', 'Arial', sans-serif;
	color: #737373;
}

a img {
	border: 0;
	vertical-align: middle;
}

a:link,a:visited {
	text-decoration: none;
	color: #1b6ca2;
}

a:hover,a:active {
	text-decoration: unserline;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-family: 'Titillium Web', sans-serif;
	display: block;
	color: #1b6ca2;
	text-transform: uppercase;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-family: 'Titillium Web', sans-serif;
	display: block;
	color: #1b6ca2;
}

h3 {
	color: #393939;
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: bold;
}

#flashMessage {
	background: #3a90cb;
    color: #fff;
    font-size: 14px;
    margin: 15px 0;
    padding: 10px 20px;
    text-align: left;
}

body.mceContentBody {
	background: #fff;
	color: #737373;
	font-size: 14px;
	font-family: 'Arial';
}

.mail {
	text-decoration: none ! important;
	color: #FFF ! important;
	background-color: #0e72b5;
	padding: 3px;
	border-radius: 4px;
	font-size: 12px;
}

a,a>* {
	color: #1b6ca2;
	text-decoration: none;
	-webkit-transition: background-color .2s ease, border .2s ease, color
		.2s ease, opacity .2s ease-in-out, outline .2s ease;
	-moz-transition: background-color .2s ease, border .2s ease, color .2s
		ease, opacity .2s ease-in-out, outline .2s ease;
	-ms-transition: background-color .2s ease, border .2s ease, color .2s
		ease, opacity .2s ease-in-out, outline .2s ease;
	-o-transition: background-color .2s ease, border .2s ease, color .2s
		ease, opacity .2s ease-in-out, outline .2s ease;
	transition: background-color .2s ease, border .2s ease, color .2s ease,
		opacity .2s ease-in-out, outline .2s ease;
}

#form {
margin-top: 80px;
}