h1 {
	border-color: #8888bb;
}

h2 {
	border-width: 0 0 1px 0;
}

body {
        font-family: 'MS PGothic', Osaka, sans-serif;
	background-color: white;
	color: #444488;
}

p.footer  {
	font-size: small;
	color: #888888;
	font-style: italic;
	text-align: right;
}

p.date  {
	font-size: small;
	color: #888888;
	font-style: italic;
	margin-left: 2%;
}

hr {
	border-color: #8888bb;
	border-style: solid;
	height: 0px;
}


/* mingplot specific styles */

strong.plus {
        color: #ff4444;
}

strong.minus {
        color: #4444ff;
}

p.chart_flash {
        margin-left: 2.5%;
}

p.chart_caption {
        margin-left: 7.5%;
        font-size: smaller;
}

ul.chart_info {
        font-size: smaller;
        margin-left: 7.5%;
}

table.chart_info {
        margin-left: 7.5%;
}

img.chart_info {
	border-style: none;
	border-width: 0;
}
