@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=EB+Garamond);


body {
	font-family: Arial, Helvetica, sans-serif;
	color: #202020;
	font-size: 14px;
}

h1 {
	font-family:  'EB Garamond', Arial, Helvetica, sans-serif; 
	font-size: 42px;
	color: #2c2c2c;
	font-weight: normal;
	line-height: 38px;
	margin: 0px 0px 10px 0px;
	padding:0;
}

h2 {
	font-family: 'EB Garamond', Arial, Helvetica, sans-serif;
	font-size: 28px;
	color:#2c2c2c;
	font-weight: normal;
	line-height: 32px;
	margin: 0px 0px 10px 0px;
	padding:0;
}

h3 {
	font-family: 'EB Garamond', Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #2c2c2c;
	font-weight: normal;
	line-height: 28px;
	margin: 0px 0px 10px 0px;
	padding:0;
}

h4 {
	font-family: 'EB Garamond', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #2c2c2c;
	font-weight: normal;
	line-height: 20px;
	margin:0;
	padding:0;
}


h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: normal;
	line-height: 18px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #202020;
	margin: 0 0 9px;
}

a {
}

a:link,a:visited {
}

a:hover {
	color:#013893;
	text-decoration: none;
	padding:0;
	margin: 0 0 9px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	text-decoration:none;
	font-weight:normal;
	font-style:normal;
	word-wrap:break-word;
	margin: 0 0 9px;
	padding:0;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration:none;
	font-size:14px;
	font-weight: normal;
	font-style:normal;
	margin: 0 0 9px;
	padding:0;
}

img {
	border:0;
}

.img {
	padding:8px;
	margin:0px 0px 0px 0px;
	background-color:#FFFFFF;
	border:#ccc solid 1px;
}
.img_news {
	padding:8px;
	margin:0px 0px 0px 8px;
	background-color:#FFFFFF;
	border:#333 solid 1px;
	float:right;
}

br {
	font-size:10px;
}

li {
	list-style: inside;
	list-style-type: circle;
}

hr {
	margin: 4px 0 4px 0;
	border-bottom: 1px solid #0b3a77;
	border-top: none;
	width: 100%;
}
