a:link /* unvisited link */
{
	color:#0101DF;  /* Dark Blue */
	}

a:visited /* visited link */
{
	color:#CC3300; /* Dark 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); /* gold */
	table-border-color-dark:rgb(204,153,102); /* light gold */
	}

body
{
	font-family:Arial;
	font-size:12pt; font-weight:bold;
	background-image:url("background/Graytextured.gif");
	margin-top:50px;
	margin-right:120px;
	margin-bottom:50px;
	margin-left:120px;
	}

h1
{
	font-family:Arial;
	font-size:18pt; font-weight:bold;
	}

h2
{
	font-family:Arial;
	font-size:14pt; font-weight:bold;
	}

h3
{
	font-family:Arial;
	font-size:12pt; 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:#FF0000; font-size:14pt; font-weight:bold;
	}

p            
{ 
	font-family:Arial; font-size:12pt; font-weight:bold;
	}

td
{
	font-family:Arial; font-size:12pt; font-weight:bold;
	}
