@charset "iso-8859-1";

a:link {color:#00f;}
a:visited {color:#00f;}
a:hover { color:#00f; background-color:#eee;}

a.notyet {
	color: #ccc;
}

body {
	background-image: url(images/bg2.gif);
	font-family: Arial, Helvetica, sans-serif;
	
}

p {
	line-height: 125%;
}

.VisTable {
	border-collapse: collapse;
	border-color: #E74618;
}


h1 {
	font-size: 19pt;
	font-size: 26px;
}

h2 {
	font-size: 16pt;
	font-size: 24px;
}

#leftnav ul.nav {
	list-style: none;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	font-weight: normal;
	font-size: 10pt;
	line-height: 120%;
}

ul.nav li {
	margin-bottom: 10px;
}

ul.faq {
	line-height: 120%;
}

ul.faq li {
	margin-bottom: 10px;
}

td {
	font-size: 16px;
}

.footer {
	border-top: 1px solid #000;
	margin-top:2em;
	padding-top: 10px;
	text-align:center;
	font-size: 8pt;
}

.notice {
	font-weight: bold;
	color: #ff0000;
}