@charset "utf-8";
/* CSS Document */

a:link { 
  color: #000000;
}
a:visited {
  color: #000000;
}
a:hover {
  text-decoration: underline;
}

a.unlocked{
	font-family: arial, "lucida console", sans-serif;
	font-size: 12px;
	text-decoration: none;
	
}
a.unlocked:link { 
  color: #000000;
}
a.unlocked:visited {
  color: #000000;
}
a.unlocked:hover {
  text-decoration: underline;
}

a.locked{
	font-family: arial, "lucida console", sans-serif;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}
a.locked:link { 
  color: #000000;
}
a.locked:visited {
  color: #000000;
}
a.locked:hover {
  text-decoration: underline;
}

td.year{
	font-size: 11px;
	font-weight: bold;
}

td.award{
	font-size: 11px;
}

p.title{
	font-size: 24px;
	font-family: arial, "lucida console", sans-serif;
	font-weight: bold;
	color:#858b8f;
}

span.tagStyle{
	font-size: 11px;	
}