/* Innovation Alberta CSS1 and CSS2 definitions for print media */

html, body
{
	background-color: #fff;
	font-family: times, serif;
	color: #000;
	font-size: 12px;
}

p, ul, ol, li, table, tr, td
{
	font-family: times, serif;
	font-size: 12px;
}

h1
{
	font-weight: 900;
	font-size: 14px;
}

h2
{
	font-weight: 12px;
	color: #333;
}

/* Class definitions for physical markup */
.feature
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0099FF;
}

/* CSS2 Layout ID regions hidden for irrelevance in print */

.header
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ccf;
	margin: 5px;
}

#sidebar { display: none; }
#content { font-family: times, serif; }
#footer { display: none; }
.home_button { display: none; }