/* CSS Document */

/* PrintSheet Styles*/
body {
	width: 6.5in;
	font: 12pt/130% Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #000;
}

/* Links */
a {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	text-decoration: none;
}


/* Headings */
h1 {
	font-size: 18pt;
	font-weight: bold;
	border-bottom: 1px solid #333;
}
h2, h3 {
	font-size: 14pt;
	font-weight: bold;
}

/* Navs */
#nav, #nav_b {
	visibility: hidden;
	font: 8pt/100% sans-serif;
}

/* Content */

ul {
	padding-left: 0;
	font-weight: bold;
}
li {
	padding-left: 30px;
	font-weight: normal;
}

/* Footer */
#contact {
	text-align: center;
	font: 10pt/100% sans-serif;
}

