/* CSS for printing */
body, html
{
	color: black;
	background-color: white;
}

.container
{
	width: 100%;
}

/* page layout */
#main
{
	background-color: white;
}

#topheader
{
	background-color: #eee;
}

#logo
{
	text-align: right;
}

table td
{
	padding: 10px;
}

/* hidden blocks */
#bottommenu, #sidebar, #cheader, #topmenu, #brcr
{
	display: none;
}

/* fonts */
p
{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12pt;
	line-height: 1.3em;
}

h1, h2, h3
{
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 12pt;
}

h1
{
	font-size: 16pt;
}

h2
{
	font-size: 14pt;
}

h1.slogan
{
	font-size: 13pt;
}