  /* Headings */
h1
{
	font-family:Verdana, Serif;
	font-size:150%;
	letter-spacing:0em;
	word-spacing:0.2em;
	color:#17171C;
	padding-bottom:0px;
    margin-bottom:7px;
      
    /* Make sure headings are not affected by B,I,U */
    text-decoration:none;
    font-style:normal;
    font-weight:bold;
}

h2
{
	font-size:130%;
	color:#02377F;
	margin-top:12px;
	word-spacing:0.2em;
	margin-bottom:3px;
	text-decoration:none;
    font-style:normal;
}

h3
{
	font-size:120%;
	color:#17171C;
	word-spacing:0.2em;
	letter-spacing:0.02em;
	margin-top:0px;
	margin-bottom:3px;
	text-decoration:none;
    font-style:normal;
}

/* Colours */
.cNormal
{
    color:Black;
}

.cBlue
{
    color:#02377F;
}

.cLightBlue
{
    color:#C2D6EA;
}

/* Effects */
.emphasis
{
    font-weight:bold;
}

.underline
{
    text-decoration:underline;
}

.italic
{
    font-style:italic;
}
