@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFEFB3;
	background-image: url(bg.gif);
}

.border {
	border: 2px solid #F3ACD4;
}
.text {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #FEF6C8;
	font-weight: bold;
}
.text2 {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #FC31AE;
	font-weight: bold;
}

.border2 {
	border: 1px solid #CCCCCC;
}
.calendar {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.calendar2 {
	font-family: Arial;
	font-size: 12px;
	color: #999999;
	font-weight: normal;
}

.cal {	
width:169px;	font-family:arial, helvetica, sans-serif;	
font-size:9pt; color:#000;	text-align:center;	line-height:13.6px;
}
.cal h2 {	width:160px;	margin:0;	font-size:11pt;	background:#004a80;	color:#fff; line-height:17px;}
.cal h2 a {text-decoration:underline; color:#FF9900; font-size:14px;}
.cal ul {	width:170px;	margin:0 0 0 5px;	padding:0;}
.cal ul li {	width:21px;	height:16px; display:block;	float:left;	list-style:none; border:1.5px solid #fff;	margin:0;}
.cal ul li.day {	background:#666;	color:#fff;	font-weight:bold;}
.cal ul li.num { background:#ccc; }
.cal ul li.other { background:#fff; }
.cal a.event {
	display:block;	width:21x;	height:16px;	background:#FFEFB3;	text-decoration:none;	color:#f00;	font-weight:bold;
}
