.standard_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #F00;
	font-weight: bold;
}
body,td,th {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
body {
	background-color: #000;
}
.heading {
	color: #B49F9C;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #990000;


} 

a { 

    color: #FF0000;  
    text-decoration: none;
}
.standard_text_small {
	font-size: 10px;
}
.standard_text .standard_text_small {
	font-weight: normal;
}
.standard_text .standard_text_small {
	font-size: 12px;
}
.standard_text .standard_text_small {
	font-size: 9px;
}
.standard_text_small {
	font-size: 9px;
}
.standard_text_small {
	font-weight: normal;
}



#month { border-collapse: collapse; }
#month th, #month td { border: 1px solid #000; background:#666; }
#month thead { background-color:#9c9; }
#month td {
	width: 7em;
	height: 7em;
	padding: .2em;
	vertical-align: top;
	overflow: auto;
	background-color: #FF9;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
}
td .day { width: 7em; height: 6em; overflow:auto; margin-top: 0; }
#month tbody .weekend { background-color:#ded; }
#month tbody .next, #month tbody .previous { background-color:#ddd; }
#month th { font: 1em bold Arial, Helvetica, sans-serif; }
