/* CSS Document */

body {

margin : 0;

font-family : Verdana, Arial, Helvetica, sans-serif;

font-size : 11px;

font-weight : normal;

color : #000000;

padding : 8px;

background-color: #e4f3f5;

}

.top {
	width: 580px;
	background-image:url(images/top.gif);
	height: 14px;
	margin-top: 12px;
	background-repeat: no-repeat;
	}
.mid {
	width: 580px;
	background-image:url(images/mid.gif);
	background-repeat: repeat-y;
	}
.bott {
	width: 580px;
	background-image:url(images/bott.gif);
	height: 18px;
	}

td {
	padding-left: 18px;
	}
.logo {
	margin-top: -48px;
	background-image:url(images/logo.gif);
	background-repeat: no-repeat;
	width: 580px;
	height: 105px;
	}