@CHARSET "UTF-8";
div.content{
	background: #fff;
	clear: both;
	color: #333;
	margin:0 auto;
	padding-top:10px;
	width:750px;
}
h1 {
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size:1.5em;
	margin: 10px 0 10px 0;
	padding:5px 7px 5px 7px;
	border-left:5px solid #009f00;
	background-color:#205F20;
	color: #ffffff;
	text-align:left;
	width:728px;
}
h3 {
	font-size:1.2em;
	margin: 10px 0 10px 0;
	padding:5px 7px 5px 7px;
	border-left:5px solid #307030;
	background-color:#509F50;
	color: #ffffff;
	text-align:left;
	width:728px;
}

a {
	color:#0000ff;
}
a:hover {
	color: #0000ff;
	text-decoration: none;
}
div.canvas{
	width:750px;
	text-align: left;
}
canvas{
	width:728px;
}
canvas.circle{
	width:400px;
}


/* -- footer -- */
dl.footer{
	color:#ffffff;
	padding-left:200px;
	font-size:11px;
	text-align:left;
	line-height: 2em;
	margin: 0em 0em;
	width: 350px;
	background: #505050;
}
dt.footer{
	color:#ffffff;
	font-weight: bold;
	padding-left: 0;
	vertical-align: top;
}
dd.footer{
	color:#ffffff;
	margin-left:0;
	margin-top: 0;
	vertical-align: top;
}
.footer a {
	color: #fff;
	background: #505050;
	font-weight: normal;
	text-decoration: none;
}
.footer a:hover {
	color: #fff;
	background: #505050;
	text-decoration: underline;
}

.industry_list li{
	list-style-type:none;
	float: left;
	width:200px;
}
div.industry_list{
	font-size:0.9em;
	background-color:#f5f5f5;
	width:728px;
}


