a:link 		{ color: #1E3A75; text-decoration: none }
a:visited 	{ color: #5982D5; text-decoration: none }
a:active 	{ color: #ff0000; text-decoration: none }
a:hover 	{ color: #0B152B; text-decoration: underline }

#copyright	{
	font-size:9pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#ABABAB;
}

#description	{
	font:10pt Arial, Helvetica, sans-serif;
	color:#333333;
	background: #4f4f4f;
  	color: #fff;
  	padding: 10px;
 	position: relative;
 	width: 500px;
	border-style: solid;
	border-color: #000000;
	border-width: 5;
}
.description	{
	font:10pt Arial, Helvetica, sans-serif;
	color:#333333;
	background: #4f4f4f;
  	color: #fff;
  	padding: 10px;
 	position: relative;
 	width: 500px;
	border-style: solid;
	border-color: #000000;
	border-width: 5;
}

#name	{
	font:bold 14pt Arial, Helvetica, sans-serif;
	color:#dddddd;
}
.name	{
	font:bold 14pt Arial, Helvetica, sans-serif;
	color:#dddddd;
}

#border	{
	border:5px solid #000;
}
.calendar {
	border-right:1px dotted #666666;
	border-bottom:1px dotted #666666;
	font-size:12px;
}