@charset "UTF-8";
/* CSS Document */
/*
   html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align:center;
	  background:url(images/home_bg_grad.jpg);
	  background-position:bottom;
	  background-repeat:repeat-x;
	  background-color:#000000;
   }
   #wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 400px;
   }
*/   
   .events {
   font-family: "Lucida Sans Unicode","Trebuchet MS",sans-serif;
	font-size: 18px;
	line-height: 22px;
	color:#FFFFFF;
	color: #CCCCCC;
	}
	
	
.prdct_home {
	font-family: "Lucida Sans Unicode","Trebuchet MS",sans-serif;
	font-size: 16px;
	line-height: 24px;
	color:#FFFFFF;
	color: #CCCCCC;
}

.prdct_home a{
	font-family: "Lucida Sans Unicode","Trebuchet MS",sans-serif;
	font-size: 16px;
	line-height: 24px;
	color:#FFFFFF;
	color: #CCCCCC;
	text-decoration:underline;
	
}