/* CONTENT SPECIFIC STYLES */

Body
{
    background-color: white;
}

.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #663333;
    line-height: 18px
}

.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: navy;
}

A.Head:link {
    text-decoration:    none;
}

A.Head:visited {
    text-decoration:    none;
}

A.Head:active {
    text-decoration:    none;
}

A.Head:hover {
    text-decoration:    none;
    color: #663333;
}

.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px
}

.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalBlue
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: navy
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}



/* HEADER SPECIFIC STYLES */

.HeaderBg {
    background-color: #663333;
}

.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#cccc99
}

.SiteTagLine {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color:#cccc99
}

.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}   

A.SiteLink:link {
    text-decoration:    none;
    color:white;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

.MenuItem {
    background-color: dimgray;
    border-color: black;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:white;
    text-decoration:none;
    font-weight: bold
}

.MenuItem A:link    {
    text-decoration:    none;
    color:#eeeeee;
}

.MenuItem A:visited {
    text-decoration:    none;
    color:#eeeeee;
}

.MenuItem A:active  {
    text-decoration:    none;
    color:#eeeeee;
}

.MenuItem A:hover   {
    text-decoration:    underline;
    color:white;
}

.SelectedMenuItem {
    background-color: white;
    border-color: white;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: #663333;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the selected tabs */
.SelectedMenuItem A:link    {
    text-decoration:    none;
    color: #663333;
}

.SelectedMenuItem A:visited {
    text-decoration:    none;
    color:#663333;
}

.SelectedMenuItem A:active  {
    text-decoration:    none;
    color:#663333;
}

.SelectedMenuItem A:hover   {
    text-decoration:    underline;
    color: navy;
}



/* FOOTER SPECIFIC STYLES */

.FooterText
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}



/* GENERIC STYLES */

H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    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: #663333;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #663333;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #663333;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #663333;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: #663333;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #663333;
}

A:link  {
    text-decoration:    underline;
    color:  navy;
}

A:visited   {
    text-decoration:    underline;
    color:  navy;
}

A:active    {
    text-decoration:    underline;
    color:  navy;
}

A:hover {
    text-decoration:    underline;
    color:  #663333;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Verdana, 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
}