.fpadd
	{
		padding-left: 10px;
		padding-right: 10px;
	}
	
.flist
	{
		margin-left: 50px;
	}
	
.frem
	{
		margin-left: 50px;
	}
	
.fnodot
	{
		list-style-type: none;
		margin-left: 5px;
	}
	
.cred
	{
		color: #c60000;
	}
	
.fword
	{
		width: 60px;
	}
	
.fif
	{
		margin-left: 50px;
	}
	
.fcenter
	{
		text-align: center;
	}
	
.ffloat
	{
		width: 260px;
		float: left;
	}
	
.fsmall
	{
		font-size: 9px;
	}
	
.ffont
	{
		font-size: 12px;
	}
	
.rcins
	{
		border-width: 1px;
		border-color: #c9c9c9;
		border-style: solid;
		border-collapse: 0px;
		border-spacing: 0px;
	}
	
.rcins2
	{
		border-width: 1px;
		border-color: #c9c9c9;
		background-color: #e5e5e5;
		border-style: solid;
		border-collapse: 0px;
		border-spacing: 0px;
	}
	
#server_msg
	{
	position: absolute;
	top: 700px;
	left: 220px;
	width: 140px;
	height: 140px;
	background-color: white;
	border: 2px solid;
	border-color: #c9c9c9;
	text-align: center;
	font-weight: bolder;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #434343;
	}

#server_msg a 
	{
		color: #434343;
		text-decoration: underline;
		font-size: 10px;
	}

.link_del
	{
		color: #c60000;
		cursor: pointer;
	}
	
.link_del:hover
	{
		color: #c60000;
		cursor: pointer;
		text-decoration: underline;
	}
	