﻿/* The embedded font used will not print from IE so I am changing it to Arial during printing */
#header #navigation,
#header #header-middle,
#content h2,
#content h3,
#content h4,
.box h2,
#footer h2,
#footer .box h3,
.form input[type="text"],
.form input[type="password"],
.form textarea,
.form select,
.form input[type="submit"],
.form input[type="reset"] {
	font-family:Arial, Helvetica, sans-serif !important;
}