.title {
	font-family : arial;
	font-size : 16px;
	color : #000;
	font-weight: bold;
	background-color: #95cc00;
}
.title a:link,
.title a:visited,
.title a:active {
	font-size: 16px;
	color: yellow;
}
.title :hover {
	color: white;
}
.sub {
	font-family : arial;
	font-size : 12px;
	color : #000;
	font-weight: bold;
	background-color: #ffcc00;
}
.sub a:link,
.sub a:visited,
.sub a:active {
	color: yellow;
}
.sub a:hover {
	color: white;
}
.sub_sub {
	font-family : arial;
	font-size : 12px;
	color : #fff;
	font-weight: bold;
	background-color: #937c1f;
}
.row {
	font-size: 11px;
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	color: #ff6500;
}
.row1 {
	font-family : arial;
	font-size : 12px;
	color : #000;
	background-color: #dadada;
}
.row2 {
	font-family : arial;
	font-size : 12px;
	color : #000;
	background-color: #b6b6b4;
}
.main_table {
	width: 100%;
	padding: 4px;
}