body {
	color: #000;
	background-color: #dedede;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
p {
	color: #000;
	font-size: 1em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif
}
pre {
	color: #000;
	font-size: 1em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif
}
blockquote {
	color: black;
	font-size: 1em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif
}
h1 { color: #000; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; }
h2 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
h3 { color: #000; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; }
h4 { color: #000; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; }
h5 { color: #000; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; }
h6 { color: #000; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; }
img { background-color: #eee; border: 0px }
ol {
	color: #000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
ul {
	color: #000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	list-style-position: inside
}
a {
	color: #00f;
	font-size: 0.95em;
}
a:active {
	color: #00f;
	font-size: 0.95em;
}
tr {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	border: 0
}
.cellcolor { background-color: #686868 }
.rev_type { color: #fff; font-weight: bold; font-size: 1.2em; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; }
.g_nav_cellcolor { background-color: #4f4f4f }
.a_type_color { color: #fff; font-weight: bold; font-size: 0.9em; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: none  }
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.halfmoon{
margin-bottom: 1em;
}

.halfmoon ul{
padding: 3px 9px 2px 5px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
border-bottom: 1px solid #929492;
}

.halfmoon li{ display: inline; margin: 0; }

.halfmoon li a{
text-decoration: none;
padding: 3px 9px 2px 5px;
margin: 0;
margin-right: 1px; /*distance between each tab*/
border-left: 1px solid #DDD;
color: black;
font-size: 13px;
background: #ECEEEC url(/images/tabright.gif) top right no-repeat;
}

.halfmoon li a:visited{
color: black;
}

.halfmoon li a:hover{
background-color: #CDDADA;
color: navy;
}

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

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

.urbangreymenu ul li a{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
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;
}

