.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #003399;
	text-decoration: none;
	background-position: center center;
	text-align: center;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CC0000;
	font-weight: bold;
}
.leftnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}
.age {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8CA3CC;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}
a.topnav:hover {
	color: #FF0000;
}
a.leftnav:hover {
	color: #FF0000;
}
a.age:hover {
	color: #CC232A;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}


/* Printer-Friendly Version */

@media print {

    .bodycopy {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: black;
    }

    .header {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #0000ff;
        font-weight: bold;
    }

    h1 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #0000ff;
    }

    .np {
        display: none;
    }
}
