/*
	HTML tagek, általános CSS
	=========================
*/

body {
	text-align: center;
	background-color: #ffffff;
	color: #14293D;
	font-size: 14px;
	font-family: "Palatino Linotype", Tahoma, Arial, sans-serif;
}

img {
	border: 0px;
}

blockquote {
	border: solid 1px #cccccc;
	background-color: #e7e7e7;
	padding: 5px;
	font-size: 12px;
}

p {
	font-size: 14px;
	margin-left: 5px;
	text-align: justify;
	margin-top: 5px;
}

h1 {
	
	font-size: 22px;
	font-weight: bold;
}

h2 {
	font-family: Times;
	font-size: 36px;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 0px;
	border-bottom: 2px solid #cccccc;
}
h3 {
	margin-left: 5px;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}

h4 {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
}

h5 {
	
	font-size: 14px;
	font-weight: bold;
}

h6 {
	
	font-size: 12px;
	font-weight: bold;
}

hr {
	width: 90%;
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: 0px;
}

ul {
	color: #14293D;
}

li {
	color: #14293D;
}

table {
	color: #14293D;
}

a:link {
	text-decoration: none;
	color: #7094FF;
}

a:visited {
	text-decoration: none;
	color: #7094FF;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
	color: #7094FF;
}