/* SIO cascading style sheet */

BODY {
  font-family: Arial;
  font-size: 10pt;
	color: #000000;
	background-color: #000054;
  background-image: url(graphics/background.jpg);
}

.n {
  font-size: 10pt;
  font-family: Arial;
}

.highlight {
  background-color: #556aaa;
}

.datatable {
  border: 1pt solid #000000;
}

.headertext {
  font-size: 10pt;
	font-weight: bold;
  color: #474D5F;
}
	
.v {
	font-size: 11pt;
	font-family: Arial;
}

.datalable {
	font-size: 10pt;
	font-style: normal;
	color: #000000;
	text-align: right;
	}

.price {  text-align: right;
		font-family: Courier; }

.category_title { background-color: #dddddd; }

.step {
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	}

.disclaimer {
	font-size: 10pt;
	font-style: normal;
	color: #000000;
	}

.warning { color: #ff0000;
		background-color: #ffff00;  }

.news { color: #00008b;
	font-size: 8pt;
	}

.announce { text-align: center;
		font-size: 15pt;
	}
.alert {
	color: #ff0000;
	font-size: 12pt;
	font-style: normal;
	text-align: center;
	}

em { font-style: italic;
	font-size: 12pt; }

.normal {
		font: 12pt;
		vertical-align: top;
		text-align: justify;
	}

P {	font: 12pt; }

A:link    { color: #4169E1; text-decoration: underline; }
A:active  { color: #11118b; text-decoration: underline; }
A:visited { color: #22229c; text-decoration: underline; }
A:hover   { color: #000000; text-decoration: none; }

.menu a,.menu a:link,.menu a:active,.menu a:visited {
  color: #fff;
  border: 1px solid #000;
  text-decoration: none;
  background-color: #556aaa;
  font : 9px/16px Verdana, Arial, Helvetica, sans-serif;
  display: block;
}

.menu a:hover {
  cursor: pointer;
  background-color: #4169E1;
  border: solid 1px #000;
  text-decoration: none;
  font : 9px/16px Verdana, Arial, Helvetica, sans-serif;
}

.menu_on a,.menu_on a:link,.menu_on a:active,.menu_on a:visited {
  color: #fff;
  border: 1px solid #000;
  text-decoration: none;
  background-color: #4169E1;
  font : 9px/16px Verdana, Arial, Helvetica, sans-serif;
  display: block;
}

.menu_on a:hover {
  cursor: pointer;
  background-color: #556aaa;
  border: solid 1px #000;
  text-decoration: none;
  font : 9px/16px Verdana, Arial, Helvetica, sans-serif;
}
