/* ================================
    CSS STYLES FOR Michael Dempsey
    
   ================================
*/   



/* style for separator between site links */
.Accent
{
    color: #CC9900;
    font-weight:    bold;
}



/* GENERAL */

.Head   {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  18px;
    font-weight:    normal;
    color: #000000;
}
.HeadUnder   {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  16px;
    font-weight:    bold;
    color: #000000;
}

/* Headings*/
.SubHead    {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight:    bold;
    color:#ffffff;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 17px;
    text-decoration:none;    
}


}
    

/* GENERIC */
TD  {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight:    normal;
    color: black;
}

P  {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight:    normal;
    color: black;
}


H1  {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: black;
}

H2  {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size:  16px;
    font-weight:    normal;
    color: black;
}

H3  {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    normal;
    color: white;
}

H4  {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: black;
}

H5, DT  {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

H6  {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

TFOOT, THEAD    {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: #106B08;
}

TH  {
    vertical-align: baseline;
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #106B08;
}

A:link  {
    text-decoration:    none;
    color:  #ffffff;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}

A:visited   {
    text-decoration:    none;
    color:  #ffffff;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}

A:active    {
    text-decoration:    none;
    color:  #ffffff;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}

A:hover {
    text-decoration:    underline;
    color:  #ffffff;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family: Arial;
    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: Silver;
    padding: 10px;
    
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: #BFBFBF;
    height:1pt;
    text-align:left
}

