/* CSS Document */




.wp-caption
{
	padding:8px;
	padding-right:0px;
	background-color:#EDE8D5;
	border:1px solid #E7DFC8;
	float:left;
	margin:0 20px 10px 0;
}
	.wp-caption p
	{
		font-style:italic;
		text-align:center;
		font-size:12px;
	}
	
.wp-text
{
	font-size:13px;
	line-height:18px !important;
}

.wp-text p 
{
	margin:10px;
}
	.wp-text em
	{
		font-style:italic;
	}
	.wp-text h1
	{
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#D97048;
		font-size:21px;
		margin:15px 0 10px 0;
	}
	.wp-text h2
	{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:16px;
		background-color:#FFF;
		margin-top:25px;
		margin:15px 0 6px 0;
		font-weight:bold;
	}
	.wp-text h3
	{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:14px;
		background-color:#FFF;
		margin-top:25px;
		margin:15px 0 5px 0;
		font-weight:bold;
	}
	.wp-text h4,.wp-text h5, .wp-text h6
	{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:14px;
		background-color:#FFF;
		margin-top:25px;
		margin:15px 0 4px 0;
		font-weight:bold;
	}


	.wp-text ol, .wp-text ul{
		margin:20px
	}
		.wp-text ol ol, .wp-text ul ul{
			margin:0 0 0px 20px;
		}
	
		.wp-text li{
			margin-bottom:5px;
		}
		
		.wp-text ol li{
			list-style:decimal;
		}
		.wp-text ul li{
			list-style:circle;
		}

.wp-text strong
{
	font-weight:bold;
}
.wp-text a
{
	background-color:#F7F2B7;
	color:#333;
	text-decoration:none;
}
	.wp-text a:hover
	{
		text-decoration:underline;
	}
	
