	/*==================================================================*/
	/* 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;
		}	

		div.clear {
			clear:both;
			height:1px;
			overflow:hidden;
		}


	/*==================================================================*/
	/* Paper Tags
	====================================================================*/

			#footer-panel {
				width:605px;
			}

			#paper-tv-panel {
				
				background-image:url(../images/tvpanel.gif);
				background-repeat:no-repeat;
				margin: 0px auto 0px auto;
				font-family: verdana;
				font-size: 10pt;
				text-align:center;
				height: 100px;
				width: 230px;
			}

			#paper-tv-panel-bd {
				padding:40px 16px 8px 16px;
			}


			/*#paper{
				margin: 0px auto 0px auto;
				font-family: verdana;
				font-size: 10pt;
				text-align:center;
				width: 565px;
			}	

			#paper #paper_header{
				position:relative;						
				margin: 0px 0px 0px 0px;
				padding: 0px 0px 0px 0px;
				1background: url(paper-top.gif) no-repeat;
				background-position: top;
				height: 15px; 				
			}
			
			#paper #paper_body{
				position:relative;						
				margin: 0px 0px 0px 0px;
				padding: 10px 20px 10px 20px;
				background: url(paper-repeat.gif) repeat-y;				
			}
			
			#paper #paper_footer{
				position:relative;						
				margin: 0px 0px 0px 0px;
				padding: 0px 0px 0px 0px;
				background: url(paper-base.gif) no-repeat;
				background-position: bottom;
				height: 15px; 				
			}*/


	/*==================================================================*/
	/* Custom Tags
	====================================================================*/
	
		#notASpacer{
			height: 40pt; 
			overflow: visible;
		}
	
		#middle-bit{
			xwidth: 400px;
		}

		
		#flash_navigation {  
			margin: 0px 0px 20px 0px;
			font-family: verdana;
			font-size: 8pt;
			color: #4c6677;
			text-align:center;
		}
		
		#copyright {  
			margin: 20px 0px 20px 0px;
			font-family: verdana;
			font-size: 8pt;
			text-align:center;
			color: #4c6677;
			width: 540px;
		}
		
		#copyright span.copyText {
			font-size: 9px;
		}

		.nudge-left {
			float:left;
		}

		.nudge-right {
			float:right;
		}
