@charset "utf-8";
/* CSS Document */

a:visited {color: #69798a; text-decoration: none}
a:active {color: #69798a; text-decoration: none}
a:link {color: #69798a; text-decoration: none}
a:hover {color: #8897a7; text-decoration: none}

.urbangreymenu{
width: 245px;
padding-top:3px;
}

.urbangreymenu .headerbar{
font: bold 12px Verdana;
color: #003876;
background: #dce5ee;
margin-bottom: 0;
text-transform: uppercase;
padding: 5px 0px 0px 13px;
}

.urbangreymenu .headerbar2{
font: bold 13px Verdana;
color: #003876;
background: #dce5ee; 
margin-bottom: 0;
text-transform: uppercase;
padding: 0px 0 0px 10px;
line-height:22px;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0;
}

.urbangreymenu ul li{
padding-bottom: 2px;
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color: #4e5e6f;
background: #dce5ee;
display: block;
padding: 0px 0;
line-height: 17px;
padding-left: 14px;
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: #4e5e6f;
}

.urbangreymenu ul li a:hover{
color: white;
background: #b2bfcc;
}

.content { 
font-family:Arial;
font-size:12px;
text-align:justify;
padding:10px;
line-height:15px;
color:#003876;
}

