.contentmed 
{ 
font-family: Tahoma, Arial, Verdana, Helvetica; 
font-size: 11px; 
font-weight: 400; 
}
a:link
{
text-decoration: none;
font-family: tahoma;
font-size: 12px;
font-weight: bold;
color: #FFFFCC;
}
a:visited
{
font-family: tahoma;
font-size: 12px;
font-weight: bold;
color: #FFFFCC;
}
a:hover
{
text-decoration: none;
font-family: tahoma;
font-size: 12px;
font-weight: bold;
background-color:#CCC;
color: #000;
}
a.menu
{
text-decoration: none;
font-family: tahoma;
font-size: 12px;
font-weight: bold;
color: #ff0000;
}
a.menu:visited
{
font-family: tahoma;
font-size: 12px;
font-weight: bold;
color: #ff0000;
}
a.menu:hover
{
text-decoration: none;
font-family: tahoma;
font-size: 12px;
font-weight: bold;
padding:0 2px 0 2px;
background-color:#CC0000;
color: #ffffff;
}
td
{
font-family: tahoma;
font-size: 12px;
color: #F0F0F0;
}
a.more
{
color: #FF0000;
text-decoration: none;
font-family: tahoma;
font-size: 12px;
font-weight: bold;
}
a.more:visited
{
color: #FF0000;
font-family: tahoma;
font-size: 12px;
font-weight: bold;
}
a.more:hover
{
color: #FF0000;
font-family: tahoma;
text-decoration: underline;
font-size: 12px;
font-weight: bold;
}
a.footer
{
color: #585858;
text-decoration: none;
font-family: tahoma;
font-size: 12px;
font-weight: bold;
}
a.footer:visited
{
color: #585858;
font-family: tahoma;
font-size: 12px;
font-weight: bold;
}
a.footer:hover
{
color: #585858;
text-decoration: underline;
font-family: tahoma;
font-size: 12px;
font-weight: bold;
}
a.metamorph
{
color: #585858;
text-decoration: none;
font-family: tahoma;
font-size: 12px;
font-weight: normal;
}
a.metamorph:visited
{
color: #585858;
font-family: tahoma;
font-size: 12px;
font-weight: normal;
}
a.metamorph:hover
{
color: #585858;
text-decoration: underline;
font-family: tahoma;
font-size: 12px;
font-weight: normal;
}
#qTip {
 	padding: 5px;
 	border: 1px solid #999;
 	border-right-width: 2px;
 	border-bottom-width: 2px;
	 display: none;
	 background: #CCC;
	 color: #000;
	 font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	 text-align: left;
 	position: absolute;
 	z-index: 2001;
}