@charset "utf-8";
body {
	background-image: url(images/patterns/dark_dotted2/dark_dotted2_@2X.png);
	background-repeat: repeat;
	background-color: #333333;
	margin-left: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
    color: #C2510B;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #C2510B;
}
a:hover {
    text-decoration: underline;
    color: #C2510B;
}
a:active {
    text-decoration: none;
    color: #C2510B;
}

.contact_field_style {
	font-family: Arial;
	font-size: 11px;
	color: #333;
	border: thin solid #CCC;
}


.footertext {
	font-family: Arial;
	font-size: 10px;
	color: #FFF;
}
.bodytext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #313131;
    text-align: justify;
}
.bodytext_Left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: left;
}
.bodytext_Right {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
    text-align: right;
}
.bodytextCentre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: center;
}

.bodytextSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-align: justify;
}

.bodytextwhite {
    font-family: Arial;
    font-size: 13px;
    color: #FFF;
    text-align: justify;
}
.bodytextwhitecentre {
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}
.greyborder {
    border: 1px solid #CCC;
    font-family: Arial;
    font-size: 12px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    color: #333333;
}
.greyborder2 {
    border: 1px solid #E3E3E3;
    font-family: Arial;
    font-size: 12px;
    color: #333333;
}
.bodytextGreen {
    font-family: Arial;
    font-size: 12px;
    color: #139847;
    text-align: justify;
}
.bodytextBlue {
	font-family: Arial;
	font-size: 12px;
	color: #0025B3;
	text-align: justify;
}
.bodytextRed {
	font-family: Arial;
	font-size: 12px;
	color: #0025B3;
	text-align: justify;
}

.bodytextYellow {
	font-family: Arial;
	font-size: 12px;
	color: #FFCC00;
	text-align: center;
}
.bodytextYellow2 {
	font-family: Arial;
	font-size: 14px;
	color: #FFCC00;
	text-align: center;
}


.bodytextGreenBIG {
	font-family: Arial;
	font-size: 18px;
	color: #D42C43;
	text-align: justify;
}
.bodytextGreenBIGCentre {
	font-family: Arial;
	font-size: 18px;
	color: #41ad49;
	text-align: center;
}
.bodytextRedBIG {
	font-family: Arial;
	font-size: 18px;
	color: #004CA5;
	text-align: justify;
}
.bodytextRedBIG2 {
	font-family: Arial;
	font-size: 16px;
	color: #D42C43;
	text-align: justify;
}

.verticalline {
	background-attachment: scroll;
	background-image: url(images/1px.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

.bodytext_BIG {
    font-family: Arial;
    font-size: 16px;
    color: #333;
}
.whiteborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
.imagewrap {
	padding-right: 10px;
	padding-bottom: 0px;
	float: left;
}
.imagewrap2 {
	padding-right: 20px;
	padding-bottom: 15px;
	float: left;
}
.imagewrap {
	padding: 30px;
}
.textwrapwithborder {
    font-family: Arial;
    font-size: 12px;
    padding: 30px;
    border: 1px dotted #41ad49;
    text-align: justify;
}
.highlightbox {
    padding: 30px;
    text-align: justify;
    font-family: Arial;
    background-color: #FFF9CC;
    font-size: 12px;
    color: #333333;
}
