@charset "utf-8";
/* CSS Document */


h1 {
	font-weight: normal;
	font-size: 38px;
	font-family: Tahoma, Geneva, sans-serif;
	color:#333;
	margin-bottom: 30px;
	/* line-height: 42px; */
	text-align: left;
}

h2 {
	font-weight: normal;
	font-size: 30px;
	font-family:Tahoma, Geneva, sans-serif;
	margin-bottom: 30px;
	color:#666;
	/* line-height: 42px; */
	text-align: left;
}

h3 {
	font-weight: normal;
	font-size: 36px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#333;
	/* line-height: 42px; */
}
h4 {
	font-weight: normal;
	font-size: 24px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#333;
	margin-top:10px;
	margin-bottom: 10px;
	/* line-height: 42px; */
}
h5 {
	font-weight: normal;
	font-size: 24px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#333;
	margin-top:-10px;
	margin-bottom: 10px;
	/* line-height: 42px; */
}
a:link,
a:active,
a:visited {
	border: none;
	color: #0e4aa0;
	text-decoration: none;
}

a:hover {
	border:none;
	color: #0e4aa0;
	text-decoration:none;
}
