﻿body {
	margin-top: 10px;
}
img {
	border: 0px;
}
a 			{ color: #000; text-decoration: none; font-weight:normal;} 
a:hover		{ color: #000; text-decoration: underline; }

table.middle {
	width:900px;
	margin:auto;
	border: 0;
}
table.outer {
	background-color: #FFFFFF;
	width: 100%;
}
table.inner {
	background-color: #CCCCCC;
	width: 100%;
}
td.header {
	background-image:url(images/header_01.jpg);
	background-repeat:no-repeat;
	height: 190px;
}
td.border_spacing {
	border:1pt solid #999999;
}
a.link:active,a.link:visited,a.link:link{
	color: #00F;
	text-decoration: underline;
}
a.link:hover {
	color: #00F;
	text-decoration: none;
}
h3 {
	 text-align:center;
}
.scrollBox{
	height:460px;
	min-width: 160px;
	overflow: auto;
	font-size:xx-small;
}
