﻿/* 
This stylesheet is for styles that will augment the classes in ContentStyles.css.  This sheet is for developer use rather than content editor use, 
however any classes found in this style sheet should originate within ContentStyles.css!
*/

.ContactFollowContainer a
{
    color: #666666 !important;
    display: block !important;
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 12px !important;
    height: 18px !important;
    line-height: 18px !important;
    margin: 0 0 8px 12px !important;
    padding: 0 0 0 26px !important;
    text-decoration: none !important;
    width: 172px !important;
}

.ContactFollowContainer a:hover 
{
	text-decoration: none !important;
	color: #000 !important;
	background-position: 0 bottom !important;
}

a .H1, a .H2, a .H3, a .ParagraphText, .H1 a, .H2 a, .H3 a, .ParagraphText a
{
    color:#990000 !important;
}