/* Color associations
  #D3D3D3		LightGray
  #A58242		DarkGoldenRod
  #4169E1		RoyalBlue
*/

body {
  font-family:		TimesRoman;
  background-color:	rgb(0,0,102);
  color:		#D3D3D3;
}

table {
  text-align:		left;
  width:		100%;
  background-color:	rgb(0,0,102);
  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:		#D3D3D3;
}
a:hover {
  color:		#D3D3D3;
}
a:active {
  color:		#A58242;
}
a:visited {
  color:		#D3D3D3;
}

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

img {
  border:		0px solid;
}

img.common {
  width:		150px;
}
