#homepage_1 {
	width: 375px;
	height: 207px;
	background: url('../images/homepage/homepage_bg_1.jpg') no-repeat;
	padding-left: 405px;
	overflow: hidden;
	border-top: 1px white solid;
}

#homepage_1 {
	width= 100%;
}

#homepage_2 {
	width: 100%;
}

#homepage_2 table {
	font-size: 8pt;
	width: 100%;
}


#homepage_2 table td a:hover {
	text-decoration: underline;
}

#homepage_2 p {
	background-color: #64A2E0;
	margin: 0px;
	border-left: 2px white solid;
	border-right: 2px white solid;
	padding: 5px;
	text-align: right;
}

#homepage_2 p a {
	color: #000080;
	font-weight: bold;
	text-decoration: none;
}

#homepage_3 {
	width: 100%;
	height: 131px;
	background: url('../images/homepage/homepage_bg_2.gif') no-repeat;
	margin-bottom: 20px;
}

#homepage_3 table {
	border-collapse: collapse;
	height: 131px;
}

#homepage_3 table td {
	vertical-align: middle;
	padding-left: 3px;
	border:0px black solid;
}

#homepage_3 table td a {
	text-decoration: none;
}

#homepage_3 table td a:hover {
	text-decoration: underline;
}


