body, th, td {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #e5e7eb;
}

body {
	background-color: #596679;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; 
}
a:link {
	color: #ffab0a;
}
a:visited {
	color: #ffab0a;
}
a:hover {
	color: #ffd40a;
}
a:active {
	color: #ffab0a;
}


.startletter {
	font-size: 20px;
	color: #fb8008;
	font-weight: bold;
}


.header {
	background-color: #FFFFFF;
}
.headerimage{
	background-image: url('../img/body/header.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
}
.middle {
	background-color: #5d6a7d;
	background-image: url('../img/body/middle.jpg');
	background-repeat: repeat-x;
}
.body {
	background-color: #596679;
	background-image: url('../img/body/body.jpg');
	background-repeat: repeat-x;
}
.middleimage {
	background-image: url('../img/body/middle_image.jpg');
	background-repeat: no-repeat;
}
.content {
	background-color: #778090;
}
.spacer {
	background-image: url('../img/body/2pxspace.gif');
	background-repeat: repeat-y;
	background-position: top right;
}