.border1 {
	border: 1px solid #119184;
}
.table_bg {

	background-image: url(img/table_bg.jpg);
	background-repeat: repeat-y;
}
.table_bg2 {

	background-image: url(img/table_bg2.jpg);
	background-repeat: repeat-y;
}
.td_bg {
	background-attachment: fixed;
	background-image: url(img/td_bg.jpg);
	background-repeat: repeat-x;
}
.td_bg2 {
	background-attachment: fixed;
	background-image: url(img/td_bg2.jpg);
	background-repeat: repeat-x;
}.bordertb {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #02376D;
}

