/*MAINFRAME*/

body 			{
				background-color:#FFFFB4;
				}

td 				{
				font-family:"Verdana,Arial,sans-serif";
				font-size:10pt;
				color:#000000;
				}
		
td a:link 		{
				font-size:10pt;
				text-decoration:underline;
				color:#000000;
				}

td a:hover 		{
				color:#669966;
				}

td a:visited 	{	
				text-decoration:none;
				color:#669966;
				}
				
th 				{			
				font-family:"Verdana,Arial,sans-serif";
				font-size:16pt;
				text-align:left;
				font-weight:normal;
				}
				
/*NAVIGATION*/
				
#navi a:link 	{
				font-size:10pt;
				text-decoration:none; 
				color:#FFFFB4;
				}
				
#navi a:visited { 
				text-decoration:none;
				color:#FFFFB4;
				}
				
#navi a:hover 	{
				text-decoration:underline;
				}
				
#navi a:active 	{
				color:#669966;
				background-color:#FFFFB4;
				}
