#logo {
	position: absolute;
	top: 30px;
	left: 45px;
}

#menu {
	position: absolute;
	top: 5px;
	right: 5px;
	font: 10px arial;
}

select {
	font: 10px arial;
	border: 0px;
	width: 100px;
	color: #2288DD;
}

#prediction {
	border-top: dotted 1px #333333;
	border-bottom: dotted 1px #333333;
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 0;
	font: 11px arial;
	color: 333333;
}

#pict {
	position: absolute;
	top: 75px;
	left: 45px;
}

#text {
	position: absolute;
	top: 105px;
	left: 450px;
	width: 400px;
}

#legal {
	position: absolute;
	bottom: 5px;
	font: 9px arial;
	color: #B3B3B3;
}

#legal a {
	font: 9px arial;
	color: #B3B3B3;
	text-decoration: none;
}

#legal a:hover {
	font: 9px arial;
	color: #B3B3B3;
	text-decoration: underline;
}

#arrow {
	position: absolute;
	top: 25px;
	right: 0px;
}

#rollover {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	width: 250px;
	padding: 4px 4px 4px 4px;
	background-color: #FFFFFF;
	border: solid 1px #000000;
	z-index: 2;
}

p.header {
	font: bold 10px arial;
	margin: 0 0 3px 0;
}

p.why {
	font: normal 9px arial;
	margin: 0 0 0 0;
}

a {
	color: #111111;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.menu {
	font: 10px arial;
	color: #2288DD;
	text-decoration: none;
}

a.menu:hover {
	text-decoration: underline;
}

span.good {
	cursor: pointer;
	color: #118833;
	text-decoration: underline;
}

span.bad {
	cursor: pointer;
	color: #881133;
	text-decoration: underline;
}

span.g {
	color: #118833;
}

span.b {
	color: #881133;
}

span.a {
	color: #113388;
}

span.y {
	color: #333333;
}

.title {
	font: 24px arial;
	color: #333333;
}

.description {
	font: 11px arial;
	color: #333333;
	line-height: 14px;
}