body {
	background-color: #FFFFFF;
	margin: 3px;
	color: #333333;
}

a:link {
	text-decoration : none;
	color: #006633;
}

a:visited {
	text-decoration : none;
	color: #333333;
}

a:active {
	text-decoration : none;
	color: #CC3333;
}

a:hover {
	text-decoration: underline;
	font-weight: none ;
	color: #FF0000 ;
}
.cell-main {
	background-color: #006633;
	color: #FFFF99;

}
.cell-main2 {
	background-color: #CCCC99;
}
.cell-main3 {
	background-color: #CCCC99;
}
.cell-menu1 {
	background-color: #006633;
	border: none;
	margin: 1px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	table-layout : fixed;
}
.cell-menu2 {
	border: none;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;



}
.txt-hello {
	font-size: 10px;
	color: #FFFFFF;
}
.txt-user {
	font-size: 12px;
	color: #00FF00;
}
.clndr-bg {
	background-color: #666666;
	border: none;
	margin: 3px;
	padding: 0px;

}
.clndr-top {
	background-color: #999999;
	text-align: center;
	vertical-align: middle;
	padding: 3px;


}
.clndr-week {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #999966;
	text-align: center;
}
.clndr-sun {
	background-color: #bbbbbb;

}
.clndr-day {
	background-color: #FFFFFF;

}
.clndr-today {
	font-weight: bold;
	color: #339966;
	background-color: #FFFFCC;
}
.cell-content {
	background-color: #006633;
	border: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 3px;

}
.txt-conttl {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.cell-content-main {
	background-color: #FFFFFF;
	padding: 3px;


}
.cell-content-ttl {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	background-color: #006633;

}
.txt-clnder-ym {
	font-weight: bold;
	color: #FFFF00;

}
.cell-content-msg {
	background-color: #FFFFCC;
	border: 1px solid #0000FF;
}
.clndr-sat {
	background-color: #DFDFDF;
}

