body {  
	background-color: #FFFFFF; 
	text-decoration: none;
	font-family:: 'Lato', sans-serif;
	font-size: 12pt;
	}
table {  
	font-family: 'Roboto', sans-serif;
	xfont-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12pt; 
	font-weight: normal; 
	text-decoration: none
	}
p {
	font-family: 'Lato', sans-serif;
	}
h1 {  
	font-size: 14pt; 
	font-weight: normal; 
	text-decoration: none
	}
a {  
	text-decoration: none
	}
.quote { 
	height: 43px; 
	}
.nspacer { 
	height: 15px; 
	}
.nav {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	position: relative;
	top: 5px;
	border: 1px #000000 solid;
	border-right: none;
	border-bottom: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background-color: #ffffff;
	}
.nav:hover {
	color: #ffffff;
	background-color: #0c0c0c;
	}
.wtable { 
	table-layout: fixed; 
	}
.wtable td { 
	padding-top: 2px; 
	padding-bottom: 2px; 
	border-top: 1px dashed #eeeeee; 
	}
.wtable .wgroup { 
	border-top: 5px solid #cecece; 
	font-size: 19px; 
	font-weight: normal; 
	}