/*
 * This style sheet defines default styles for 
 * plain text in the framework.
 * 
 * 26-May-2005 / Alex van Oostenrijk
 * 
 */

body 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

td 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

th 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

ul
{
  list-style-image: url("../img/bullet.gif");
}

h1
{
  font-size:     16px;
  font-weight:   bold;
}

h2
{
  font-size:     15px;
  font-weight:   bold;
}

h3
{
  font-size:     13px;
  font-weight:   bold;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  border-bottom: solid 1px #999999;
  margin:3px;

}

h4
{
  font-size:     13px;
  font-weight:   bold;
}

h5
{
  font-size:     12px;
  font-weight:   bold;
}

h6
{
  font-size:     11px;
  font-weight:   bold;
}

a         { color:#000000; text-decoration: none;      }
a:link 	  { color:#000000; text-decoration: none;      }
a:visited	{ color:#000000; text-decoration: none;      }
a:hover 	{ color:#0000ff; text-decoration: underline; }
a:active	{ color:#000000; text-decoration: none;      }
