body {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	margin: 0;
	width: 790px;
}

h1 {   
	font-size: 18px; 
	font-weight: bold; 
	color: #4bc;
	border-bottom: 1px dotted #4bc;
}

h2 {    
	font-size: 14px; 
	font-weight: bold; 
	color: #4bc;
	border-bottom: 1px dotted #4bc;
}

h3 {    
	font-size: 12px; 
	font-weight: bold; 
	color: #4bc;
}

h4 {    
	font-size: 11px; 
	font-weight: bold;
	color: #4bc;
}

img {
	border: 0;
}

table.navtop {
	border: 1px solid #8ad;
	border-bottom: none;
}

table.navtop {
	border-top: 1px solid #8ad;
	border-left: 0px solid #8ad;
	border-right: 0px solid #8ad;
	margin: 0;
	width: 100%;
}

table.navtop td {
	text-align: center;
	font-weight: normal;
	padding: 0px;
}

table.navtop td a {
	display: block;
	font-size: 10px;
	padding: 5px;
	text-decoration: none;
	background: #8ad repeat-x top right;
	color: #fff;
	border-bottom: 1px solid #8ad;
}

table.navtop td a:hover {
	background-color: #8ad;
	background-position: top left;
	border-bottom-color: #8ad;
}

div.banner {
	width: 100%;
	background-color: #099;
}

div.navLinks {
	position: relative;
	width: 100%;
	text-align: right;	
	background-color: #399;
	color: #fff;
	line-height: 18px;
}

div.navLinks2 {
	position: relative;
	width: 100%;
	text-align: right;	
	color: #000;
	padding: 2px;
}

div.navLinks a, div.navLinks a:visited {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	margin-right: 5px;
}

div.navLinks2 a, div.navLinks2 a:visited {
	color: #00f;
	font-size: 11px;
	text-decoration: none;
	margin-right: 5px;
}

div.navLinks a:hover,div.navLinks2 a:hover {
	text-decoration: underline;
}

div.footer{
	position: relative;
	width: 100%;
	border-top: 1px solid #565;
	color: #565;
	padding: 2px;
}

div.footer a, div.footer a:visited {
	position: relative;
	color: #565;
	text-decoration: none;
}

div.pdflink {	
	position: absolute;
	left: 200px;
}

div.pdflink a, div.pdflink a:visited {
	color: #565;
	text-decoration: none;
}

table.body {
	
}

td.nav {
	vertical-align: top;
	background-color: #399;
	padding: 5px 0px 5px 0px;
	width: 170px;
}

td.nav a, td.nav a:visited {
	color: #fff;
	text-decoration: none;
	padding-left: 5px;
}

td.nav a:hover {
	color: #fff;
	text-decoration: underline;
}

td.nav img {
	margin-left: 10px;
}

td.navExt {
	background-color: #399;
}

table.body td.main {
	width: 600px;
	vertical-align: top;
	padding: 10px;
}

td.main img {
	margin: 0px 5px 5px 5px;
}

table.toc a {
	text-decoration: none;
}

table.toc a:hover {
	text-decoration: underline;
	color: #00f;
}

ul.toc li {
	list-style-type: none;
	margin-bottom: 5px;
}

div.part {
	background-color: #9a5;
	color: #fff;
	padding: 3px;
	font-weight: bold;
}

p.blurb {	
	letter-spacing: 1px;
	color: #666;
	font-size: 12px;
}

table.box, table.box2 {
	margin:2px;
}

table.box th, table.box2 th {
	background-color: #000;
	color: #fff;
	padding: 5px;
	text-align: left;
}

table.box td {
	background-color: #def;
	padding: 5px;
}

table.box td.img {
	padding: 0px;
} 

table.box td.img img, table.box2 td.img img {
	margin: 0px;
} 

table.box2 td.img {
	background-color: #def;
	padding: 0px;
} 

table.quote {
	width: 200px;
	margin: 0px 0px 5px 5px;
	text-align: center;
}

table.quote strong {
	color: #f93;
}

table.quote em {
	font-size: 10px;
}


