/*  style1.css  */

body {
  background: url(img/ulivo2.jpg) white;
  background-attachment: fixed;
  /* border-style: solid #333366; */
  color: #333366;
  font-size: 12px;
  font-family: Arial, serif;
  margin: 0px 75px 0px 15px; /*  Top - Right - Bottom - Left  */
  text-align: left;
}

table { 
  font-size: 14px;
}

a:link {
  background-color: transparent;
  color: #333366;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  background-color: transparent;
  color: #333666;
  font-weight: bold;
  text-decoration: none;
}

a:active {
  background-color: transparent;
  color: #333366;
  font-weight: bold;
  text-decoration: none;
}

a:hover { 
  background-color: transparent;
  color: #ff3300;
  font-weight: bold;
  text-decoration: none;
}

img {
  border-style: none;
  margin: 0px 0px 0px 5x;
}

.dx {
  float: right;
  margin: 10px;
}

.mid {
	margin: 10px;
	vertical-align: middle;
}

img.nomargin {
	margin: 0px 0px 0px 0px;
}

.sx {
  float: left;
  margin: 15px;
}

p {
  text-indent: 20px;
}

.news-txt {
  font-size: 10px;
}

.news {
  font-weight: bold;
  color: #ff3300;
}

.big {
	font-family: "Lucida Calligraphy", serif;
	font-size: 120%;
	text-align: center;
}

.big2 {
	background-color: transparent;
	color: #FF0000;
	font-family: arial, sans-serif;
	font-size: 150%;
}

.qst {
	background-color: transparent;
	color: #FFFFFF;
	font-family: arial, sans-serif;
}

.small {
	background-color: transparent;
	color: #FFFFFF;
	font-family: arial, sans-serif;
	font-size: 75%;
	font-weight: normal;
}

.tit2 {
	background-color: transparent;
	color: #FF0000;
}

.tit3 {
	background-color: transparent; /* Breus.html  */
	color: #C0C0C0;
	font-family: "Old English Text MT", serif;
	font-size: 275%;
}

.tit4 {
	background-color: transparent;
	color: #00FF00;
	font-weight: bolder;
}

.tit5 {
	background-color: transparent;
	color: #00FF00;
	font-family: arial, sans-serif;
	font-size: 80%;
}

.hBar_norm {
  font-size: 14px;
  background-color: transparent;
  color: #000000;
  font-weight: bold
}

.hBar_high {
  font-size: 14px;
  background-color: transparent;
  color: #ff5d00;
  font-weight: bold
}

.subM_norm {  
  font-size: 12px;
  background-color: transparent;
  color: #000000;
}

.subM_high { 
  font-size: 12px;
  background-color: transparent;
  color: #ffffff;
}





