.agab-entry {
	color: #4A4344;
	margin-top: 20px;
    margin-bottom: 0px;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 18px;
    padding-left: 4px;
    padding-right: 4px;
    line-height: 18px;
    font-family: 'Droid Serif',Georgia,serif;
    font-size: 14px;
    width: 540px;
}
.agab-entry-left {
	width: 50%;
    float: left;
}
.agab-entry-right {
	width: 50%;
    float: right;
}
.agab-clear {
	clear: both;
}
.agab-name {
	font-weight: bold;
    font-family: 'Droid Sans', 'Verdana', sans-serif;
    font-size: 16px;
}
.agab-address, .agab-tel {
	margin-top: 8px;
}
.agab-entry a, .agab-entry a:visited {
	color:#800000;
    text-decoration: none;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px;
    border-style: dotted;
	border-color: #800000;
}
.agab-entry a:hover, .agab-entry a:active {
	color:#800000;
    border: none;
    text-decoration: none;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px;
    border-style: solid;
	border-color: #800000;
} 
