/* CSS Document */
body{
	background-color:#000000;
	margin:0;
	font-family:verdana;
	font-size: 8px;
	color: #666666;
	font-weight: bold;
	text-align: right;
}
p{
	margin:auto;
}
#container{
	width:100%;
	margin:auto;
}
.swf{
	width:650px;
	height:450px;
        margin:auto;
}
.swf_trans{
	width:auto;
	height:auto;
	margin:auto;
	position: relative;
}
.link{
}
a.link:link{
	text-align:right;
	color:#666666;
	text-decoration:none;
}
a.link:visited{
	text-align:right;
	color:#666666;
	text-decoration:none;
}
a.link:hover{
	text-align:right;
	color:#999999;
	text-decoration:none;
}
a.link:active{
	text-align:right;
	color:#999999;
	text-decoration:none;
}
