a:link /* unvisited link */
{
	color:#0101DF;  /* Dark Blue */
	}

a:visited /* visited link */
{
	color:#CC3300; /* Some red */
	}

a:hover /* mouse over link */
{
	color:#00CC99;  /* Blue green */
	}

/* a:active /* selected link */
{
	color:#0000FF;  /* Royal Blue */
	}  Temporarily deactivated */

table
{
	table-border-color-light:rgb(255,204,102);  /* light gold */
	table-border-color-dark:rgb(204,153,102);  /* brown */
	}

body
{
	font-family:Arial;
	font-size:12pt; font-weight:bold;
	background-image:url("background/Graytextured.gif");
/*	margin-top:50px; */
	margin-right:75px;
/*	margin-bottom:0px; */
	margin-left:75px;
	}

h1
{
	font-family:Arial;
	font-size:18pt; font-weight:bold;
	}

h2
{
	font-family:Arial;
	font-size:16pt; font-weight:bold;
	}

h3
{
	font-family:Arial;
	font-size:14pt; font-weight:bold;
	}

h4
{
	font-family:Times New Roman;
	color:#000000; font-size:14pt; font-weight:bold;
	}

h5
{
	font-family:Times New Roman;
	color:#000000; font-size:12pt; font-weight:bold;
	}

h6
{
	font-family:Times New Roman;
	color:#000000; font-size:14pt; font-weight:bold;
	}

h7
{
	font-family:Times New Roman;
	color:#FF0000; font-size:14pt; font-weight:bold;
	}

p            
{ 
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	/*text-indent:50px;*/
	}

td
{
	font-family:Arial; font-size:12pt; font-weight:bold;
	}
