/*	dco-print.css	Style sheet for Web pages
	Begun 28/08/08
*/

body	{
	font-size:		0.8em;
	font-family:	Calibri, 'Trebuchet MS', Helvetica, sans-serif
}

.central	{
	text-align:	center
}

.online-only	{
	display:	none
}

/*	divisions	*/

div#navbar	{
	display:	none
}

/*	images	*/

img	{
	border:	0
}

/*	colours and backgrounds	*/

.special	{
	background-color:	inherit;
	color:				#c11c1f	/* dark red from Institute badge */
}

h2	{
	background-color:	inherit;
	color:				#333	/* dark grey */
}

p.formal	{
	background-color:	inherit;
	color:				#c11c1f
}

/*	elements	*/

form	{
	display:	none
}

h1	{
	font-size:	150%
}

h2	{
	font-size:		180%
}

h3.highlight	{
	font-size:		230%;
	line-height:	115%
}

h4	{
	font-size:	110%
}

p.address	{
	font-size:		120%;
	font-weight:	bold
}

p#links	{
	display:	none
}

p#stamp	{
	font-size:		90%
}

p#tag	{
	font-size:		90%;
	line-height:	100%
}

/*	EOF	*/