body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000000;
}
.small { font-size: 9px; }
.error { font-size: 12px; font-weight: bold; color: #CC0000;}
.bold { font-weight: bold; }
TD.dark_caption {
	color: #FFFFFF;
	background-color: #7A070A;
	font-weight: bold;
	text-align: right;
}
TD.light_caption {
	color: #7A070A;
	background-color: #E9B8B9;
	font-weight: bold;
	text-align: right;
}
INPUT,SELECT,BUTTON {
	border: 1px solid #E79d9F;
}
CAPTION {
	background-color: #e9b8b9;
	font-weight:bold;
}
TH {
	text-align: right;
	font-weight:bold;
}
TR.header {
	background-color: #e9b8b9;
}
.header TH {
	color: #7A070A;
	text-align: center;
}
a {
	text-decoration:none;
	color: #7a070a;
}
a:HOVER {
	text-decoration:underline;
}
A.top_link_act {
	font-weight:bold;
}
.red {
	color: red;
}
.big_error {
	font-size:16px;
	font-weight:bold;
	color: #CC0000;
}
.print {
	font-family:"Courier New", sans-serif;
	font-size: 9pt;
	text-align: justify;
}
.article_body {
	text-align: justify;
	background-color: #EBEBEB;
}
/* Calendar Styles */
.calendarHeader {
	font-size : 11px;
 	font-weight: bolder; 
	color : #abd132;
}
.calendarToday {
	
	font-size : 10px;
	font-weight : bold;
	padding : 4px;
	text-decoration : none;
	color : #B22222;
	background-color: #FFFFF0;
}
.calendar { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7pt;
	padding : 2px;
	border: 1px solid #9B9B9B;
	text-decoration : none;
}

a.calendar:hover{	
	color : #1A436E;
}
