p {
	padding: 2px;
	margin: 0px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #660066;
}
a {
	color: #009933;
	text-decoration: none;
	cursor: hand;
	}
	
a:link {color: #009933;}
a:visited {color: #009933;}
a:hover {color: #FF3333;}
	
.heading01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #38A0FF;
	line-height: 18px;
}
.heading02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF3300;
	line-height: 18px;
}
.subtitle01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC6633;
}
.rightbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003333;
	line-height: 14px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFCC33;
}
.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.table_calendar {
	border: 1px solid #000000;
	border-collapse: collapse;
	background: #FFFFFF;
} 
.td_today {
	border: 1px solid #434470;
	color: #000000;
	background: #CCCCCC;
	font-weight: bold;
	height: 75;
	width: 100;
} 
.td_monthdays {
	border: 1px solid #434470;
	color: #000000;
	background: #FFFFFF;
	height: 75;
	width: 100;
} 
.td_nonmonthdays {
	border: 1px solid black;
	color: #000000;
	background: #EFEFEF;
	height: 75;
	width: 100;
} 