<style type="text/css">

body{
font: 11.5px arial; 
background-image: url(bg.jpg);
}

  A:link { font-size: 11.5px; color: #21BECF; text-decoration: none; font-weight: bold; cursor:default; }
	A:visited { font-size: 11.5px; color: black;  cursor:default; }
	A:active { font-size: 11.5px; text-decoration:none; cursor:default; }
	A:hover { color: white; text-decoration: dropshadow; text-transform: lowercase; cursor:default;}

	div.container {
	text-align: center;
	background-color: #FFFFFF;
	width: 700px;
	} 
		
		
	div.main {
	width: 700px;
	height: 4500px;
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left;}
	 
	div.left {
	
	float: left; 
	
	}
	
	div.middle {
	width: 340px;
    float: left;
	background-color: #fff;
	padding: 2px;
	}
	
	div.right {
	float: right;
	clear: none;
	}


table.news {
background-image: url(graybg.jpg);
font: 11.5px arial; 
line-height: 20px;
color: white;
width:200px;
}
form {
font: 11.5px arial;
color: white;
width: 150px;
}

input {
border: 1px solid #EE1D24;
font: 11px arial;
color: black;
}
td.news {
background-color: #696969;
border-bottom: 8px solid #4B4B4B;

}


table.charts {
background-image: url(redbg.jpg);
width: 150px;
font:    11px arial;}

ul {
font: 9px;
line-height: 10px;
}

td.charts {
border-bottom: 8px solid #C80F13;
background-color: #EE1D24;} 

</style>
