/* -------------------- MAIN PAGE --------------------------- */

body 			{margin: 0; font-family: arial,sans-serif;
			font-size:8pt; color:#000000}

a:hover			{text-decoration: underline; color: red}

table			{font-size: 8pt; text-align: center}
		
table.leftTable		{text-align: left; color: white; background-color: #006699}
table.middleTable	{font-size: 10pt}	
table.rightTable	{text-align: left; color: white}		
table.form		{text-align: center}

td.hidden		{text-align: center; font-size: 7pt; color: white}
td.middle		{text-align: center; vertical-align: middle}
td.rightTHolder		{text-align: center; background-color: #c0c0c0}

a:visited	{color: #999999; text-decoration: none}
a:link		{color: #FFFFFF; text-decoration: none}
a:hover		{color: red; text-decoration: underline}

h1 		{ 
		color: #000066;
		font-size: 16pt;
  		font-weight: normal;
		margin-bottom: 0px;
    		padding-bottom: 0px;
		}

