@charset "utf-8";
/* CSS Document */

table{
	font-size:14px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border-style:solid;
	border-left-color:#999999;
	border-top-color:#999999;
	border-right-color:#666666;
	border-bottom-color:#666666;
	border-width:0px;
	border-collapse:separete;
	}

tr{
	border-width:thin;
	}

td{
	border-left-width:1px;
	border-top-width:1px;
	border-right-width:2px;
	border-bottom-width:2px;
	border-style:solid;
	border-left-color:#999999;
	border-top-color:#999999;
	border-right-color:#666666;
	border-bottom-color:#666666;
	text-align:left;
	height:18px;
	padding-left:0.5em;
	}

a.welcome-link:link{
	color:#FF66FF;
	text-decoration:none;
	border-bottom:dashed;
	border-width:1px;
	}
	
a.welcome-link:visited{
	color:#FF66FF;
	text-decoration:none;
	border-bottom:dashed;
	border-width:1px;
	}
a.welcome-link:hover{
	color:#99FF00;
	text-decoration:none;
	border-bottom:dashed;
	border-width:1px;
	}
