body {
	margin: 0;
	padding: 0;
	background-color: #D7F9FF;
}
table.out {
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
p, td {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
#headerimg {
	background-image: url(img/header.gif);
	background-repeat: no-repeat;
	margin: 0;
	height: 130px;
}
#leftimg {
	background-image: url(img/image.jpg);
	background-repeat: no-repeat;
	height: 285px;
  margin-top: 50px;

}

h1 {
	font-family: arial, verdana, sans-serif;
	color: #000080;
	font-size: 25px;
	line-height: 120%;
	text-align: center;
}

h4 {
   background-image: url(img/button.jpg);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 6px;
	padding-left: 40px;
	font-weight: bold;
	color: #000080;
	font-size: 13px;
}

.topad {
	background-color: #FFF100;
	padding: 2px 1px 3px;
}
.copyright {
	border-top: 1px solid #00008B;
	background-color: #FFF100;
	height: 25px;
	color: #000000;
}
.border-left {
	border-left: 1px solid #00008B;
}
.links {
   padding-top: 3px;
	padding-left: 12px;
}
.links a:link {
	text-decoration: none;
}
.links a:hover {
	text-decoration: underline;
	background-color: #FFFF00;
}