/* CSS Document */

body {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #E6A077;
	background-image: url(images/bg_orange_o_nograd.png);
	background-repeat: no-repeat;
	background-position:center;
}

#centreblock {
width: 950px; /* change this to width of your flash video */
height: 550px; /* change this to the height of your flash video */
position: absolute;
top: 50%;
left: 50%;
margin-left: -400px; /* calculate half the width of your flash video, and make it negative. */
margin-top: -240px; /* calculate half the height of your flash video and make it postive. */
text-align: center;}


a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #333333;
}

.fontBuxdat { color: #333333; font-size:8pt; line-height: 15px}

.fontFooterOlexas { color: #000000; font-size:13pt; line-height: 15px; font-weight:bold }

.fontFooter { color: #1F1F1F; font-size:10pt; line-height: 15px; font-weight:bold }



