/* CSS Document */


.style1 {
	font-family: "Courier New", Courier, mono;
	color:#000000;
	font-size: 12px;
}

p {
	font-family: "Courier New", Courier, mono;
	color:#000000;
	font-size: 12px;
}

.chartshead {
	font-family: "Courier New", Courier, mono;
	color:#000000;
	font-size: 14px;
	font-weight: bold;
	}
	
h1 {
	font-family: "Courier New", Courier, mono;
	color:#000000;
	font-size: 14px;
	font-weight: bold;
	}

#news {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	}
	
#chart {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	}

#footer a {
	font-weight: normal;
	text-decoration: none;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color:#FF0000;
	}
	
#footer a:link { text-decoration: none;
	color:#FF0000;
		}
#footer a:visited {  text-decoration: none;
	color:#FF0000;
		}
#footer a:hover { text-decoration: none;
	background:#000000;
		color:#FFFFFF;
		}
#footer a:active { text-decoration: none;
	color:#FF0000;
		}
		
#footer_index a {
	font-weight: normal;
	text-decoration: none;
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color:#FF0000;
	}
	
#footer_index a:link { text-decoration: none;
	color:#FF0000;
		}
#footer_index a:visited {  text-decoration: none;
	color:#FF0000;
		}
#footer_index a:hover { text-decoration: none;
	background:#000000;
		color:#FFFFFF;
		}
#footer_index a:active { text-decoration: none;
	color:#FF0000;
		}
