a.menu
{
text-decoration: none;
font-family: tahoma;
font-size: 14px;
color: #3A3A3A;
}
a.menu:hover
{
text-decoration: underline;
font-family: tahoma;
font-size: 14px;
color: #3A3A3A;
}
a.menu:visited
{
font-family: tahoma;
font-size: 14px;
color: #3A3A3A;
}
/* The current menu selection; gives an indication of where
	the user is in the website
*/
a.cmenu
{
text-decoration: none;
font-family: tahoma;
font-size: 14px;
font-weight: bold;
color: #3A3A3A;
}
a.cmenu:hover
{
text-decoration: underline;
font-family: tahoma;
font-size: 14px;
font-weight: bold;
color: #3A3A3A;
}
a.cmenu:visited
{
font-family: tahoma;
font-size: 14px;
font-weight: bold;
color: #3A3A3A;
}
/* Just the standard table text type */
td
{
font-family: tahoma;
font-size: 14px;
color: #6A6A6A;
}
/* If we need additional information and want them to
	click this is what it looks like
*/
a.more
{
color: #FF0000;
text-decoration: none;
font-family: tahoma;
font-size: 14px;
font-weight: bold;
}
a.more:visited
{
color: #FF0000;
font-family: tahoma;
font-size: 14px;
font-weight: bold;
}
a.more:hover
{
color: #FF0000;
font-family: tahoma;
text-decoration: underline;
font-size: 14px;
font-weight: bold;
}
/* Our footer font */
a.footer
{
color: #585858;
text-decoration: none;
font-family: tahoma;
font-size: 10px;
font-weight: bold;
}
a.footer:visited
{
color: #585858;
font-family: tahoma;
font-size: 10px;
font-weight: bold;
}
a.footer:hover
{
color: #585858;
text-decoration: underline;
font-family: tahoma;
font-size: 10px;
font-weight: bold;
}
/* */
a.metamorph
{
color: #ffffff;
text-decoration: none;
font-family: tahoma;
font-size: 14px;
font-weight: normal;
}
a.metamorph:visited
{
color: #ffffff;
font-family: tahoma;
font-size: 14px;
font-weight: normal;
}
a.metamorph:hover
{
color: #ffffff;
text-decoration: underline;
font-family: tahoma;
font-size: 14px;
font-weight: normal;
}
/* The title look */
.title
{
color: #3A3A3A;
font-size: 16px;
font-weight: 900;
}
