body {
 	margin: 0px;
	background-color: #FFFFFF;
}

p, td, .defaultText {
	font-family: arial;
	font-size: 12px;
        font-weight: 600;
        color: #FFFFFF;
}

.title {
	font-family: arial;
	font-size: 14px;
	color: #9E4AA2;
}

.strapline {
	font-family: times new roman;
	font-size: 14px;
        line-height: 150%;
}

.smallblack {
	font-family: arial;
	font-size: 9px;
        font-weight: normal;
	color: #000000;
}

.spacing100 {
	font-family: trebuchet ms, tahoma;
	font-size: 11px;
        line-height: 100%;
	color: #003170;
}


h1 {
	font-family: trebuchet ms, tahoma;
	font-size: 24px;
        font-weight: bold;
        text-align: center;
	color: #7BC5A4;
}

h2 {
	font-family: trebuchet ms, tahoma;
	font-size: 16px;
        font-weight: bold;
        text-align: center;
}

h3 {
	font-family: trebuchet ms, tahoma;
	font-size: 12px;
        font-weight: bold;
        text-align: left;
}

h5 {
	font-family: trebuchet ms, tahoma;
	font-size: 10px;
        line-height: 100%;
        font-weight: bold;
        text-align: right;
}

h6 {
	font-family: trebuchet ms, tahoma;
	font-size: 10px;
        font-weight: normal;
        text-align: center;
}

ul {
	margin: 20px;
}

select {
	font-family: trebuchet ms, tahoma;
	font-size: 12px;
	color: #003170;
}

textarea {
	font-family: trebuchet ms, tahoma;
	font-size: 12px;
	color: #003170;
}

input {
	font-family: arial; trebuchet ms, tahoma;
	font-size: 9px;
	color: #000000;
}

a:link {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
        color: #51421A;
}

a:active {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
        color: #51421A;
}

a:visited {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
        color: #51421A;
}

a:hover {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
        color: #51421A;
}


/* new */

.boxtitle {
	font-family: arial;
	font-size: 12px;
	color: #F9DD16;
	weight: bold;
}

.boxbody {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	weight: normal;
}

a.boxlink:link {
	font-family: arial;
	font-size: 11px;
        color: #000000;
	font-weight: normal;
	font-style: italic;
}