
.suggested		{
	font-size:12px;
	color: Navy;
	font-family: arial;
	background-color : #D3D3D3;
}

.awaiting		{
	font-size:12px;
	color: #FF4500;
	font-family: arial;
	background-color : #F0E68C;
}

.friends		{
	font-size:12px;
	color: Green;
	font-family: arial;
	background-color : #ADFF2F;
}

.normal		{
	font-size:12px;
	color: Gray;
	font-family: arial;
}

.normalbold		{
	font-size:12px;
	color: Gray;
	font-family: arial;
	font-weight : bold;
}

.normalboldblue		{
	font-size:12px;
	color: #0080C0;
	font-family: arial;
	font-weight : bold;
}

.bigboldblue		{
	font-size:14px;
	color: #0080C0;
	font-family: arial;
	font-weight : bold;
}

.normalfooter	{
	font-size:9px;
	color: Gray;
	font-family: arial;
}



