body {
	margin: 0px;
}

.navbg {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.imgbox {
	margin:0px;
	padding:0px;
	padding-left:10px;
	float:right;
	clear: right;
	display: inline;
}

.text p {
	margin: 0px;
	padding: 0px;
	/* padding-right:10px; */
	padding-bottom:15px;
}

A {
	color: #B20004;
}

A:active, A:visited, A:link {
	text-decoration:none;
}

A:hover {
	text-decoration:underline;
}

.trans {
	filter: Alpha(Opacity=50);
	-moz-opacity: 50%;
	opacity: 0.5;
}


td.date_weekend {
	background-color: #CCCCCC;
}
td.date_today {
	background-color: #FCC872; /* #FEE7BD; */
	font-weight: bold;
}

td.date_today A {
	color: #000000;
}

td.date_norm {
	background-color: #EEEEEE;
}
