/* Casacade Style Sheet - Krzysztof Michalowski */
/* anakin@vp.pl */

body {
	background-color:#b9cc8f; 
	margin:0px; 
	padding:0px;
	overflow:auto;
}

img {
	border:none; 
	vertical-align:middle;
}

div#topleft {
	position: absolute;
	left:0px;
	top:0px;
	z-index:-1;
	height: 550px;
	width: 552px;
	background-repeat: no-repeat;
	background: url(images/topleft.png) no-repeat;
}

div#bottomright {
	position: absolute;
	right:0px;
	bottom:0px;
	z-index:-1;
	height: 495px;
	width: 283px;
	background-repeat: no-repeat;
	background: url(images/bottomright.png) no-repeat;
}

body > div#topleft { position: fixed; }
body > div#bottomright { position: fixed; }

.logo {
	z-index:10;
	margin-left:auto;
	margin-right:auto;
	width: 950px;
	height: 140px;
	background: url(images/logo.png) no-repeat left;
}

.container {
	text-align:center;
}

.mainbox {
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	position: relative;
	top: -10px;
	width: 700px;
	background: #c3d39f url(images/mainbg2.png) no-repeat right top;
	margin-left:auto;
	margin-right:auto;
	padding: 20px;
	text-align:left;
	border:0px;
	/* for IE */
	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity:1;
}

.footer {
	position: relative;
	top: -3px;
	width:690px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	text-align:center;
	font-family:Trebuchet MS, Verdana, sans-serif; 
	font-style:normal; 
	font-weight:normal; 
	text-decoration:none; 
	font-size:9pt; 
	color:#000000;

}

.text {
	/* for IE */
	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity:1;
	padding: 0px;
}

.logo p.toptext {font-family:Trebuchet MS, Verdana, sans-serif; font-style:normal; font-weight:normal; text-decoration:none; font-size:10pt; color:#000000; text-align:right; margin-right: 11%;}

.mainbox p {font-family: Trebuchet MS, Verdana, sans-serif; font-style:normal; font-weight:normal; text-decoration:none; font-size:10pt; color:#000000;}
.mainbox p.title {font-family:Trebuchet MS, Verdana, sans-serif; font-style:normal; font-size:12pt; font-weight:bold; color:#105000; text-decoration:none; text-align:left; margin-top:0px;}
.mainbox p.top {font-family:Trebuchet MS, Verdana, sans-serif; font-style:normal; font-weight:bold; text-decoration:none; font-size:10pt; color:#000000; }

A:link {font-weight:normal; font-style:normal; font-family:Verdana, Arial, Helvetica, Sans-serif; font-size:10pt; text-decoration:none; color:/*#FFEE44*/#005500;}
A:visited {font-weight:normal; font-style:normal; font-family:Verdana, Arial, Helvetica, Sans-serif; font-size:10pt; text-decoration:none; color:/*#FFEE44*/#005500;}
A:active {font-weight:normal; font-style:normal; font-family:Verdana, Arial, Helvetica, Sans-serif; font-size:10pt; text-decoration:none; color:/*#FFEE44*/#005500;}
A:hover {font-weight:normal; font-style:normal; font-family:Verdana, Arial, Helvetica, Sans-serif; font-size:10pt; text-decoration:none; color:/*#44EEFF*/#FFEE55;}

table {margin-left: 0px; text-align:center;}
td {font-family:Trebuchet MS, Verdana, sans-serif; font-style:normal; font-weight:normal; text-decoration:none; font-size:10pt; color:#000000; text-align:left;}
th {font-family:Trebuchet MS, Verdana, sans-serif; font-style:normal; font-weight:bold; text-decoration:none; font-size:10pt; color:#000000; text-align:left;}
li {font-family:Trebuchet MS, Verdana, sans-serif; font-style:normal; font-weight:normal; text-decoration:none; font-size:10pt; color:#000000;}

hr {border:#499C17 1px solid; width:100%;}

