	body {
		font-family:Verdana;
		background-color:#FFFFFF;
		text-align:center;
		margin-top:25px;
		margin-bottom:25px;
		}
		
	input, select, checkbox, textarea {
    	font-family:verdana, arial, sans-serif;
    	color:#666666;
    	font-size:11px; 
    	font-weight:normal;
		}
	
	A 			{ color: #999; text-decoration:underline; } 
	A:link		{ color: #999; text-decoration:underline; } 
	A:visited	{ color: #999; text-decoration:underline; } 
	A:active	{ color: #FD8BA0; text-decoration:none; } 
	A:hover		{ color: #FD8BA0; text-decoration:none; }
	
	.nav-box-top	{
		border-top:#D3D3D3 dotted 1px;
		border-bottom:#D3D3D3 dotted 1px;
		padding:8px;
		text-align:right;
		color:#666666;
		font-size:11px;
		}
		
	.nav-box-bottom	{
		border-top:#D3D3D3 dotted 1px;
		border-bottom:#D3D3D3 dotted 1px;
		padding:8px;
		text-align:left;
		color:#999999;
		font-size:11px;
		}
	
	.nav-title {
		color: #FD8BA0;
		font-weight: normal;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-size: 11px;
		}
	
	.nav-text {
		color:#666666;
		font-weight:normal;
		font-size:11px;
		line-height:220%;
		}
		
	.line {
		border-bottom:#D3D3D3 dotted 1px;
		}
		
	
	.text {
		color:#666666;
		font-size:11px;
		font-weight:normal;
		text-align:justify;
		line-height:150%;
		}
