body {
    background-color: #FFFFFF;
    background-image: url(../Images/Interface/PageBackground.gif);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top left;
	background: #FFFFFF url(../Images/Interface/PageBackground.gif) fixed no-repeat top left;
}

h1 {
	text-align: left;
	font-family: Arial;
	font-size: 28px;
	line-height: 16px;
	font-weight: 300;
	color: #000000;
	}
	
h2 {
	text-align: left;
	font-family: Arial;
	font-size: 22px;
	line-height: 16px;
	font-weight: 300;
	color: #000000;
	}

p, ul, form, ol {
	text-align: justify;
	font-family: Arial;
	font-size: 14px;
	line-height: 16px;
	color: #444444;
	}
	
sup {
	text-align: justify;
	font-family: Arial;
	font-size: 10px;
	color: #444444;
	}
	
.CopyrightText {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}

select, input, textarea {
	font-family: Arial;
	font-size: 14px;
}

.SmallHeader {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}

.ErrorText {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #FF0000;
}

.SmallDate {
	font-family: Arial;
	font-size: 10px;
	color: #444444;
}

.SmallText {
	text-align: justify;
	font-family: Arial;
	font-size: 12px;
	color: #444444;
}

.ContactHeading {
	text-align: left;
	font-family: Arial;
	font-size: 20px;
	line-height: 22px;
	color: #000000;
}

.ContactDepartment {
	text-align: left;
	font-family: Arial;
	font-size: 14px;
	line-height: 20px;
	color: #222222;
}

