td			{ 
				font-family: "Verdana", "Arial", "Tahoma"; 
				font-size: 8pt; 
				line-height: 140%; 
				color: #000000; 
			}
			
A:link		{
				color: #156684; 
				text-decoration:none;
			}

A:visited	{
				color: #156684; 
				text-decoration:none;
			}
			
A:hover		{
				color: #FF9208; 
				text-decoration:underline;
			}


.blank		{
				font-size: 1pt;
			}
			
.line		{
				font-size: 1pt;
				background-color: #ADAEB0;
			}		
			
.banner		{
				font-size: 12pt;
				color: #156684;
				font-weight:bold;
			}

.iborder	{
				border: 1px solid #ADAEB0;
			}