
/****************************************************************
   Name:		Hansard.css
   Description: Default style sheet for the Hansard publication.
   Used by:     Hansard-web.xsl
****************************************************************/

/* Global Styles */ 

div.appendix{
	padding-top: 15px;
	padding-bottom: 15px;
}

h2 {
	font-size: 150%;
}
 
h3.hansardH3 {
	font-size: 120%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 100%;
}


/* Table of Contents */

.TocObTitle {
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 6px;
}

.TocSbTitle {
	font-weight: bold;
	padding-top: 6px;
}

div {  }

.toc_level1 {
	padding-top: 6px;
}

.toc_level2 {
	position: relative; 
	left: 20px;
}

.toc_level3 {
	position: relative; 
	left: 32px;
}

.toc_OOB {
	font-weight: bold;
	font-size: 105%;
}
.toc_SOB {
	font-weight: normal;
	font-size: 100%;
}
.toc_Intervention, .toc_ProceduralText, .toc_Division, .toc_SOBQualifier {
	font-weight: normal;
	font-size: 95%;
	padding-top: 3px;
	padding-bottom: 3px;
}
.toc_Intervention {
	font-style: italic;
}

.toc_appendix {
	font-weight: normal;
	font-size: 95%;
}

a.tocLink:link, a.tocLink:visited {
	text-decoration: none;
	color: #000030;
}

a.tocLink:hover, a.tocLink:active {
	text-decoration: none;
	color: #000090;
}

.toc_ProceduralText > a.tocLink:link, .toc_ProceduralText > a.tocLink:visited, 
.toc_ProceduralText > a.tocLink:hover, .toc_ProceduralText > a.tocLink:active {
	color: #008000;
}

a.toc:link, a.toc:visited, a.toc:hover, a.toc:active {
	font-size: 85%;
	font-weight: bold;
	color: #006000;
}
