/* -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- //
// Fonts
// -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- */

/* next page */
.pagenavbold {
	font-family: arial;
	font-size: 8pt;
	color: #3F3D26;
	font-weight: bold;
}

/* sidebar text - small */
.sidebar {
	font-family: arial;
	font-size: 7.5pt;
	color: #421211;
}

/* link - next page */
a.pagenav:link {
	font-family: arial;
	font-size: 8pt;
	color: #3F3D26;
	font-weight: bold;
	text-decoration: underline;
}

a.pagenav:visited {
	font-family: arial;
	font-size: 8pt;
	color: #7D783E;
	font-weight: bold;
	text-decoration: underline;
}

a.pagenav:hover {
	font-family: arial;
	font-size: 8pt;
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}

/* link - red arrow */
a.arrow:link {
	font-family: arial;
	font-size: 8pt;
	color: #513127;
	text-decoration: underline;
}

a.arrow:visited {
	font-family: arial;
	font-size: 8pt;
	color: #513127;
	text-decoration: underline;
}

a.arrow:hover {
	font-family: arial;
	font-size: 8pt;
	color: #FF0000;
	text-decoration: underline;
}




