/* TEXT FORMATTING */
.caption {
	font-family: Arial,Tahoma,Geneva,Helvetica;
	font-size: 7pt !important; line-height: 10pt;
   	color: black; font-weight: bold;
    }
.bodycopy {
	margin: 0 0 0 0; padding: 0 0 0 0;
	font-family: Arial,Tahoma,Helvetica;
	font-size: 10.5pt !important;
    line-height: 16.5pt;
    color: #555;
	}
.bodycopy a {
    color: #008fd9; text-decoration: underline;
    }
.bodycopy a:hover {
    color: red; text-decoration: underline;
    }
.bodycopy-small {
	font-family: Arial,Tahoma,Geneva,Helvetica;
	font-size: 8pt !important;
	line-height: 12pt;
   	color: black;
    }
.bodycopy-small a {
	color: #6792bf; text-decoration: underline;
	}
.bodycopy-small a:hover {
	color: red; text-decoration: underline;
	}
.bodycopy-small a:visit {
	color: #008fd9; text-decoration: underline;
	}

.bodycopy-large {
	margin: 0 0 0 0; padding: 0 0 0 0;
	font-family: Arial,Verdana,Tahoma,Helvetica;
	font-size: 12pt !important;
    line-height: 20pt; letter-spacing: 0.5;
    color: #333;
	}
.bodycopy-large a {
    color: #008fd9; text-decoration: underline;
    }
.bodycopy-large a:hover {
    color: red; text-decoration: underline;
    }
p { margin-top: 5px; }

/*
hr { background: url('../gfx/ruler.png') repeat-x;
	border: none; padding-top: 10px; padding-bottom: 3px; margin: 0;
	border-style: none;
	}
*/

hr {
	border: 1px dotted #6792bf; border-style: dotted none none none;
	color: #fff; background-color: #fff;
	margin: 0; padding: 0; height: 1px; clear: both;
	margin-bottom: 10px; padding-top: 4px;
	}

.caption {
	font-family: Arial,Tahoma,Geneva,Helvetica;
	font-size: 8pt !important; text-align: center;
	line-height: 12pt; font-weight: bold; color: black;
    }

.pageheading {
	font-family: 'Akzidenz'; font-size: 50pt; line-height: 50pt;
	color: black; letter-spacing: -1;
	}
.CROSSHEAD {
	color: #6792bf; font-family: 'Akzidenz-Bold'; font-size: 18pt;
	margin-bottom: 4px; margin-top: 26px;
	}


/* NEWS */
.newsheading { font-family: 'Akzidenz'; font-size: 28pt; line-height: 24pt; }
.newsblue { color: #6792bf; font-family: 'Akzidenz-Bold'; font-size: 30pt; line-height: 26pt; }
.newspostedblue { color: #6792bf; font-family: 'Akzidenz-Bold'; font-size: 18pt; }
.newsposted { color: #000; font-family: 'Akzidenz'; font-size: 18pt; }

/* BUTTON */
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
	}
a.button {
    background: transparent url('../gfx/buttonbar.png') no-repeat;
	background-position: 0 0; padding: 0 0 0 0;
    color: #fff;
    display: block;
    height: 29px; width: 268px;
	font-family: Tahoma, Geneva, Helvetica; font-size: 10.5pt !important;
	letter-spacing: 0; color: white; font-weight: bold; padding-top: 8px;
	text-align: center; text-decoration: none;
	}
a.button:hover {
	background-position: 0 -37;
	outline: none; /* hide dotted outline in Firefox */
	text-decoration: none; color: white;
	}
div.ruler {
	border: 2px dotted #6792bf; border-style: dotted none none none;
	color: #fff; background-color: #fff; display: block;
	margin: 0; padding: 0; height: 1px; clear: both;
	margin-bottom: 14px;
	}
div.spacer55 {
	border: none; display: block;
	margin: 0; padding: 0; height: 55px; clear: both;
	}
div.spacer25 {
	border: none; display: block;
	margin: 0; padding: 0; height: 25px; clear: both;
	}
