body {
	font-size: 14px;
	font-family: Palatino, Times, Helvetica, serif;
	color: #03296A;
	line-height: 16px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding:0;
}


td  { color: #03296A; font-size: 14px; font-family: Palatino, Times, Helvetica, serif; line-height: 16px; }

.head {
	font-size: 17px;
	
	line-height: 20px;
}

a {
	color: #f95e59;
	text-decoration:underline;
}

a:visited {
	color: #f95e59;
	text-decoration:underline;
}

a:hover {
	color:#f95e59;
	text-decoration:underline;
}

.small {
	font-style: normal;
	font-size: 11px
}
#go  {
	visibility: visible;
	position: absolute;
	top: -50px;
	left: -50px;
	width: 50px;
	height: 50px
}
.halfSpace {
	word-spacing: -0.2em;
	white-space: nowrap;
}

#members{
	margin-left: 15px;
	margin-top: 15px;
	/*border: 1px solid #FF0000;*/
}
.friends {
	float:none;
}

.friends table{
	
	padding-left:5px;
	height:80px;
	
	}

.friends td
{
	padding-left:7px;
	border-left:1px solid #CCCCCC;
	vertical-align:top;	
}

.float_right{
	float: right;
}

