	/*==================================================================*/
	/* 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
	====================================================================*/
	
		#notASpacer{
			height: 40pt; 
			overflow: visible;
		}
	
		#copyright{  
			font-family: verdana;
			font-size: 8pt;
			color: #0F5371;
		}

		#copyright-right{
			margin-left: 800px;
			margin-top: -50px;
		}
	
		#middle-bit{
			width: 400px;
		}

		.copyText {	
			color: #0F5371;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 9px;
		}


