/* CSS Document */

.quotes {
	font-size: 12px;
	font-family: Tahoma;
	color: #333333;

}
.home {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.bold_white {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Tahoma;
}

.Bold {
	font-size: 20px;
	font-family: Tahoma;
	font-weight: bold;
}

.footer {
	font-family: Tahoma;
	font-size: 10px;
}
.content {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}
.logo_text {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
}
