.style4 {	font-size: 10px;
	color: #FF9000;
}
.style5 {
	font-size: 10px;
	color: #FF9000;
}
a:link {
	color: #FF9000;
	text-decoration: none;
}
a:visited {
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FF6600;
	text-decoration: none;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
        color: FFFFFF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
        color: FFFFFF;
        padding-left:10px;
        padding-right:5px;  
}
.ticker {
font-size:11px;
padding-top: 3px;
}
body {
	background-image: url(images/bg1.jpg);
}

.lefttitle {
width: 150px;
font-size: 14px;
font-face: Tahoma;
font-weight: bold;
background-color: #000000;
color: #FFCC00;
padding: 5px 0px 5px 0px;
margin-left: 10px;
margin-right: 10px;
margin-top: 5px;
margin-bottom: 0px;
border: 1px solid #FF0000;
}
.left-text {
width: 150px;
background-color: #1F2341;
font-size: 12px;
font-face: Verdana, Arial, Tahoma;
color: #232323;
font-weight: bold;
margin-left: 10px;
margin-right: 10px;
margin-top: 0px;
margin-bottom: 0px;
padding: 5px 0px 5px 3px;
border: 1px solid #FF0000;
border-top: 0px;
}