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

A:link {
	text-decoration: underline;
	color: #ba4545;
}
A:active {
	color: #ba4545;
	text-decoration: underline; 
}
A:visited {
	color: #ba4545;
	text-decoration: underline;
}	
A:hover {
	color: #fe8d8d;
	text-decoration: bold, underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #c8b96d;
	margin: 0 0 0 0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #c8b96d;
	margin: 0 0 0 0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #c8b96d;
	margin: 0 0 0 0;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #c8b96d;
	margin: 0 0 0 0;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #555555;
	margin: 0 0 0 0;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #555555;
	margin: 0 0 0 0;
}
div {
	margin: 0 0 0 0;
}
.small {
	font-size:9px;
	color: #666666;
}
body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #555555;
}
.body, p, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #555555;
}

.sozolink:link {
	color: #000000;
	text-decoration: none;
}
.sozolink:active {
	color: #1AB8DB;
	text-decoration: none;
}
.sozolink:visited {
	color: #000000;
	text-decoration: none;
}	
.sozolink:hover {
	color: #1AB8DB;
	text-decoration: bold, underline;
}
.copyright {
	color:#93a0d4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.whitebordered {
	border-width: 2px;
	border-color:#000000;
}
img { border-color:#333333; }
.img { border-color:#333333; border-width:1px;}