<!--

body
	{
	  margin: 0px;
	  padding: 0px;
	  background-color: #A6B2A2;
	}

table, td
	{
	  border-collapse: collapse;
	  border-spacing: 0px;
	  border: 0px;
	  padding: 0px;
	  color: #D0F0D7;
	  font: 11px/21px Arial, Verdana, Helvetica, sans-serif;
	  font-weight: normal;
	  letter-spacing: 1px;
	}

pre, .message, pre.message
	{
	  letter-spacing: 0px;
	  font: 11px/10px Arial, Verdana, Helvetica, sans-serif;
	  font-style: italic;
	  white-space: -moz-pre-wrap;
	  white-space: -pre-wrap;
	  white-space: -o-pre-wrap;
	  white-space: pre-wrap;
	  word-wrap: break-word
	}

.fancycell
	{
	  border:solid 1px #524D29;
	  background-color: #E5D3A3;
	  padding:10px;
	  color:black;
	}

ul
	{
	  margin: 20px, 0px, 20px, 15px;
	  padding: 0px, 0px, 0px, 10px;
	}

li	{
	  list-style-image: url(bullet.gif)
	}

li.red	{
	  list-style-image: url(redbullet.gif)
	}

strong, h1, h2
	{
	  font: 15px/18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	  font-weight: bold;
	  letter-spacing: 0px;
	}

h3
	{
	  font: 13px/14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	  font-weight: bold;
	  letter-spacing: 0px;
	  margin: 20px, 0px, 0px, 0px;
	  padding: 0px;
	}

small, input, select, textarea
	{
	  font:10px/14px Verdana, Arial, Helvetica, sans-serif;
	}


b	{
	  font-weight: bold;
	}

.menu, a:link.menu, a:link.menu:visited
	{
	  color: #C01F1F;
	}

.path, a:link.path, a:link.path:visited
	{
	  color: #D0F0D7;
	}

a:hover.path, a:hover.menu, a:hover, a:active, a:link.path:active, a:link.path:hover
	{
	  color: #FF0000;
	}

a img	{
	  border:0px
	}

a:link, a:visited
	{
	  text-decoration:none;
	  font-weight: bold;
	}

-->