body 	{
		background-image: url(images/main_background.jpg);
		font-family : Georgia, "Times New Roman", Times, serif;
		font-size : 9pt;
		text-align : center;
		color : black;
		vertical-align : middle;
		margin : 0;
		}

table.main	{
		background-image: url(images/table_background.jpg);
		border: none;
		text-align : left;
		margin: 0 auto;
		}

ol.list_1		{
		text-align:left;
		font-size:12px;
		line-height:21px;
		margin-right:12px;
		}
		
h1 		{
		font-family : Georgia, "Times New Roman", Times, serif;
		font-size : 12pt;
		font-weight : bold;
		color : green;
		text-decoration: underline;
		}
		
h2		{	
		font-size: 8pt;
		font-family : Georgia, "Times New Roman", Times, serif;
		color: Gray;
		font-weight: normal;
		}

p		{
		margin-right:12px;
}

a:link 	{
		color: #660000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9pt;
		text-decoration:none;
		}

a:visited 	{
		color: #660000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9pt;
		text-decoration:none;
		}

a:hover {
		color: #360;
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9pt;
		text-decoration:underline;
		}
	
td.nav 	{
		text-align: center;
		border: 1px solid gray;
		background-image: url(images/main_background.jpg);		
		}
		
a.nav:link 	{
		color: #006600;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9pt;
		text-decoration:none;
		font-weight:bold;

		}

a.nav:visited 	{
		color: #006600;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9pt;
		text-decoration:none;
		font-weight:bold;
		}

a.nav:hover {
		color: #660000;
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9pt;
		font-weight: bold;
		width:100%;
		height:100%;
		}