<style type="text/css">

body
	{ background-color: #000000;
	  font-family: arial, sans-serif;
	  margin: 0px;
	  margin-left: 0px;
	  margin-right: 0px; }

td
	{ font-size: 12px; }

.content
	{ background-color: #ffffff; }

.footerinfo
	{ color: #ffffff;
	  font-family: arial;
	  font-size: 11px; }

.header
	{ background-color: #000000; }

.headermenu
	{ color: #ffffff;
	  font-size: 11px;
	  font-weight: bold;
	  padding-top: 10px;
	  text-align: right;
	  vertical-align: top; }

.menu
	{ background-color: #cc0000;
	  background-image: url("../images/but_bg.gif");
	  height: 25px; }

.menuspace
	{ background-color: #cc0000;
	  background-image: url("../images/but_space.gif");
	  height: 25px; }


/* Links CSS */

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

a:link.linktext, a:active.linktext, a:visited.linktext, a:hover.linktext
	{ color: #000000;
	  text-decoration: none; }

a:link.tmenulinks, a:active.tmenulinks, a:visited.tmenulinks, a:hover.tmenulinks
	{ color: #ffffff;
	  text-decoration: none; }

</style>