/* CSS Document */

.style2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#0066FF;
	
}
.style3 {
	font-size: 12px;
	font-weight: 100;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	
}
.style4 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	
}
.style5 {
	font-size: 12px;
	font-weight: 700;
	
	font-family: Arial, Helvetica, sans-serif;
	color:#003399;
	margin: 0; 
    padding: 0;
	
}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003399;
}
.style7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003399;
	font-weight: bold;
}
.style8 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	
}
.style9 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#0066FF;
	
}
.style10 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#0066FF;
	
}
.style11 {font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}

.style12 {font-size: 12px}

.style13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
}

.h1 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color:#003399;
	margin: 0; 
    padding: 0; 
 
	
}

.h2 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color:#003399;
	margin: 0; 
    padding: 0; 
 
	
}.h3 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#003399;
	margin: 0; 
    padding: 0; 
 
	
}
a:link {color: #003399; text-decoration: none}
a:visited {color: #003399; text-decoration: none}
a:active {color: #0000FF; text-decoration: none}
body,td,th {font-family: Arial, Helvetica, sans-serif}
a {font-family: Arial, Helvetica, sans-serif; font-size: 12px}
a:hover {text-decoration: underline}
 
 .urbangreymenu{
width: 150px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 10px Verdana;
color: white;
background: #003399;
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
text-indent: 4px;
width: 158px;
padding: 5px 0 7px 0; /*5px is left indentation of header text*/
}

.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: black;
position: relative;
background: #39C4FF;
display: block;
line-height: 17px;
padding-left: 4px; /*link text is indented 8px*/
text-decoration: none;
width: 154px;
}


.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover, .urbangreymenu ul li a.selectedanchor{ /*hover state CSS*/
color: white;
background: black;
}