/* Default style sheet */

BODY {
/*  background-color: #a5a5a5; */
/*  background-color: #ffca68;*/
  background-color: white;
  color: black;
/*  color: white;*/
}

H1 {
   font-family: sans-serif;
   text-align: center;
}

H2 {
   font-family: sans-serif;
   margin-top: 1ex;
   margin-bottom: 0ex;
}

P.copyright {
	font-family: sans-serif;
	font-style: italic;
	font-size: small;
	text-align: right;
}

P.copyright IMG.homeButton {
	float: right;
}

TABLE.copyright {
	align: right;
	width: 80%;
}
TD.copyright {
	font-family: sans-serif;
	font-style: italic;
	font-size: small;
	text-align: right;
}

.copyright {
   font-family: sans-serif;
   font-style: italic;
   font-size: small;
}

P.disclaimer {
   font-family: sans-serif;
   font-size: small;
}

.image {
   text-align: center;
}

.download {
/*	float: right;*/
}
.downloadText {
   text-decoration: blink;
}
.reference {
   font-weight: bold;
}

DL {
   margin-top: 1ex;
   margin-bottom: 0ex;
}

DD.biblio {
 clear: both;
}

TD.myName {
  color: #b01010;
/*  color: white;*/
  font-family: sans-serif;
  font-size: large;
  font-weight: bolder;
}

A.myName {
  color: #b01010;
/*  color: white;*/
  font-family: sans-serif;
  font-size: large;
  font-weight: bolder;
  text-decoration: none;
}

ADDRESS {
	font-family: sans-serif;
	font-size: small;
	text-align: right;
	clear: both;
}

P.center {
   text-align: center;
}

P.abstract {
   margin-left: 3em;
}
P.abstract:before {
 content: "Abstract: ";
 font-weight: bold;
}

P.error {
	color: red;
	text-decoration: blink;
}

P.warning {
 color: red;
}

IMG.faces {
}

IMG.icon {
   vertical-align: middle;
}

TABLE.faces TD {
}
TABLE.faces TD.text {
/*   border-left: ridge;*/
   font-family: sans-serif;
}

A {
/*  color: #ff9900;*/
}

A:hover {
/*  background-color: #e0e0e0;*/
  background-color: #ff763b;
}


/*
UL {
	list-style-image: url("../media/dot.png");
}
*/

