body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #f0ffff;
}

.base {
	width: 720px;
	margin-top: 20px;
	background-image: url(../images/topHeadL.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.tableBottomL {
	background-image: url(../images/tableBottomL.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.tableBottomC {
	background-image: url(../images/tableBottomC.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

.tableBottomR {
	background-image: url(../images/tableBottomR.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/*----------------------------------------------------------*/

.menuitem {
	margin: 0px;
	padding: 0px;
}

.menuitem a {
	margin: 0px;
	padding: 0px;
	text-align: center;
	display: block;
	border-bottom: 1px solid #CCCCCC;
}

.submenu {
	margin: 0px;
	padding: 0px;
	text-align: left;
	position: absolute;
	visibility: hidden;
}

.submenu img {
	margin: 0px;
	float: left;
}

/*----------------------------------------------------------*/

.f10gray {
	font-size: 10px;
	color: #999999;
}

.f12lh16 {
	font-size: 12px;
	line-height: 16px;
}

.f12bold {
	font-size: 12px;
	font-weight: bold;
}

.f12just {
	font-size: 12px;
	text-justify: distribute;
}

.f14bold {
	font-size: 14px;
	font-weight: bold;
}

.f14bold a {
	color: #999999;
	text-decoration: none;
}
.f14bold a:hover {
	color: #FF0000;
}

.f16lh20 {
	font-size: 16px;
	line-height: 20px;
}

.f16green {
	font-size: 16px;
	color: #009900;
}

.f18bold {
	font-size: 18px;
	font-weight: bold;
}



