/* CSS Document */
A:link { text-decoration: none; color: #000000}
A:active { text-decoration: none; color: #000000}
A:visited { text-decoration: none; color: #000000} 
A:hover { text-decoration: none; color: #000000}

body {
	background:#FFFFFF;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

img {
	border: 0;
	}
	
div.center {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	}


p	{
/*	border: #000000 1px dotted;  */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	width:720px;
	margin-left:auto;
	margin-right:auto;
	}

p.text-center {
	text-align:center;
	}

.small {
	font-size:.65em;
	}
	
#jnf-footer {
/*	border: #000000 1px dotted; */
	text-align:right;
	font-size:.65em;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	margin-top: -7px;
	width:750px;
	}