// fightaging.css SELECTORS follow

body	{
	color: black;
	background-color: #CCFFCC;
	font-family: Arial, sans-serif, Helvetica;
	} 

h1	{
	color: dkpurple;
	font-size: 20pt;
	text-align: center;
	font-family: Arial;
	}

h5	{
	font-size: 10pt;
	color: #66FF66;
	font-style: italic;
	font-family: Arial;
	text-align: center;
	font-weight: bold;
	}

li	{
	font-size: 12pt;
	text-align: left;
	color: dkpurple;
	font-weight: bold;
 	}

div	{
	text-align: center;
	}

CAPTION	{
	color: red;
	text-align: center;
	font-size: 16pt;
	}


tr	{
	font-size: 12pt;
	font-family: Arial;
	}


/*
td	{
	text-align: left;
	background-color: #66FF66;
	font-size: 10pt;
	font-family: Arial;
	}
*/

// Styles for ODD table rows, all columns
tr.oddRow {
	color: red;
	background-color: #CCFFCC;
	}

// Styles for ODD table rows, column 1
td.td01	{
	text-align: center;
	background-color: #CCFFCC;
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	}
// Styles for ODD table rows, column 2
td.td02	{
	text-align: left;
	background-color: #CCFFCC;
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	}
// Styles for ODD table rows, column 3 if exists
td.td03	{
	text-align: left;
	background-color: #CCFFCC;
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	}

// Styles for EVEN table rows, all columns
tr.evenRow {
	background-color: #FFFFFF;
	}

// Styles for EVEN table rows, column 1
td.td04	{
	text-align: center;
	background-color: #66FF66;
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	}
// Styles for EVEN table rows, column 2
td.td05	{
	text-align: left;
	background-color: #66FF66;
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	}
// Styles for EVEN table rows, column 3 if exists
td.td06	{
	text-align: left;
	background-color: #66FF66;
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	}

// fightaging.css CLASS follows
.head	{
	color: dkpurple;
	font-size: 16pt;
	text-align: center;
	font-family: Arial;
	}

.text	{
	font-family: Times New Roman;
	font-size: 22px;
	color: #9400D3;
	}

.address {
	text-align: center;
	font-size: 10pt;
	}

.footer	{
	color: #9966FF;
	text-align: left;
	font-size: 14pt;
	font-style: italic;
	color: #9966FF;
	}


