/* Links: */
a, a:visited {
	color: #003366;
	font-weight: 600;
}
a:hover {
}
/* Visible area of the page */
body {
	background-color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif;
	padding: 2em;
}
/* Headings: */
h1 {
	font-size: 2em;
	color: #003366;

}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1em;
}
/* Top section of the page: */
.header {
	width: 100%;
	clear: both;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
/* GALT banner at the left of the top section of the page: */
.headerbanner {
	float: left;
	padding: 0px 10px 5px 0px;
}
/* Page title in the top section of the page: */
.pagetitle {
	clear: both;
}
/* Section for page content: */
.pagecontent {
}
.pagecontent em {
	color: #990033;
	font-style: normal;
	font-weight: 600;
}
.pagecontent p {
	padding: 5px 5px 0px 0px;
}
/* Logos used in page content: */
.pagecontentlogo {
	float: left;
	padding: 5px 0px 0px;
}
/* Bottom section of the page: */
.trailer {
	padding-top: 5px;
	font-size: 0.7em;
}
/* Organisation logo at the left of the bottom section of the page: */
.trailerlogo {
	float: left;
	padding: 5px 5px 0px 0px;
}
/* Date and version statement at the right of the bottom section of the page: */
.trailerversion {
	float: right;
}
.component {
    clear: both;
}
.componentlogo {
	float: left;
	width: 50px;
}
.componentname {
	margin-left: 55px;
}
.componentname p {
	padding: 0px;
}
.componentname h2 {
	font-family: Geneva, sans-serif;
	font-size: 1.5em;
}
