/* Color associations
  ##2C2D31		DarkGray
  #A58242		DarkGoldenRod
  #4169E1		RoyalBlue
  #DFE2FB               LightBlue
*/

body {
  font-family:		TimesRoman;
  background-color:	#DFE2FB;
  color:		#2C2D31;
}

table {
  text-align:		left;
  width:		100%;
  background-color:	#DFE2FB;
  border-width:		0px;
  border-spacing:	2px;
}

td {
  padding:		2px;
  vertical-align:	top;
  font-weight:		bold;
}

td.header {
  padding:		2px;
  vertical-align:	middle;
  font-weight:		bold;
}

h1 {
  font-family:		Helvetica;
  font-size:		24px;
  text-align:		center;
  font-weight:		bold;
}

h2 {
  font-family:		Helvetica;
  font-size:		18px;
  text-align:		left;
  font-weight:		bold;
}

h3 {
  font-family:		Helvetica;
  font-size:		16px;
  text-align:		left;
  font-weight:		bold;
  font-style:		italic;
}

p {
  font-size:		16px;
  text-align:		left;
  text-indent:		10px;
  font-weight:		normal;
  font-style:		normal;
}

.biblio {
  font-family:		Helvetica;
  font-size:		14px;
  text-indent:		0px;
}

.announce {
  text-align:		center;
  font-weight:		bold;
  font-style:		italic;
}

.note {
  font-size:		14px;
  font-weight:		normal;
  font-style:		italic;
}

a:link {
  color:		#2C2D31;
}
a:hover {
  color:		#2C2D31;
}
a:active {
  color:		#A58242;
}
a:visited {
  color:		#2C2D31;
}

a.announce:link {
  color:		#4169E1;
}
a.announce:hover {
  color:		#2C2D31;
}
a:active {
  color:		#A58242;
}
a.announce:visited {
  color:		#4169E1;
}

img {
  border:		0px solid;
}

img.common {
  width:		150px;
}
