@import url(../warp/css/base.css);
/*//   Base Stuff   //
----------------------------------------------------------------------------------------------------*/
BODY
{
	font: normal 13px / 18px Arial, Helvetica, sans-serif;
}
IMG
{
	box-shadow: 0em 0em 0em #000;
}
/*Blockquote*/
BLOCKQUOTE
{
	padding: 0 35px;
	font-size: 16px;
	line-height: 22px;
	font-family: Cambria;
}
BLOCKQUOTE:before
{
	display: block;
	height: 0;
	margin-left: -40px;
	font: italic 400% / 1 Cochin, Georgia, "Times New Roman", serif;
}
BLOCKQUOTE:after
{
	margin-right: -30px;
	display: block;
	height: 0;
	font: italic 400% / 1 Cochin, Georgia, "Times New Roman", serif;
	text-align: right;
	padding-bottom: 15px;
	margin-top: -20px;
}
