/* CSS Document */

.text{
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	background:#000000;
	height:25px;
	float:none;
}
.text a{
	color:#FFFFFF;
	text-decoration:none;
}
.text a:hover{color:#009900;text-decoration:underline}

.links{
	width:215px;
	margin:5px 5px;
}
.links .title{
	font-size:14px;
	font-weight:bold;
	color:#006699;
}
.links .box{
	width:225px;
	font-size:12px;
}
.links .box a{
	margin-left:10px;
	width:100px;
	text-decoration:none;
	float:left;
}
.links .box a:link{color:#666666;}
.links .box a:visited{color:#666666}
.links .box a:hover{color:#FF3333;}
