body {
	font-family: Times;
	font-size: 11px;
}

.txt {
	font-family: Times;
	font-size: 12px;
}
.txtlarge {
	font-family: Times;
	font-size: 13px;
	font-weight: bold;
}
.txtxlarge {
	font-family: Times;
	font-size: 18px;
}
.txtsmall {
	font-family: Times;
	font-size: 10px;
}
.txtxsmall {
	font-family: Times;
	font-size: 9px;
}


a {
	font-family: Times;
	text-decoration: none; 
	color: 461B1B;
}
a:hover {
	text-decoration: underline overline; 
	color: #461B1B;
}


.menu{
	font-family: Times;
	text-decoration: none; 
	color: #000000;
	font-size: 10px;
}
a.menu{
	font-family: Times;
	text-decoration: none; 
	color: #000000;
}
a.menu:hover {
	text-decoration: underline overline;
	color: #990000;
}
.txtmenu {
	font-family: Times;
	font-size: 12px;
	color: #652624;
	font-weight: bold;
	
}

a.menu:visited { 
}
a.add{
	font-family: Times;
	text-decoration: none; 
	color: #652624;
	font-size: 9px;
}
a.add:hover {
	text-decoration: underline; 
}
a.add:visited { 
}