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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
}
.topje {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FDDF2D;
}
.txttop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	line-height: 19px;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 20px;
}
.backpalm {
	background-image: url(imgs/backpalm.jpg);
	background-repeat: repeat-y;
	background-position: right bottom;
}
.backbas {
	background-image: url(imgs/palmbas.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.backtop {
	background-image: url(imgs/palm.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.celtop {
	background-image: url(imgs/celtop.gif);
	background-repeat: no-repeat;
	background-color: #000;
	background-position: center top;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}
.celbas {
	background-image: url(imgs/celbas.gif);
	background-repeat: no-repeat;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #00A7A6;
	text-decoration: underline;
}
a:active {
	color: #00A7A6;
	text-decoration: underline;
}
.toptxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FD0078;
}

