@charset "UTF-8";
/* FBS - index */

body {
	background-color:#EEFBFF;
	background-image:url(../assets/fbsBck.png);
	background-repeat:repeat-x;
	background-position:top;
	margin: 0;
}

#ContentWrap {
	width:900px;
	margin:0 auto;
	background-color:#fff;
}
#Content {
	width:880px;
	margin:0 auto;
}
.homeBottomTable {
	width:880px;
	margin:0 auto;
}
th {
	font-family:Arial;
	font-size:24px;
	font-weight:bold;
}
.lmTitle, .lmTitle a:link, .lmTitle a:visited {
	font-family:Arial;
	font-size:14px;
	color:#FF6700;
	text-decoration:none;
}
.lmTitle a:active, .lmTitle a:hover {
	color:#fff;
	background-color:#FF6700;
}
.lmSub {
	font-family:Arial;
	font-size:14px;
	color:#666666;
	margin-left:18px;
}
.homeBodyText {
	font-family:Arial;
	font-size:14px;
	color:#000;
}
.homeBodyText a:link, .homeBodyText a:visited {
	font-family:Arial;
	font-size:14px;
	color:#FF6700;
	text-decoration:none;
}
.homeBodyText a:active, .homeBodyText a:hover {
	color:#fff;
	background-color:#FF6700;
}
.messageText {
	font-family:Arial;
	font-size:24px;
	font-weight:bold;
	color:#000;
}
.FormTitle {
	font-family:Arial;
	font-size:24px;
	font-weight:bold;
}
