/* CSS Document */

a:link { color: #0000ff; }
a:visited { color: #0000ff; }
a:hover { color: #0000ff; }
a:active { color: #0000ff; }

body { 
	background-color: #ffffff;
	text-align: center; 
}
body,td,th { 
	font-size: 10pt; 
}

/* IDŽw’è */

div#head {
	width: 98%;
	height: 100px;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}

div#left {
	width: 46%;
	height: 100px;
	margin: 0px;
	float: left;
	border: 1px solid #000000;
}

div#center {
	width: 2%;
	height: 100px;
	margin: 0px;
	float: left;
	border: 1px solid #ffffff;
}

div#right {
	width: 46%;
	height: 100px;
	margin: 0px;
	float: left;
	border: 1px solid #000000;
}

div#head2 {
	width: 98%;
	height: 150px;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}

div#left2 {
	width: 46%;
	height: 100px;
	margin: 0px;
	float: left;
	border: 1px solid #000000;
}

div#center2 {
	width: 2%;
	height: 100px;
	margin: 0px;
	float: left;
	border: 1px solid #ffffff;
}

div#right2 {
	width: 46%;
	height: 100px;
	margin: 0px;
	float: left;
	border: 1px solid #000000;
}

ol {
	margin: 0px 0px 0px 5px;
}

ul {
	margin: 0px;
}

li {
	margin: 0px 2px 2px 2px;
}

h1 {
	color: #0000ff;
	text-align: left;
	padding: 10px 0px 0px 150px;
	text-decoration: underline;
}

h2 { 
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
}
h2.head { 
	color: #333333;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
	background-color: #C3D9FF;
	padding: 2px 0px 0px 0px;
}
h3 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
}
h4 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
}
.style1 {
	color: #0000FF;
}
.style32 {
	font-size: 9pt; 
	color: #0000ff;
	text-align: left;
}
.style33 {
	color: #660066;
}
.style34 {
	font-size: 9pt;
}
.style35 { 
	font-size: 8pt;
	text-align: left;
}
.ranking {
	width: 100%;
	height: 100%;
}
.blue { 
  color: blue;
  text-decoration: underline;
}
.blue2 { 
  color: blue;
}
.blue-left { 
  color: blue;
  text-align: left;
  text-decoration: underline;
}
.left { 
  text-align: left;
}
.center { 
  text-align: center;
}
.red {
	color: red;
	text-decoration: none;
}
.red2 {
	color: #990033;
	text-decoration: none;
}
.red3 {
	color: #990033;
	text-decoration: underline;
}
.perple {
	color: #660066;
}
img {
	border: none;
}
strong {
	font-weight: normal;
}



