@charset "utf-8";
/* CSS Document */

.fundsmall {
  background:#E5E5E5;
  margin: 0 auto;
  width: 29%;
  height:500px;
  padding: 10px;
  text-align: left;
  /* border-radius */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  /* box-shadow */
  -webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
  -moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
  box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
display: block;
float:left;
margin-right:15px;
margin-bottom:25px;
font-size:12px;
}  
.fundsmall:hover {
    background-color:#fff;
}

.boxtitle {
font-family:Georgia, "Times New Roman", Times, serif;

}

.boxcontent {

padding-left: 15px;	
}
.centerApply { 

display: block;margin-left: auto;margin-right: auto;

   
	padding-bottom:40px;
	padding-right:15px;
	padding-top:15px;
	border-style: none;
}
img.displayed {
    display: block;
	width: 100%;
    margin-left: auto;
    margin-right: auto }