/* CSS Document */


body{
	background-color:#e7e7e7;
	background-image:url(imgs/bg_tilex.gif);
	padding: 0px;
	margin: 0px;
	font-family:tahoma;
	font-size:11px;
	color:#999999;
	table-layout:fixed;
}

.fbody{
	background-color:#fff;
	background-image:none;
}

table{
	padding:0px;
	border:0px;
	font-family:tahoma;
	font-size:11px;
	color:#999999;
}

.fLink{
	font-family:tahoma;
	font-size:11px;
	color:#0099FF;
	line-height:18px;
	text-decoration:none;
}
.fLink:hover{
	font-family:tahoma;
	font-size:11px;
	color:#00c;
	line-height:18px;
	text-decoration:underline;
}

.mLink{
	font-family:tahoma;
	font-size:12px;
	color:#dddddd;
	text-decoration:none;
}
.mLink:hover{
	font-family:tahoma;
	font-size:12px;
	color:#fff;
	text-decoration:none;
}
.nLink{
	font-family:tahoma;
	font-size:12px;
	color:#fff; background-color:#3333FF;
	text-decoration:none;
	background-position:bottom;
}
.nLink:hover{
	font-family:tahoma;
	font-size:12px;
	color:#333;
	text-decoration:none;
}


.fss{
	/*background-color:#F3F2F7;*/
	/*background-image:url(imgs/bg_fss_tilex.gif);*/
	font-family:tahoma;
	font-size:11px;
	color:#999999;
}

.fms{
	background-color:#f7f7f7;
	/*background-image:url(imgs/bg_fms_tilex.gif);*/
	font-family:tahoma;
	font-size:11px;
	color:#999999;
}

.fbs{
	background-color:#e7e7e7;
	background-image:url(imgs/bg_fbs_tilex.gif);
	font-family:tahoma;
	font-size:11px;
	color:#999999;
}

#header{
	font-family:tahoma;
	font-size:12px;
	color:#000;
	height:25px;
}

#content{
	font-family:tahoma;
	font-size:11px;
	color:#999999;
	line-height:18px;
	height:400px;
}

.anchUp{
	font-family:tahoma;
	font-size:10px;
	color:#999999;
	text-decoration:none;
	height:25px;
}

.rnHead{
	background-color:#0099FF;
	font-family:tahoma;
	font-size:11px;
	color:white;
	padding:5px;
}

.rnTxt{
	background-color:white;
	border-bottom:1px solid #c1dbff;
	padding:2px 5px 2px 5px;
	height:20px;
}

.rnTxtEVEN{
	background-color:#0099FF;
	color:#999999;
}


