.title {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 30px;
	background-color: #006699;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-weight: bold;
}
a {
	font-size: 12px;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.tab {
	background-image: url(mark.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	background-color: #FF9966;
}
.cellname {
	font-size: 13px;
	font-weight: bold;
	color: #006699;
}
.celldata {
	font-size: 13px;
	font-weight: normal;
	color: #333333;
}
.itemtitle {
	font-size: 14px;
	font-weight: normal;
	color: #CC0000;
}
.itemdata {
	font-size: 12px;
	line-height: 14px;
}
.menu {
	font-size: 12px;
	padding-right: 3px;
}
.area {
	font-size: 0.9em;
	line-height: 2em;
	font-weight: bold;
	text-align: center;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
	color: #333333;
}

