@charset "utf-8";
/* CSS Document */
blockquote {
  background: transparent url(images/quote.gif) left top no-repeat;
}
blockquote div {
  padding: 0 48px;
  font-style:italic;
  font-size:14px;
  background: transparent url(images/unquote.gif) right bottom no-repeat;
}
p {
	 
   font-size:13px;
   color:#FFFFFF;
}
*.author{
	font-style:normal;
 font-weight: bolder;
 color:#4DB6E3;
}

a {
	color: #87A019;
}

a:hover {
	text-decoration: none;
	color: #2582A4;
}
a:visited {
	text-decoration:underline;
	color:#87A019; 
}

/**
*.ul2 li a {	 
	 color:#FFFFFF; 
	 text-decoration:none; 
	 display:block;
	 margin:0px;
	 }
*.ul2 li a:hover { text-decoration:none;}	 

**/
#footer a {
	text-decoration:none;
	color:#000000;
}

#footer a:hover {
	text-decoration:none;
	color:#FFFFFF;
}

*.testi {
	font-style:italic;
}

*.indent {
	margin-left:20px;
}

*.quote {
	font-style:italic;
	color:#4DB6E3;
}