/* CSS Document */

li {
	font-family:"Times New Roman", Times, serif;
	font-size: 0.9em;
	text-align: left;
	font-weight: normal;
	color: #0000ff;
	line-height: 1.6em;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	text-align: center;
	font-weight: normal;
	color: #ff0000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: left;
	font-weight: normal;
	color: #ff0000;
}

h3 {
	font-family:"Times New Roman", Times, serif;
	font-size: 1.1em;
	text-align: justify;
	font-weight: normal;
	color: #0000ff;
}
	
p {
	font-family:"Times New Roman", Times, serif;
	font-size: 1.0em;
	text-align: justify;
	font-weight: normal;
	color: #0000ff;
	line-height: 1.6em;
}

h5 {
	font-family:"Times New Roman", Times, serif;
	font-size: 0.9em;
	text-align: left;
	font-weight: normal;
	color: #0000ff;
	line-height: 1.6em;
}

/* h4 is used for the text in the footer */
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center;
	font-weight: normal;
	color: #ff0000;
	line-height: 1.4em;
}

.h3_red_centred {
	font-family:"Times New Roman", Times, serif;
	font-size: 1.0em;
	text-align: center;
	font-weight: normal;
	color: #ff0000;
	line-height: 1.6em;
}

.h3_blue_centred {
	font-family:"Times New Roman", Times, serif;
	font-size: 1.0em;
	text-align: center;
	font-weight: normal;
	color: #0000ff;
	line-height: 1.6em;
}

.h3_blue_left_aligned {
	font-family:"Times New Roman", Times, serif;
	font-size: 0.9em;
	text-align: left;
	font-weight: normal;
	color: #0000ff;
	line-height: 1.6em;
}

.left_column_contact_info_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: left;
	font-weight: normal;
	color: #ff0000;
}

