@charset "utf-8";
/* CSS Document */

body {
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	background: #f0f0f0;
}

.text_button {
   border: none;
   background-color: transparent;
   padding: 0;
   font-weight:bold;
   overflow:visible;
   font-size:x-small;
   text-decoration: none; /* if desired */
   color: #FFF;  /* or whatever other color you want */
   cursor:pointer;
}

a:link {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #670099;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
	color: #FFF;
	font-weight: bold;
}
/* CSS Document */

.changer {
	z-index:100;
	width:114px;
	position:absolute;
	right:20px;
	top:20px;
	text-align:center;
	height:65px;
	background-image:url(images/35-bg.png);
	background-repeat:repeat;
}


.cell {
	padding: 5px;
	border: 1px solid #fff;
	height:100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #fff;
	background: #000;
}
.cellbody {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #fff;
	background: #000;
}

.celltext {
	padding: 5px;
	height:100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #fff;
	background: #000;
}


.celltitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight:bold;
}

.bannercell {
	padding: 5px;
	height:100%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFF;
}
