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


h1{
	font-family:"Trebuchet MS", Verdana;
	font-size:17px;
	font-weight:bold;
 	letter-spacing: 0.2em;
}

h2 {
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#146dc8;
	margin:0;
}


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

