﻿body 
{
    font-size: 14px;
    font-family: "Segoe UI", Calibri, sans-serif;
}

textarea, input
{
    font-family: "Segoe UI", Calibri, sans-serif;
    font-size: 1em;
}

.imageLeft 
{
    float: left;
    margin: 13px 13px 13px 0;
}

.imageRight
{
    float: right;
    margin: 13px 0 13px 13px;
}

.imageCentre 
{
    text-align: center;
    clear: both;
    margin: 13px 0;
}

a, a:link, a:visited, a:hover, a:active
{
    color: #043867;
    text-decoration: none;
}

a:hover, a:active
{
    color: #003867;
    text-decoration: none;
    border-bottom-style: solid;
}

input.bigTextBox
{
    width: 300px;
}

textarea.bigTextBox
{
    width: 300px;
    height: 120px;
}

img
{
    border: none;
}

a img
{
	border: none;
}
