
/* Layout Stylesheet */ 


.text {
 font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
  color: #715553;
 }
 
a:link {
	color: #336666;
	text-decoration: none;
	border-bottom: 1px dotted #715553;
 }
 
a:visited {
	color: #336666;
	text-decoration: none;
	border-bottom: 1px dotted #715553;
 }
 
a:hover {
	color: #715553;
	text-decoration: none;
	border-bottom: 1px solid #336666;
 }
