﻿/* ------------------------------------------------------------
	Brand Colours

	Dark Blue		100c 85m 31y 17k		#002248
	Light Blue		 83c 61m 24y  3k		#0E456C
   ------------------------------------------------------------ */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}

p {
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 150%;
    color: #002248;
}

h2 {
    font-size: 115%;
    color: #002248;
}

h3 {
    font-size: 100%;
    color: #002248;
}

A {
    color: #0E456C;
    text-decoration: none;
}

A:visited {
    color: #0E456C;
    text-decoration: none;
}

A:hover {
    color: #0E456C;
    text-decoration: underline;
}

LI {
    padding-top: 0.25ex;
    padding-bottom: 0.25ex;
}

.frmTextbox {
    border: thin #909090 solid;
}

.frmTextarea {
    border: thin #909090 solid;
}

.frmButton {
    border: thin #909090 solid;
    color: white;
    background-color: #0E456C;
    padding-top: 0.5ex;
    padding-bottom: 0.5ex;
    padding-left: 2ex;
    padding-right: 2ex;
}

.frmButton:hover {
    background-color: #002248;
    cursor: pointer;
}

A IMG, A IMG:hover, A IMG:visited {
    border: 0;
}
