
pre, p, li {
  /* font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif; */
  /* font-family: courier; */
  font-family: Helvetica, "Times New Roman", Times, serif;
  font-size: 14pt;
  margin-bottom: 10px;
  overflow: visible;
  width: auto;
  /*padding: 5px;*/
  /* background-color: #eee; */
  /*width: 650px!ie7;*/
  width: 90%;
  padding-bottom: 20px!ie7;
  /*max-height: 600px;*/
}

.indent {
	margin-left: 32px;
}

.small {
	font-size: 95%;
}

body {
	background-color: 	/* #425678;*/ /* #f6f4f2;*/ /*#F17E23; orange*/
/*#627698;*/
/*#efefef;*/
#FFFFFF;
color: #000000;

		font-family: Georgia;
}

ul {
	padding-top: 5px;
}
li {
	font-size: 115%;
	margin: 3px;
}

.inset {
	margin-left: 24px;
}

hr {
	margin-top: 22px;
	margin-bottom: 22px;	

	/*margin-top: 40px;*/
	/*margin-bottom: 40px;*/
}

hr.section  {
	margin-top: 40px;
	margin-bottom: 40px;

	/*width: 80%;*/
}

.quotations {
	padding-left: 15px;

}

.announcement {
	
	/*border-top: 3px solid black;
	margin-top: 30px;
	margin-bottom: 45px;*/
}

.source {
   font-size: 12pt;
   color: #555555;
   margin-left: 12px;
}

.source a {
   text-decoration: none;
}

.note {
    color: blue;
	visibility: hidden;
	height: 0px;
}

.main, .menu {
	float: left;
	width: 55%;
	margin-left: 30px;
	margin-bottom: 38px;
	overflow: visible;
	/*border-left: 2px dashed black;*/
}

.menu {
	background: #efefef;
	padding: 12px;
	height: 100%;
	margin-top: 15px;
	width: 170px;
}
/*a:link, a:visited {*/
a:link, a:hover, a:active {
  /*color: #062d68;*/
  /*color: #284f8a;*/
  color: #062d57;
  
  padding: 2px 1px 0;

  text-decoration: none;
  /*border-bottom-color: #ababde;*/
  border-bottom: 1px dotted #676789;
  /*border-bottom: 1px dashed #999;*/
  display: inline;
  /*font-weight: bold;*/
}
a:visited {
  color: #284f8a;
  color: #173e79;
   /*border-bottom-color: #676789;*/

}
/*
a:visited {
  color: #284f8a;
  text-decoration: none;
  border-bottom: 1px dashed #999;
}*/

a:hover {
  color: blue;
  background: #dedede;
}
/*
h3 {
	margin-bottom: 1px;
	padding-bottom: 1px;
}
*/
h1, h2, h3, h4, h5, h6 {
    /*margin: 5px 0 5px 0;
    padding: 0;*/
    line-height: 1;
}

h1 {
	font-size: 130%;
	font-family: Georgia;
}
h2 {
	font-size: 115%;
	color: #232367;	
}
h3 {
	font-size: 105%;
}

.admin p {
	font-size: 100%;
	font-style: italic;
	color: #121212;

}








