.top_pub { 
}

.header_pub {
}

.breadcrumbs_pub {
}

.pub {
	background-color: #618B62;
}

.public_crumb {
  padding-left: 100px;
}

.footer_pub {
	padding-top:  0px;
	font-size: 8pt;
	color: #CCCCCC;
}

.points {
	list-style-type: disc;
	margin-top: -8px;
	margin-left: 25px;
	font-size: 10pt;
}

.bullets {
	list-style-image: url(../images/site/pub_bullet.gif);
  	font-size: 10pt;
	margin-top: 15px;
	margin-bottom: -2px;
}

/*In some browsers order matters specify link, visited, hover active*/
a:link { 
	font-size: 10pt;
	color: #336633;  /*dark green*/
	background-color: transparent;
	font-weight: bold; 
	text-decoration: none; 
}

a:visited {
	font-size: 10pt;
	color: #330066;
	background-color: transparent;
	font-weight: bold; 
	text-decoration: none; 
}

a:hover { 
	font-size: 10pt; 
    color: #663300;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;  
}
