.navLink:link { text-decoration:none; font-weight:normal;color: #222222;}
.navLink:visited {text-decoration:none; font-weight:normal;color: #222222;}
.navLink:hover { text-decoration:none;font-weight:normal;color: #6a6a6a;}
.navLink:focus { text-decoration:none;font-weight:normal;color: #222222;}

.smallNavLink:link { text-decoration:none; font-weight:normal;color: #6a6a6a;}
.smallNavLink:visited {text-decoration:none; font-weight:normal;color: #6a6a6a;}
.smallNavLink:hover { text-decoration:none;font-weight:normal;color: #6a6a6a;}
.smallNavLink:focus { text-decoration:none;font-weight:normal;color: #6a6a6a;}

.fatLink:link { text-decoration:none; font-weight:bold;color: #222222;}
.fatLink:visited {text-decoration:none; font-weight:bold;color: #222222;}
.fatLink:hover { text-decoration:none;font-weight:bold;color: #222222;}
.fatLink:focus { text-decoration:none;font-weight:bold;color: #222222;}

a:link{text-decoration:underline;font-weight:normal;color:#5a6375;}
a:visited{text-decoration:underline;font-weight:normal;color:#5a6375;}
a:hover{text-decoration:underline;font-weight:normal;color:#5a6375;}
a:focus{text-decoration:underline;font-weight:normal;color:#5a6375;}

hr {
	height: 1px;
	color: #cfcfcf;
	background-color: #cfcfcf;
	border: none;
}

div{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #222222;
}
html{
	min-height: 101%;
}
body{
	margin:0px;
	padding:10px;
	background-color: #ffffff;
}
#top{
	text-align:left;
	width:885px;   
	position:absolute;
	left:50%;
	margin:0px;
	margin-left:-442px;
	padding:0px;
	background-image:url('graph/bg.png');
	background-repeat: repeat-y;
}

#can0{
	margin-top:30px;
	margin-left:27px;
}

#canleft,#smallnavi,#canright{
	margin:0px;
	padding:0px;
}
#smallnavi{
	position:absolute;
	left:0px;
	text-align:left;
	font-size:11px;
}
#canleft{
	margin-bottom:30px;
	margin-right:104px;
	width:168px;
	text-align: right;
	font-size:12px;
	position:relative;
	float:left;
}
#canright{
	margin-bottom:30px;
	margin-right:76px;
	margin-left:272px;
	text-align: justify;
	font-size: 14px;
	line-height: 1.3;
}
.shot{
	padding-bottom: 5px;
	padding-right:15px;
	float: left;
	border:none;
}
.iti{
	margin-right:5px;
	float: left;
	border:1px solid #000000;
}
.listing,.listingbordered{
	margin-top:30px;
	padding-bottom:2px;
}
.listingbordered{
	background-image:url('graph/hr.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
}
.listingfootnote{
	font-size:11px;
	font-style: italic;
	color: #6a6a6a;
	text-align:right;
	clear:left;
	margin-top:15px;
}