/* CSS Document */

body {
color: #666;	 
font-family: Georgia, Arial, sans-serif;
font-size: 12pt;
}

a {
text-decoration: none;
color: #333333;
}

.small {
font-size: 9pt;
	}

.prev {
text-decoration: none;
font-size: 8pt;
font-weight: bold;
z-index: 2
	}	
	
.next {	
font-size: 8pt;
font-weight: bold;
z-index: 3
	}	


