/* BEGIN Global */

.adress a {
  font-size: 12px;
  color: #000000;
}

.adress a:hover {
  font-size: 12px;
  color: #000000;
  text-decoration: underline;
}


.adress {
    background-color: #fff;
}

.adress table {
    width: 100%;
    font-size: 12px;
    color: #999999;
    background-color: #ccc;
    margin: 2px;
}

.adress th {
    font-weight: bold;
    background-color: #003366;
    line-height: 20px;
    padding:2px;
    color: #fff;
}

.adress tr {
    line-height: 20px;
}

.adress td {
    margin:0px;
    padding: 2px;
    line-height: 20px;
    background-color: #CDD6DD;
    text-align: left;
    vertical-align: top;
}

.adress_button{
	color: #fff;
	border:1px solid #86B8D1;
	background: url(images/button_bg.jpg);
    background-repeat: repeat-x;
	cursor: pointer;
	font-size: 11px;
	padding: 2px 20px 2px 20px;
}
