/* Author: Dellon Stefanus */

body 
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color: #696969;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

.quotesContent {
	padding: 10px;
	border: 1px solid #EFEFEF;
	color: #7A7A7A;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.quotesContent .bg1 {
	background-image: url(/images/quote1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.quotesContent .bg2 {
	background-image: url(/images/quote2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.quotesContent .bg2 td {
	padding-right: 60px;
	padding-left: 60px;
}

.quotesPic {
	border: 1px dotted #CCCCCC;
	margin: 10px;
}
