@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Times New Roman, Times, serif;
	font-style: italic;
	padding-top: 5px;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #CCC;
}
a:active {
	text-decoration: none;
}


#images {
	position:absolute;
	left:0px;
	top:10px;
	width:inherit;
	height: inherit;
	overflow:visible;
}
.leftframe {
	padding-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
}
