@charset "UTF-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	background-color: #C0C0C0;
}

.directions{
	font-size:smaller;
	font-weight:bold;
}

.Header{
	color: #0E2B8D;
	font-size: large;
	font-weight: bold;
}

.small_email{
	font-size:small;
}

.image_caption{
	font-size:small;
}

.print_page{
	font-size:small;
}

.show_in_print{
	display:none;
}
