/*
Design by XBRL Planet.org
Released for free under a Creative Commons Attribution 2.5 License
/* General Font styles */

a
{
	color: #3366CC;
	text-decoration: none;
} 

a:hover
{
	color: #003366;
}

body
{
	background-color: #FFFFFF;
	font-family: Verdana, Helvetica, sans-serif;
	margin:0;
    padding:0;
	align: justify;
	clear: both;
	vertical-align: top;
	font-size: 11px;
}

p {
	margin:0px 0 0px 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	align: justify;
	line-height: normal;
	clear: both;
}



h1, h2, h4
{
	font-size: 100%;
	font-weight: bold;
	font-size: 11px;
	align: justify;
	line-height: normal;
	clear: both;
}



img
{
	border: none 0px #3366CC;
}



b{font-size: 100%;}
em{color: red;}


/*Urban Grey Vertical Nav Menu Starts Here */
/*URL: http://www.dynamicdrive.com/style/ */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.urbangreymenu{
width: 185px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 11px Verdana;
color: white;
background: #606060 url(media/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: 1px 0 1px 31px; /*31px 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: 1px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 1px 0;
line-height: 1.85em;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

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

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

/*Urban Grey Vertical Nav Menu Ends Here */

