/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
P {color: #666666; 
    font-family: Tahoma, Arial, Helvetica; 
    font-size: 12px; 
    font-weight: normal; 
    font-style: normal;
}
H1  {color: #333333; 
    font-family: Tahoma, Arial, Helvetica; 
    font-size: 20px; 
    font-weight: normal; 
    font-style: normal;
}

H2  {color: #333333; 
    font-family: Tahoma, Arial, Helvetica; 
    font-size: 16px; 
    font-weight: normal; 
    font-style: normal;
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

