.mainBody {
	font-family: Tahoma;
	font-size: 12px;
	color: #194139;
	letter-spacing: normal;
	line-height: 16px;
	text-align: left;
}
.roundedTopLeft {
	background-repeat: no-repeat;
	background-position: left top;
}
.roundedTopRight {
	background-repeat: no-repeat;
	background-position: right top;
}
.roundedBotLeft {
	background-repeat: no-repeat;
	background-position: left bottom;
}
.roundedBotRight {
	background-repeat: no-repeat;
	background-position: right bottom;
}
.mainTitle {
	font-family: Tahoma;
	font-size: 26px;
	color: #183D35;
	letter-spacing: -1px;
	font-weight: normal;
}
.mainTitleWhite {
	font-family: Tahoma;
	font-size: 28px;
	color: white;
	font-weight: normal;
}

.mainBoldText {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: normal;
	text-align: left;
}
.footer {
	font-family: Tahoma;
	font-size: 9px;
	font-style: normal;
}
.drops {
	font-family: Tahoma;
	font-size: 11px;
	color: #003300;
	font-weight: bold;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #26937F;
	border-right-color: #26937F;
	border-bottom-color: #26937F;
	border-left-color: #26937F;
}
.outlineRoundedTopLeft {
	background-image: url(images/rounded_top_left.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.outlineRoundedTop {
	background-image: url(images/rounded_top.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.outlineRoundedTopRight {
	background-image: url(images/rounded_top_right.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.outlineRoundedLeft {
	background-image: url(images/rounded_left.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.outlineRoundedBotLeft {
	background-image: url(images/rounded_bot_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.outlineRoundedBot {
	background-image: url(images/rounded_bottom.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.outlineRoundedBotRight {
	background-image: url(images/rounded_bot_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.outlineRoundedRight {
	background-image: url(images/rounded_right.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.bgImageNoRepeat {
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bgImageNoRepeatCentre {
	background-repeat: no-repeat;
	background-position: center center;
}
