/* 
  -----------------------------------
  ACJ Style sheet
  -----------------------------------
*/


  
  
 body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	padding: 5px;
  }
  
   Table {
   font-family: 'Verdana', Arial, Helvetica;
   font-size:18px;
    }
  p {
        font-family: 'Open Sans', sans-serif;
        font-size:16px;
  }
  
  .fixed-bg {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
}
	  img.scalable {
height: auto !important;
width: auto !important;
max-width: 100%;
border-radius: 5px;
}
.fancy {
border: 1px solid rgba(255,255,255,.2);
box-shadow: 0px 0px 30px rgba(0,0,0,.65);
}
	  img.scalable-fancy {
height: auto !important;
width: auto !important;
max-width: 100%;
border-radius: 5px;
border: 1px solid rgba(255,255,255,.2);
box-shadow: 0px 0px 30px rgba(0,0,0,.65);
}
   
 img.scalable-padded-fancy {
height: auto !important;
width: auto !important;
max-width: 100%;
border-radius: 5px;
border: 1px solid rgba(255,255,255,.2);
box-shadow: 0px 0px 30px rgba(0,0,0,.65);
padding: 30px;
}

