a       {text-decoration:none;}
#link   {text-decoration:none;}
h1 {font-family: 'Arial', 'Tahoma', sans-serif; font-size: 18pt;}
h2 {font-family: 'Arial', 'Tahoma', sans-serif; font-size: 14pt;}
h3 {font-family: 'Arial', 'Tahoma', sans-serif; font-size: 12pt;}
li {line-height: 1.3; font-family: 'Arial', 'Tahoma', sans-serif }
span.year {
clear: left;
width: 10em;
}
span.eyear {
clear: left;
width: 15em;
}

ul.tab {
	margin: 0;
	padding: 0;
	border-bottom: 2px #ddd solid;
	font-size: 70%;
}
ul.tab li {
	float: left;
	margin: 0 0 0 5px;
	position: relative;
	bottom: -2px;
	list-style-type: none;
	border: 1px #ddd solid;
	border-top: none;
	border-bottom: 2px #ddd solid;
}
ul.tab li.selected {
	border-bottom: 2px #fff solid;
	font-weight: bold;
}
ul.tab li.notselected {
   font-weight: bold;
   color: #000;
   display: block;
   background: #fff;
}
ul.tab li.disabled {
	border-top: 5px #888888 solid;
	color: #888888;
	display: block;
	padding: 3px 10px 5px;
	background: #fff;
}
ul.tab li a {
	color: #000;
	display: block;
	padding: 3px 10px 5px;
   //text-decoration: none;
	font-weight: bold;
	background: #fff;
}
ul.tab li a.gray {
	border-top: 5px #555555 solid;
}
ul.tab li a.blue {
	border-top: 5px #0C53A8 solid;
	color: #0C53A8;
}
ul.tab li a.green {
	border-top: 5px #4cbb47 solid;
}
ul.tab li a.red {
	border-top: 5px #dd1d25 solid;
}
ul.tab li a.yellow {
	border-top: 5px #ffd242 solid;
}
ul.tab li a:hover {
	position: relative;
	bottom: 6px;
}

.clear:after {
    content:"";
    display:block;
    overflow:hidden;
}
.clear:after {
    clear:both;
}
.clear {
    zoom:1;
}
