.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #000000;
	text-decoration: none;
}
.txc {
	background-repeat: no-repeat;
}




.nav_row {
	background-repeat: no-repeat;
	background:url(../img/nav/bg.jpg);
	height:25px;
	padding-left:40px;
	padding-top:5px;
}

.nav_row_home {
	background:url(../img/nav/bg_home.jpg);
}

.nav_row_about {
	background:url(../img/nav/bg_about.jpg);
}


.nav_row  a{ 
	text-decoration:none; 
	color:#333; 
	font-family:"Times New Roman", Times, serif; 
	font-size:12px;
}

.nav_row  a:hover{ 
	text-decoration:none; 
	color:#333; 
	font-family:"Times New Roman", Times, serif; 
	font-size:12px;
	color:red;
}


