@charset "utf-8";
/* CSS Document */


h1 {
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'BebasNeueRegular', sans-serif;
	font-size: 24px;
}
h2 {
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'BebasNeueRegular', sans-serif;
	font-size: 18px;
	color:#146dc8;
}

h3 {
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'BebasNeueRegular', sans-serif;
	font-size: 18px;
	color:#fff;
	margin:0 0 0 5px;
	letter-spacing:0.1em;
}


a {
	color:#146dc8;
	text-decoration: none;
	}

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

p {	
	line-height:22px;
	
	}
	
.grey {
	color:#999999;
	margin:0;
	
	}
	
#item{
	width:153px;
	float:left;
	padding:3px;
	border:1px solid #cccccc;
	margin:10px 3px 10px 0;
		}

#item img{
	border:1px solid #000000;
	
	}

#item .title{
	width:136px;
	background-color:#000000;
	color:#ffffff;
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:8px;
	text-align:center;
	
	
	}
	
	


