/* CSS Document */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #00CCFF;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #FF7F00;
	text-decoration: underline;
}


body{
	SCROLLBAR-FACE-COLOR: #7F7F7F;
	SCROLLBAR-HIGHLIGHT-COLOR: #7d7d7d;
	SCROLLBAR-SHADOW-COLOR: #323232;
	SCROLLBAR-3DLIGHT-COLOR: #111111;
	SCROLLBAR-ARROW-COLOR: #00CCFF;
	SCROLLBAR-TRACK-COLOR: #333333;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
	SCROLLBAR-BASE-COLOR: #789789;
	background-color: #C0C0C0;

}
.gray-bg {
	background-color: #DFDBDB;
	border: thin solid #DFDBDB;
	vertical-align: top;
}

.friendslink{
display:block;
}
-->

