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

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

/* bulleted text */
.bullet {
	font-family: Times New Roman;
	font-size: 9pt;
	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;
}

/* sidebar video text */
.sidebar_video {
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	color: #731110;
}

/* link - sidebar video */
a.arrow_video:link {
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	color: #575BA4;
	text-decoration: underline;
}
a.arrow_video:visited {
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	color: #575BA4;
	text-decoration: underline;
}

a.arrow_video:hover {
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	color: #575BA4;
	text-decoration: none;
}




