/*
 * This style sheet defines default styles for 
 * plain text in the framework.
 * 
 * 26-Dec-2006 / Afrosio Sadie
 * 
 */

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

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

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

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

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

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

h3
{
  padding-top :  0px;
  margin-top :  0px;
  font-size:     14px;
  font-weight:   bold;
}

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

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

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

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



span.morex a:link 	  { color:red; text-decoration: none;      }
span.morex a:visited	{ color:#0000ff; text-decoration: none;      }
span.morex a:hover 	{ color:red; text-decoration: underline; }
span.morex a:active	{ color:red; text-decoration: none;      }