	/*==================================================================*/
	/* Standard HTML Tags
	====================================================================*/
		a {
			text-decoration: none;
			color: #0F5371;
		}
	
		a:visited {
			text-decoration: none;
		}
	
		a:hover {
			text-decoration: underline;
			color: #0F5371;
		}
		
		body {
			
			text-align: center;
			font-family: Verdana, Arial, Helvetica, sans-serif;
		}
		
		
		td {
			line-height: 16px;
		}


		img{
			border: 0px none;
			margin: 0px 0px 0px 0px;
		}


		a.img {
			border: 0px none;
		}	



	/*==================================================================*/
	/* Custom Tags
	====================================================================*/
	
		#copyright {  
			font-family: verdana;
			font-size: 8pt;
			text-align:center;
			color: #4c6677;
		}
		
		#copyright span.copyText {
			font-size: 9px;
		}


