@charset "utf-8";
/* CSS Document */
.background {
	background-image: url(../images/banner/backgrd_x_repeat.jpg);
	background-repeat: repeat-x;
}
.body,tr,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
.margin {
	margin-left: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.borders-rltb {
	border: thin solid #001163;
}
.borders-lrb {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #001163;
	border-right-color: #001163;
	border-bottom-color: #001163;
	border-left-color: #001163;
}
.borders-ltb{
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #001163;
	border-right-color: #001163;
	border-bottom-color: #001163;
	border-left-color: #001163;
}
.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
.style1 {
	color: #FF0000;
	font-weight: bold;
}
.borders-l {
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #001163;
}
.background #membertable {
	margin-left: 30px;
}
