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

<style type="text/css">

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
  .header {
	color: #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(bg_gradient.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 60px;
}
.pad1 {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.bottom_border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.image_border {
	border: 1px solid #CCCCCC;
}
a:link {
	color: #40918F;
}
a:visited {
	color: #40918F;
}
a:hover {
	color: #999999;
}
a:active {
	color: #999999;
}

</style>

