body { 
   font-family: "Century Gothic", arial, helvetica, sans-serif;
   background: white;
   color: black;
   margin-left: 20px;
   margin-right: 20px
}

p,td {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 15px;
}

h1, h2, h4, h5, h6 {
   font-family: "Century Gothic", arial, helvetica, sans-serif;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	line-height: 20px;
}

.sel { 
	color: #0000AA ;
   	font-weight : bold
}
.nosel { 
	color: #0000FF ;
}

a:link {
   	color : #1D238B; 
	text-decoration: none;
	font-weight: bold;
}
a:active {
   	color : #1D238B;
   	text-decoration: underline;
	font-weight: bold;
}
a:visited {
  	color : #1D238B; 
   	text-decoration: none;
	font-weight: bold;
}
a:hover {
   	color : #1D238B;
   	text-decoration: underline;
	font-weight: bold;
}
