/* CSS Document */
a:link {
	color: 000000;
	text-decoration: none;
}
a:visited {
	color: 000000;
	text-decoration: none;
}
a:active {
	color: 000000;
	text-decoration: none;
}
a:hover {
	color: 000000;
	text-decoration: underline;
}
a.nul:hover { text-decoration: none; }

a.head:link {
	color: 001A82;
	text-decoration: none;
}
a.head:visited {
	color: 001A82;
	text-decoration: none;
}
a.head:hover { text-decoration: underline;
		color: red;
}
a.today:link {
	color: blue;
	text-decoration: underline;
	font-size: 8pt;
}

a.today:visited {
	color: blue;
	text-decoration: underline;
	font-size: 8pt;
}
a.today:hover { color: red;}
span.today { text-align: right; }

A.wtext:link, A.wtext:visited {color:white ; 
				text-decoration:none}
A.wtext:hover {text-decoration:underline }

td.dleft {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #000000;
	border-bottom-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
/*	background-color: #ffffff;	*/
	text-align: center;
}

td.dleftU {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 01x;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #000000;
	border-bottom-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
/*	background-color: limegreen;	*/
	text-align: center;
}
td.dhol {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 01x;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #000000;
	border-bottom-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
/*	background-color: #ffcc00;	*/
	text-align: center;
}
td.dwend {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 01x;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #000000;
	border-bottom-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
/*	background-color: lightyellow;	*/
	text-align: center;
}
td.diarytop {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-left-color: #000000;
	border-bottom-color: #000000;
	border-top-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	text-align: center;
}

