﻿/* Create a basic, printer-friendly style
--------------------------------------------------------------------------------------- */

body
{
	font-family: "Tahoma", "Helvetica", "Arial", sans-serif;
}

#Content h1
{
	font-size: 11px;
}

#Content h2
{
	font-weight: bold;
	font-size: 16px;
}

#Content h3
{
	font-weight: normal;
	font-size: 14px;
	border: solid #000000;
	border-width: 0 0 2px 0;
}

#Content p
{
	font-size: 12px;
}

#Content ul li
{
	font-size: 12px;
}

#Breadcrumbs
{
	font-size: 10px;
}


/* Hide elements we don't want to print
--------------------------------------------------------------------------------------- */

#Navigation, 
#Footer, 
#GlossaryNavigation, 
.SelectLetterText
{
	display: none;
}