@charset "utf-8";
/* CSS Document */

/*TEXT*/
h3{
	font:bold 16px Georgia, "Times New Roman", Times, serif;
	color:#610B0D;
	margin-top:8px;
	margin-bottom:8px;
	}
p{
	font:12px Georgia, "Times New Roman", Times, serif;
	color:#000000;
	line-height:18px;
	margin-top:8px;
	margin-bottom:8px;
	}
ul{
	font:12px Georgia, "Times New Roman", Times, serif;
	margin-top:5px;
	margin-bottom:8px;
	}


/*CUSTOM TEXT*/
.phone-body-text{
	font:18px "Arial Black", Arial, Verdana, sans-serif;
	color:#660000;
	}
.phone-footer-text{
	font:18px "Arial Black", Arial, Verdana, sans-serif;
	color:#FFFFFF;
	}
	
/*LINKS*/
ul a, ul a:visited{
	font:12px Georgia, "Times New Roman", Times, serif;
	color:#660000;
	margin-top:8px;
	margin-bottom:8px;
	text-decoration:underline;
	}
ul a:hover{
	font:12px Georgia, "Times New Roman", Times, serif;
	color:#000000;
	margin-top:8px;
	margin-bottom:8px;
	text-decoration:none;
	}
