
/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana;
    font-size: 14px;
    font-weight: normal;
    color: black; 
}

TD
{
    font-family: Verdana;
    font-size: 14px;
    font-weight: normal;
    color: black;
}

.CommentData
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #20B2AA;
}
.LinkBtn
{
    font-family: Verdana;
    font-size: 14px;
    font-weight: normal;
    color: blue; 
}

/* "about" text on home page */
.About
{
    font-family: Verdana;
    font-size: 14px;
    font-weight: normal;
    color: black; 
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: MS Reference Sans Serif, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}

    
/* text style for the site links (at extreme top-right of header) */
.A {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.link {
    text-decoration:    none;
    color: silver;
}

A.visited  {
    text-decoration:    none;
    color: silver;
}

A.active   {
    text-decoration:    none;
    color: white;
}

A.hover    {
    text-decoration:    underline;
    color: white;
}


/* GENERIC */
.H1  
{	
    font-family: MS Reference Sans Serif, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: brown;
    /* color: #666644; */
}

.H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

.H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

.H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}


