@charset "utf-8";
a.clean:link, a.clean:active, a.clean:hover, a.clean:visited{
	color: #00FF00;
}
a.adult:link, a.adult:active, a.adult:hover, a.adult:visited{
	color: #FF0000;
}
a.neut:link, a.neut:active, a.neut:hover, a.neut:visited{
	color: #CCCCFF;
}
a:link, a:active, a:hover, a:visited{
	color: #CCCCFF;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000;
	color:#CCC;
}
table.wideclear{
	width:100%;
	border:hidden;
	padding:0px;
}
.wider{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
td.left{
	text-align:left;
}
td.right{
	text-align:right;
}
td.header{
	background-image:url(../Layout/header.png);
	vertical-align:middle;
	text-align:center;
}
td.centered{
	text-align: center;
}
td.footer{
	 background-color:003;
	 vertical-align:middle;
	 text-align:center;
}
.justified {
	margin-left: auto;
	margin-right: auto;
	width:650px;
	text-align: justify;
}
footer{
	position: fixed;
	bottom: 0px;
	width:100%;
	vertical-align:middle;
	text-align:center;
}
.w100{
	width=100px;
	height=100px;
	border-radius: 10px/10px;
	background-color:#333;
	padding:5px;
}
img{
	border=0;
	text-decoration:none;
}
