@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:#FF9933;
}

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;
}

/* Menu */

#footer #menu {
	float: left;
	width: 600px;
	height: 37px;
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	background: url(images/YellBan_r1_c1.gif) no-repeat;
}

#footer #menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 27px;
	padding: 10px 15px 0px 15px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background: #A4B74C url(images/img04.gif) repeat-x;
}

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

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

*.testi {
	font-style:italic;
}
