BODY {
/*	BACKGROUND-IMAGE: url(gfx/bg.gif);  */
background-color: #7a7777;
	top:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;

}
.footer {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: x-small;
		font-weight: bold;
		color: #CCCCCC;
		}


/* ALL LINKS HERE */


A:link { color: #671616; text-decoration: underline; font-weight: bold;}
A:visited { color: #671616; text-decoration: underline;font-weight:bold;}
A:hover { color: #7a7777; text-decoration: underline; font-weight:bold;}
A:active { color: #7a7777; text-decoration: underline;font-weight:bold; }

/* TABLE BORDERS */
.TableBorder {border: 1px solid;
              border-color:#671616;
			  background-color:#FFFFFF;
			  }


