body {
	background-color: #DDD6CE;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
.content {
	color: #333333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
}
a:link { 
	color: #CC6666;
	}
a:visited { 
	color: #CC3300;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #CC3300;
	}
.quote {
	color: #CC3300;
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	
}

.smallquote {
	color: #CC3300;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	
}


.quotetitle {
	color: #000000;
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	
}


.quote-name {
	color: #CC3300;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.right_box {
	width: 300px;
	float: right;
	padding-left: 20px;

	}
.emphasis {
	font-weight: bold;
	color: #666666;
	font-size: 16px;
}
.special-img {
	padding: 3px;
	border: 1px solid #666666;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	
	}
.copy a:link { 
	color: #CC6666;
	}
.copy a:visited { 
	color: #999999;
	}
.copy a:hover, a:active { 
	text-decoration: underline; 
	color: #CC3300;
	}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #CC3300;
	font-weight: bold;
	border-top: 0px solid #CC3300;
	border-bottom: 0px solid #CC3300;
	padding-top: 3px;
	padding-bottom: 3px;

	}
