/* CSS Document */

.text{
	line-height:1.1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-decoration:none;
}

.links{
	line-height:1.5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
	text-decoration:none;
}
.links:hover{
	color:#FFFF66;
}

.mid{
    background-image: url(../images/mid.gif);
	background-repeat:no-repeat;
}