body {
	/*font-family: Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;*/
	font-family: Verdana;
	font-size: 13px;
}

td {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}

.tred {
	font-size: 16px;
	color: #dd3340;
	font-weight: bold;
}

.tblue {
	font-size: 15px;
	color: #213192;
	font-weight: bold;
}

.tgreen{
	font-size: 15px;
        color: #006837;
        font-weight: bold;
}

.bodyLayout1 {
	background: url('layout-line-1.jpg') top repeat-x;
}

.bodyLayout2 {
	background: url('layout-line-2.jpg') top repeat-x;
}

.bodyLayout3 {
	background: url('layout-line-3.jpg') top repeat-x;
}

.bodyLayout4 {
	background: url('layout-line-4.jpg') top repeat-x;
}

.bodyLayout5 {
	background: url('layout-line-5.jpg') top repeat-x;
}

#mainDiv {
	width: 950px;
	position: absolute;
	left: 50%;
	margin-left: -475px;
}

#headerLink {
	margin-top: 10px;
	float: right;
	font-family: verdana;
	font-weight: bold;
	font-size: 15px;
}

#headerLink div {
	float: left;
	text-align: center;
}

#headerLink a {
	color: #000;
	text-decoration: none;
}

#middleBody {
	position: absolute;
	left: 50%;
	top: 80px;
	margin-left: -475px;
	width: 950px;
	height: 400px;
	border: 1px solid #ccc;
}

