body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	background: #DEF1D5;
}
a {
	font-weight: bold;
	color: #4A611B;
	text-decoration: none;
}
a:hover {
	color: #999999;
}
div {
	position: relative;
}
.clear-floats {
	clear: both;
}
.underline {
    text-decoration: underline;
}
#page-border {
	width: 960px;
	margin: auto;
}
.subtitle {
	font-size: 1.4em;
	font-weight: bold;
}
.subtitle2 {
	font-size: 1.2em;
	font-weight: bold;
}
.subtitle3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #943634;
	margin-top: 8px;
	text-decoration: underline;
}
.subtitle4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #943634;
	margin-top: 4px;
	font-style: italic;
}
.bigger-bolder {
	font-size: 1.0em;
	font-weight: bold;
}
.tinyOnDark {
	color: #FFFFFF;
	background-color: #E90511;
	font-size: 12px;
	font-weight: bold;

}
.tiny {
	font-size: 10px;

}
.bigger {
	font-size: 14px;

}
.Head4 {
	font-size: 14px;
	font-weight: bold;
	color: #E90511;

}
.pic-left {
    float: left;
    text-align: center;
    margin: 10px 10px 10px 0;
}
.pic-right {
    float: right;
    text-align: center;
    margin: 10px 0px 10px 10px;
    width: 500px;
    text-align: left;
}
.row-centre {
  width: 60%;
  margin: auto;
}
.row p {
    text-align: center;
}
.row p.left,
.row .pic-right p.left {
    text-align: left;
    margin-left: 20px;
}
.row table{
    margin: auto;
}
.row img {
    max-width: 400px;
    margin-left: 20px;
    margin-right: 20px;
}
.row img.smallpic {
    max-width: 300px;
    margin-left: 10px;
    margin-right: 10px;
}
.pic-center {
    margin-left: 60px;
    margin-top: 20px;
}
.rates {
    position: relative;
/*    float:left*/
    left: -80px;
}
.notopspace {
    margin-top: -10px;
}
.link-title {
    display: inline-block;
    width: 220px;
    padding-top: 5px;
}
.link-link {
    display: inline-block;
    width: 200px;
    padding-top: 5px;
}
#header .pic-left {
    width: 480px;
    text-align: center;
}
#header .pic-right {
    width: 460px;
    text-align: center;
}
#header .pic-left img {
    max-width: 480px;
    margin: 2rem auto;
}
#header .pic-right img {
    max-width: 360px;
    margin: auto;
}
