/* CSS Document */


.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	}
.maincontent {
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: small;
	margin-left: 20px;
	}
.narrowmaincontent {
	margin-right:80px;
	}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2A746C;
	font-weight: bold;
	font-size: medium;
}
.dividingline {
	border-top: 1px solid #2A746C;
	}

.term {
    font-family:Georgia, 'Times New Roman', Times, serif;
	font-weight:bold;
	color: #2A746C;
	}
.global {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	margin-left: 3px;
	line-height: 220%;
	color:#000000;
	}
a:hover { color:#993300}
a.global {text-decoration:none}
a.local {
	text-decoration:none;
	color: #000000;
}
.localbox {
    font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: normal;
	color:#000000;
	margin-left:24px;
	}
.highlight {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2A746C;
	font-weight: bold;
	font-size: small;
	}
.backtotop {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2A746C;
	font-size: small;
	background-color:#CCCCCC;
	padding: 3px;
	}
.footer {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	}

