/* CSS Document */
#layout a:link {
	text-decoration: none;
	color: #666666;
}
#layout a:visited {
	color:#666666;
	text-decoration: none;
}
#layout a:hover {
	color:#FF9900;
	text-decoration: underline;
}
.layout td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	text-align:center;
	vertical-align:middle;
	border-left:1px #f5f5f5 solid;
	border-right:1px #f5f5f5 solid;
}
.box{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#666666;
	border:1px #e1e1e1 dashed;
}

.fontStyle {
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
	color:#996600
}

.fontStyle_detail {
	font-family:Tahoma;
	font-size:12px;
	font-weight:normal;
	color:#996600
