  td { 
        font: normal 12px Futura,Arial,Verdana; 
				color: #000000;
			} 

	.emphasized { 
	  font-size: 120%;
		font-weight: bold; 
		}
			
	.linkcell { 
        font: 9px verdana, sans-serif; 
				font-weight: normal; 
				color: #ededed; 
				background-color: #5647a;
				}

/* Main Body Settings */
	body	{
		font-size: 100%;
		font-family: Futura,Arial,Verdana; 
    margin-top: 2.5%;
		background-color: #660000;
		}
					
/* Main Paragraphs */
	p	{
      margin-left: 5%;
      margin-right: 5%;
		}
		
	p.verysmall {
	  font-size: 85%;
		color: #993333;
		}

/* Links */
	a:link	{ 
		font-weight: bold; 
		color: #660000;
		text-decoration: none; 
		}

	a:visited { 
		font-weight: bold; 
		color: #660000;
		text-decoration: none; 
		}
	
	a:active { 
		font-weight: bold; 
		color: #660000;
		text-decoration: none; 
		}

	a:hover { 
		font-weight: bold; 
		color: #660000;
		text-decoration: underline; 
		}
	a:focus { 
		font-weight: bold; 
		color: #660000;
		text-decoration: underline; 
		}

/* Table Background */
  td.tblbg {
		text-align: left;
	  width: 100%; 
		}
		
/* Main Page Heading */
	h1	{
		color: #660000;
		font-weight: normal;
		text-align: left;
		font-size: 150%;
		}

/* Page Item Page Heading */
	h2	{
		color: #660000;
		font-weight: bold;
		font-size: 100%;
		}

/* Matthew's stuff */
/* For Inter Page Links */
	h3	{
		color: #006600;
		font-style: italic;
		font-weight: bolder;
		text-align: center;
		font-family: " Times New Roman", serif;
		font-size: 150%;
		}

/* Page Description & Instructions */
	h4	{
		color: #006600;
		font-weight: bolder;
		text-align: center;
		font-family: " Times New Roman", serif;
		font-size: 110%;
		}

/* Page Operation Instructions */
	h5	{
		color: #006600;
		font-weight: 600;
		text-align: center;
		font-family: " Times New Roman", serif;
		font-variant: small-caps;
		font-size: 110%;
		}

/* For Table Text */
	h6	{
		color: #006600;
		font-weight: bolder;
		text-align: left;
		font-family: " Times New Roman", serif;
		font-size: 150%;
		}

/* For Table Headings */
	.tblhd	{
		color: #000000;
		font-weight: bolder;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 150%;
		}

/* For Table Left */
	.tbllft	{
		color: #006600;
		font-weight: bolder;
		text-align: left;
		font-family: " Times New Roman", serif;
		font-size: 105%;
		}

/* For Table Right */
	.tblrig	{
		color: #000000;
		font-weight: bolder;
		text-align: right;
		font-family: " Times New Roman", serif;
		font-size: 105%;
		}

/* For Table Center */
	.tblcnt	{
		color: #006600;
		font-weight: bolder;
		text-align: center;
		font-family: " Times New Roman", serif;
		font-size: 105%;
		}
