@charset "utf-8";
/* CSS Document */
@import "base.css";

.title{
	margin-left:25px;
	margin-top:20px;
}
table{
	width:840px;
	margin-top:20px;
	margin-left:30px;
}
.table_title{
	font-size:small;
	background-color:#EEE;
	color:#000;
	padding:10px;
	border-bottom:#000 1px solid;
}
.table_content{
	font-size:small;
	background-color:#555;
	color:#FFF;
	padding:10px;
	border-bottom:#000 1px solid;
}
.table_top{
	border-top:#000 1px solid;
}

.table_title a:link,
.table_title a:visited,
.table_title a:hover
{
	color:#000;	
}
.centering{
	text-align:center;
}
.smalltext{
	font-size:x-small;	
}
#FlashID{
	margin-left:25px;	
}
