.box {
	background-image: url(images/bottom-box.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 180px;
	background-color: #FFCF40;
	float: right;
	margin-right: 10px;
	white-space: normal;
}
.footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color:#000000;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #113080;
}
.bodytext h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #113080;
	font-weight:bold;
	padding-left: 10px;
}

strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #060A6B;
}


.box h2 {
	background-image: url(images/top-box.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: underline;
}

.box p {
padding: 0 20px 10px 20px;
}
.linksSeperator {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #040768;
}
.warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #FF0000;
}
