@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);

body, p, div, section, td, tr {
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	color: #333333;
	line-height: 22px;
	-webkit-text-size-adjust: 100%;
}

h1{
	color: #ccc;
	font-size: 34px;
	width: auto;
	border-bottom-left-radius:15px;
	text-align: right;
	font-weight: normal;
	padding: 1%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2%;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	

	text-shadow: 0px 2px 3px #555;
	
}

h2{
	color: #004895;
	font-size: 34px;
	margin-bottom: 5px;
	margin-top: 30px;
	font-weight: normal;
}

h3{
	color: #004895;
	font-size: 24px;
	margin-bottom: 5px;
	margin-top: 30px;
	font-weight: normal;
}
h4{
	color: #004895;
	font-size: 20px;
	margin-bottom: 0px;
	margin-top: 30px;
	font-weight: normal;
}
h6{
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}
hr{
	clear: both;
	border-top-width: 4px;
	border-top-style: dotted;
	border-top-color: #F5F5F5;
	margin-top: 6%;
	margin-bottom: 6%;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul, ol{
	padding-left: 40px;
}

#language{
	float: right;
}
#language a{
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
	text-decoration: none;
}
#language a:hover{
	color: #3CC;
	text-decoration: underline;
}
