/* 
 * Text classes
 */
body, table, tr, td {
	font: 70%/1.4em "trebuchet ms",trebuchet,arial,verdana,sans-serif;
	font-size: 12px;
	color: #000;
}

.description {
	font-size: 12px;
}

a:active  {color: #666; text-decoration: underline; font-weight: normal;}
a:visited {color: #666; text-decoration: underline; font-weight: normal;}
a:link    {color: #666; text-decoration: underline; font-weight: normal;}
a:hover   {color: #000; text-decoration: underline; font-weight: normal;}

a.menu-link:active  {color: #666; text-decoration: none; font-weight: normal;}
a.menu-link:visited {color: #666; text-decoration: none; font-weight: normal;}
a.menu-link:link    {color: #666; text-decoration: none; font-weight: normal;}
a.menu-link:hover   {color: #000; text-decoration: none; font-weight: normal;}

a.gallery:active  {color: #000; text-decoration: none; font-weight: bold; }
a.gallery:visited {color: #000; text-decoration: none; font-weight: bold; }
a.gallery:link    {color: #000; text-decoration: none; font-weight: bold; }
a.gallery:hover   {color: #000; text-decoration: underline; font-weight: bold; }

ul.menu {
	list-style-image: url(../images/arrow.gif);
	list-style-type: disc;
}

p.post-header {
  font-size: 12px;
  font-weight: bold;
}

/* 
 * Disables the double line break for P, UL and LI tags
 */
P, UL, LI
{
	margin-top: 0px;
	margin-bottom: 0px;
}
