@charset "utf-8";
/* CSS Stylesheet */

 
* :focus {
	outline: 0;
}

p, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
}

.center {
	text-align: center;
}

.graybg {
	background-color: #EFEFEF;
}

body {
	text-align: center;
}

div#wrapper {
	margin: 0px auto;
	width: 1000px;
	text-align: left;
}

div#graphic {
	margin: 20px 0px;
}

div.categorynav {
	margin: 2px 0px;
}

.categorynav table {
	margin: 0px auto;
	padding: 0px;
	height: 1.5em;
	border: none;
}

.categorynav td, th {
	width: 150px;
	height: 27px;
	border-left: 1px solid black;
	text-align: center;
	vertical-align: middle;
}

.categorynav th {
	color: #4F6C95;
}

.categorynav td.doublewidth {
	width: 28300px;
}

.categorynav td.quadwidth {
	width: 600px;
}

.categorynav td:FIRST-CHILD, th:FIRST-CHILD {
	border-left: none;
}

.categorynav a {
	text-decoration: none;
	color: black;
}

.categorynav a:hover {
	text-decoration: underline;
	color: black;
}

.categorynav:link {
	text-decoration: underline;
	color: black;
}

.categorynav:visited {
	text-decoration: underline;
	color: black;
}
