a:link { color: rgb( 33, 119, 76 ); }
a:visited { color: rgb( 121, 0, 102 ); }
h2 { 
	color: rgb( 33, 119, 76 ); 
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: arial, sans-serif; 
	font-size: 16pt; 
}
h3 { 
	color: rgb( 33, 119, 76 ); 
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 6px;
	font-family: arial, sans-serif; 
	font-size: large; 
}
h4 { 
	color: rgb( 33, 119, 76 ); 
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 6px;
	font-family: arial, sans-serif; 
	font-size: medium; 
}
h5 { 
	color: rgb( 33, 119, 76 ); 
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 6px;
	font-family: arial, sans-serif; 
	font-size: small; 
}
ol {
	list-style-type: decimal;
}
p {
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
	border: 0px;
}
img {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	border: 0px;
}
.logo {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
}
.normal_text {
	color: rgb( 0, 0, 0 );
	font-family: arial, sans-serif; 
	font-size: 10pt; 
}
.notation {
	color: rgb( 0, 0, 0 );
	font-family: arial, sans-serif; 
	font-size: 10pt; 
	font-style: italic;
	font-weight: bold; 
}
.copyright_text { 
	color: rgb( 122, 0, 102 );
	margin: 5px;
	font-family: arial, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
}
.menu a {
	color: rgb( 0, 0, 0 );
	padding: 2px;
	font-family: arial, sans-serif; 
	font-size: 9pt; 
	display: block;
	text-decoration: none;
	background-color: rgb( 194, 217, 205 );
}
.menu a:hover {
	color: rgb( 255, 255, 255 );
	background-color: rgb( 33, 119, 76 );  
}
#footer {
  position: relative;
  clear: right;
  height: 80px;
  width: 100%;
  margin-top: 0px;
  padding-top: 0px;
  background-color: rgb( 194, 217, 205 );
}
td.eggplant_border { border: 3px solid rgb( 122, 0, 102 ); }
td.white_border { border: 4px solid rgb( 255, 255, 255 ); }
