/* CSS Document */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#666666;
	}
h1 {
	cursor:hand;
	font-size:16px;
	margin-left:10px;
	line-height:10px
	}
div.hdr{
	background-color:lightgrey;
	margin-bottom:10px;
	padding-left:10px;
	}
#fpMain{
	width:460px;
	height:180px;
	padding:10px;
	}
#fpMain a{
	color: #0B50EC;
	text-decoration: none;
	border-bottom:1px dashed #0B50EC;
	text-decoration:none;
	}
#fpMain a:visited {
	color: #0B50EC;
	text-decoration: none;
	border-bottom:1px dashed #0B50EC;
	text-decoration:none;
}
#fpMain a:hover {
	color: #F26521;
	text-decoration: none;
	border-bottom:1px dashed #0B50EC;
	text-decoration:none;
}	
#fpThumbnail{
	width:190px;
	float:left;
	text-decoration:none;
	}
		
#fpThumbnail a{
	text-decoration:none;
	border:none;
	}
#fpThumbnail a:visited{
	text-decoration:none;
	border:none;
	}			
#fpThumbnail a:hover{
	text-decoration:none;
	border:none;
	}
#fpDetails{
	width:260px;
	float:right;
	padding-top:4px;
	line-height:15px;
	font-size:12px;
	border:none;
	text-decoration:none;
	}

#fpDetails .heading{
	text-decoration:none;
		}