.left {
	float:left;
}

.right {
	float:right;
}

.clear_left {
	clear:left;
}

.border_none {
	border-width:0px;	
}

.txt_left {
	text-align:left;
}

.txt_right {
	text-align:right;
}

.txt_center {
	text-align:center;
}

.none {
	display:none;
}

.block {
	display:block;
}

.pointer {
	cursor:pointer;
}


.style1 { color: #eeeeee}
.style3 { color: #dddddd; font-weight: bold; }
.style4 { color: #666666; font-weight: bold; }
.cal    {text-align: right; vertical-align: top; padding: 5px; background-color: #ffffff;}

.calHeader {text-align:center; vertical-align:middle;  }
.calTitle  {text-align:center; vertical-align:middle;  }

.bgwhite { background-color:#ffffff; }
.bgwhite2 { background-color:#FCF1F1; }
.bgwhite3 { background-color:#F2F2F2; }