@charset "utf-8";
/* CSS Document */
body {
	background-color:#000;	
	margin-top: 0px;
}
.right {
	background-image: url(images/bck_right1.jpg);
	background-repeat: no-repeat;
}
.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
a.bottom {
	color: #FFFF99;
	text-decoration:none;
}
a.bottom:hover {
	color: #FFCC00;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.minilink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
a.minilink {
	color: #FFFFFF;
	text-decoration:none;
}
a.minilink:hover {
	color: #629C9E;
}

