.title {
	font-family : arial;
	font-size : 14px;
	color : #fff;
	font-weight: bold;
	background-color: #293148;
}
.title a:link,
.title a:visited,
.title a:active {
	color: yellow;
}
.sub {
	font-family : arial;
	font-size : 12px;
	color : #fff;
	font-weight: bold;
	background-color: #81482B;
}
.sub a:link,
.sub a:visited,
.sub a:active {
	color: yellow;
}
.sub_sub {
	font-family : arial;
	font-size : 12px;
	color : #fff;
	font-weight: bold;
	background-color: #4D4E4D;
}
.row {
	font-family : arial;
	font-size : 12px;
	color : #000000;
}
.row1 {
	font-family : arial;
	font-size : 12px;
	color : #000;
	background-color: #D4D4D4;
}
.row2 {
	font-family : arial;
	font-size : 12px;
	color : #000;
	background-color: #A3A3A2;
}
.main_table {
	width: 100%;
}
.cal_today {
	font-family : arial;
	font-size : 11px;
	color : #000;
	background-color: yellow;
}
.cal_blank {
	background-color: #fff;
}
.cal_row {
	font-family : arial;
	font-size : 11px;
	color : #000000;
	background-color: #D4D4D4;
}
.cal_row a:link,
.cal_row a:visited,
.cal_row a:active {
	font-family : arial;
	font-size : 11px;
}
.week_day {
	background-color: #FFF000;
}
