/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
A:link { TEXT-DECORATION: none;  }
A:visited {  TEXT-DECORATION: none;  }
A:active {  TEXT-DECORATION:none }
A:hover {TEXT-DECORATION:underline; }
.top_menu{color:#4a5778; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold;}
.tab_menu{color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold;}
.header{color:#BB0000; font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; font-style:italic}
.text{color:#636363; font-family:Arial, Helvetica, sans-serif; font-size:12px}
.m_header{color:#BB0000; font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; font-style:italic}
.m_left{color:#4a5778; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:100}
.b_munu{color:#BBBBBB; font-family:Arial, Helvetica, sans-serif; font-size:10px;}
.text1{color:#0066CC; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold}
.textbox{color:#999999; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold}
.textbox1{color:#636363; font-family:Arial, Helvetica, sans-serif; font-size:11px}
.mail{color:#0066FF; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold}
.text2{color:#993366; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold}
.star{color:#DD0000; font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold}
.site_map{color:#0066FF; font-family:Arial, Helvetica, sans-serif; font-size:12px}
.urbangreymenu{
width: 239px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 13px Arial;
color: white;
background: #606060 url(arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 0px 0 0px 0px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbar a{
text-decoration: none;
color: white;
display: block;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color:#888888;
background:#F8F8F8;
display: block;
padding: 3px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color:#888888;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background:#AAAAAA;
}
