
/* Table Border Styles */
table.solid {border-style: solid;}


/* Menu Links */
a.menu:link 	{ color: #FFFFFF; text-decoration: none; font-size: 16; font-weight: bold;}
a.menu:active 	{ color: #FFFFFF; text-decoration: none; font-size: 16; font-weight: bold;}
a.menu:visited	{ color: #FFFFFF; text-decoration: none; font-size: 16; font-weight: bold;}
a.menu:hover 	{ color: #FFFFFF; text-decoration: underline; font-size: 16;font-weight: bold;}

td.menu {text-align:center; valign:bottom; height:30; width:160;}

/* Favorites Links */
a.fav:link 	{ color: #FF0000; text-decoration: none; font-size: 14; font-weight: bold;}
a.fav:active 	{ color: #FFFFFF; text-decoration: none; font-size: 14; font-weight: bold;}
a.fav:visited	{ color: #FF0000; text-decoration: none; font-size: 14; font-weight: bold;}
a.fav:hover 	{ color: #FF0000; text-decoration: underline; font-size: 14;font-weight: bold;}
