/* GENERAL */
/* style for module titles */
.Head       {
    font-family: Perpetua Titling MT, Times, Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #ffffff;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Perpetua Titling MT, Times, Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #ffffff;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Perpetua, Tahoma, Arial, Helvetica;
    font-size: 16px;
    font-weight: normal;
    color: white;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.NormalBlack
{
    font-family: Perpetua, Tahoma, Arial, Helvetica;
    font-size: 16px;
    font-weight: normal;
    color: #000000
}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}


    
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

A:link  {
    font-family: Perpetua, Garamond, Arial, Helvetica;
    text-decoration:    none;
    color:  #eeeeee;
    font-size:  16px;
}

A:visited   {
    font-family: Perpetua, Garamond, Arial, Helvetica;
    text-decoration:    none;
    color:  #eeeeee;
    font-size:  16px;
}

A:active    {
    font-family: Perpetua, Garamond, Arial, Helvetica;
    text-decoration:    none;
    color:  #eeeeee;
    font-size:  16px;
}

A:hover {
    font-family: Perpetua, Garamond, Arial, Helvetica;
    text-decoration:    underline;
    color:  #800000;
    font-size:  16px;

}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


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: dimgrey;
    height:1pt;
    text-align:left
}


