/*
** HTML elements
*/
body { 
  	background-color: #FFFFFF; 
  	font-size: 10pt; 
  	font-family: tahoma,helvetica,arial;
}

p,ul,li,div,form,em,blockquote,quote { 
  	font-size: 10pt; 
  	font-family: tahoma,helvetica,arial; 
  	font-weight: normal; 
}

td { 
  	font-family: tahoma,arial,helvetica; 
  	font-size: 10pt; 
  	font-weight: normal; 
}

td.left { 
	font-family: tahoma,arial,helvetica; 
	font-size: 10pt; text-align: left; 
}

/**********************  HEADER ************************/

td.oru { 
	background: url("images/or-u.png"); 
	width: 100%; 
}
td.ord { 
	background: url("images/or-d.png"); 
	width: 100%; 
}
td.orl { 
	background: url("images/or-l.png"); 
}
td.orr { 
	background: url("images/or-r.png");
}
td.orcnt { 
	background: #FBC636; 
	width: 100%; 
	font-family: tahoma,arial,helvetica; 
	font-size: 10pt; 
	font-weight: bold; 
	text-align: center; 
}

/*  ????? */

td.gru { 
	background: url("images/gr-u.png"); 
	width: 100%; 
}
td.grd { 
	background: url("images/gr-d.png"); 
	width: 100%; 
}
td.grl { 
	background: url("images/gr-l.png"); 
}
td.grr { 
	background: url("images/gr-r.png"); 
}
td.grcnt { 
	background: #C6C6C6; 
	width: 100%; 
	font-family: tahoma,arial,helvetica; 
	font-size: 10pt; 
}

/**********************  BODY ************************/

td.lgu { 
	background: url("images/lg-u.png"); 
	width: 100%; 
}
td.lgd { 
	background: url("images/lg-d.png"); 
	width: 100%; 
}
td.lgl { 
	background: url("images/lg-l.png"); 
}
td.lgr { 
	background: url("images/lg-r.png"); 
}
td.lgcnt { 
	background: #E4E4E4; 
	width: 100%; 
	font-family: tahoma,arial,helvetica; 
	font-size: 10pt; 
	white-space: normal; 
}
td.lgcntnw { 
	background: #E4E4E4; 
	width: 100%; 
	font-family: tahoma,arial,helvetica; 
	font-size: 10pt; 
	white-space: nowrap; 
}

/******************************/

small { 
  font-size: 8pt; 
}

big { 
  font-size: 12pt; 
}

hr { 
  color: #404040; height: 1px; 
}

a {
  color: #804000; 
}

a:link, a:visited {
  color: #000000; 
}

a:active {
  color: #FFFFFF; 
}

b {
  font-weight: bold; 
}

table { 
  border-collapse: separate; 
}