a:link {
	color: #84414A;
	text-decoration: underline;
	}
a:visited { 
	color: #84414A;
	text-decoration: underline; 
	}
a:hover {
	color: #666666;
	text-decoration: underline;
	}
a:active { 
	color: #84414A;
	text-decoration: underline; 
	}

.caption {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFFFF;
	font-weight:400;
}

.title-white {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	font-weight:200;
}

.title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#000000;
	font-weight:200;
}

.body {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
	font-weight:100;
}
	
.body-bold {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
	font-weight:bold;
}

.body-italic {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
	font-weight:normal;
	font-style:italic;
}

.body-bold-white {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
}

.price {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#000000;
	font-weight:bold;
}

.mini {
	font-family: "Arial Narrow", sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000000;
}

.mini-white {
	font-family: "Arial Narrow", sans-serif;
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
}

.mini-grey {
	font-family: "Arial Narrow", sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #666666;