/* sets colors for regular links */
a:link { color: #0066FF; text-decoration: underline;}
a:visited { color: #D5001B; text-decoration: underline;}
a:active { color: #666666; text-decoration: underline;}

/* custom classes for FAQ formatting copied from fairhousingfirst.org/css/fheo.css*/
.copyemph
{
    font-weight: bold;
    font-size: 9pt;
    color: black;
    text-indent: 0pt;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
}

.copy
{
    font-weight: normal;
    font-size: 9pt;
    color: black;
    text-indent: 0pt;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif
}

/* some basic style settings added by matrix */

/* sets the background color for the page, so you don't have to do this in HTML */
body { background-color:#fff; font-family: Arial, Helvetica, sans-serif; margin:0;}

/* defines font size, font family, and color for basic HTML elements */
p, td, ul, ol, li, dl, dt, dd, blockquote { font-family: Arial, Helvetica, sans-serif; font-size:13px; color:#000; }
h1 { font-family: Arial, Helvetica, sans-serif; font-size:15px; font-weight:bold; color:#D5001B; }
h2 { font-family: Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; color:#D5001B; }

/* sets colors and underlining for regular links; since all links are underlined we don't have to declare this on subsequent custom link classes */
a:link { color: #0066FF; text-decoration: underline; }
a:visited { color: #D5001B; text-decoration: underline; }
/* a:hover { color: #ccc; text-decoration: underline; } */
a:active { color: #666666; text-decoration: underline; }

/* sets margins for blockquote */
blockquote { margin: 0 50px 0 50px; }

/* sets color of a horizontal rule -- only works in IE */
hr { color: #639; }

/* sets the appropriate font weight, font style, text decoration for these comment elements */
u { text-decoration: underline;}
b { font-weight: bold; }
i { font-style: italic; }
strong { font-weight: bold; }
em { font-style: italic; }

/* bottomnav */
#bottomNav {color:#D5001B; font-size:12px; font-family: Arial, Helvetica, sans-serif; font-weight: bold;}
#bottomNav a:link {color:#D5001B}
#bottomNav a:visited {color:#D5001B}
#bottomNav a:hover {color:#D5001B}
#bottomNav a:active {color:#D5001B}

/*tagline*/
#tagline { margin-right: 5px; margin-top: 1px; margin-bottom: 1px; text-align:right; font-family: Tekton, Arial, Helvetica, sans-serif; font-size: 15px; }

/* mainContent */
#mainContent {margin: 15px; }

/* margins for home page content table */
.hpLeftColumn { padding: 5px 15px 5px 15px; }
.hpRightColumn { padding: 5px 15px 5px 15px;}

/* some custom classes */
.size11
{
    font-weight: bold;
    font-size: 11pt;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
}
