@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-image: url(images/fullflag2.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.yellowfill {
	background-color: #ECEC00;
	height: 20px;
}
.content {
	padding-top: 2px;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
}
.footer {
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	height: 50px;
	text-align: center;
	padding: 2;
	font-weight: bold;
	font-family: calibri, verdana, Arial;
	font-size: 12px;
	color: #000000;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-top: 10px;
	color: #ECEC00;
}
a:link {
	cursor: pointer;
	border:none;
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	color: #FFFF00;
	text-decoration: none;
}
a:hover {
	color: #ECEC00;
	text-decoration: none;
}
a:active {
	color: #FFFF00;
	text-decoration: none;
}
#YelBorder {
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ECEC00;
	border-right-color: #ECEC00;
	border-bottom-color: #ECEC00;
	border-left-color: #ECEC00;
	margin: 2px;
	width: 740px;
}
#OrgBorder {
	border-top-width: 3px;
	border-right-width: 6px;
	border-bottom-width: 3px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF3300;
	border-right-color: #FF3300;
	border-bottom-color: #FF3300;
	border-left-color: #FF3300;
	margin: 2px;
}
#RedBorder {
	border-top-width: 5px;
	border-right-width: 10px;
	border-bottom-width: 5px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	margin: 2px;
}
#flaga {
	background-image: url(images/fullflag2a.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 800px;
}
