/* ================================
    CSS STYLES FOR USNAAA_PSC
    v2.0, 10/12/2006
   ==============================*/

/* BODY FORMATS */

Body
{
    background-color: white;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: black;
}

/* HEADER FORMATS */

H1  
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight: bold;
    color: dimgray; 
}
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;
}
H5, DT  
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: darkred;
}
H6  
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: darkred;
}
HR 
{
    color: dimgray;
    height: 1pt;
    width: 99%;
    text-align: left;
}

/* GENERIC */

TFOOT, THEAD    
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: darkred;
}
TH  
{
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: darkred;
}
TD  
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: normal;
    color: black;
}

/* STANDARD ANCHOR FORMATS - REVISED 3-11-07 */ 

A:link 
{
    text-decoration: underline;
    color: blue;
}
A:visited   
{
    text-decoration: underline;
    color: purple;
}
A:hover
{
    text-decoration: underline;
    color: red;
}
A:active    
{
    text-decoration: underline;
    color: dimgray;
}

/* STANDARD EMAIL ANCHOR FORMATS - ADDED 3-11-07 */ 

A.email:link 
{
    text-decoration: none;
    color: blue;
}
A.email:visited   
{
    text-decoration: none;
    color: purple;
}
A.email:hover
{
    text-decoration: underline;
    color: red;
}
A.email:active    
{
    text-decoration: none;
    color: dimgray;
}


/* BLACK ANCHOR FORMATS */ 

a.black:link 
{
    text-decoration: none;
    color: black;
}
a.black:visited   
{
    text-decoration: none;
    color: black;
}
a.black:hover
{
    text-decoration: underline;
    color: red;
}
a.black:active    
{
    text-decoration: none;
    color: black;
}

/* SPECIAL ANCHOR FORMATS */ 

A.Special
{
	Font-Weight: Bold; 
	Font-Size: 12px; 
	Color: Yellow; 
	Text-Decoration: None;
}
A.Special:Visited
{
	Color: Yellow; 
	Text-Decoration: None;
}
A.Special:Hover 
{
	Color: Red;
	Text-Decoration: None;
}
A.Special:Active
{
	Color: Yellow; 
	Text-Decoration: None;
}

/* SPECIAL SMALL ANCHOR FORMATS */ 

A.SpecialSmall
{
	Font-Weight: Bold; 
	Font-Size: 10px; 
	Color: Yellow; 
	Text-Decoration: None;
}
A.SpecialSmall:Visited
{
	Color: Yellow; 
	Text-Decoration: None;
}
A.SpecialSmall:Hover 
{
	Color: Red;
	Text-Decoration: None;
}
A.SpecialSmall:Active
{
	Color: Yellow; 
	Text-Decoration: None;
}

/* TITLE ANCHOR FORMATS */ 

A.Title:link 
{
	FONT: 10pt;
	Font-Weight: Bold;
	Color: Navy; 
	text-decoration: none;
}
A.Title:visited
{
	FONT: 10pt;
	Font-Weight: Bold;
	Color: Navy; 
	text-decoration: none;
}
A.Title:hover 
{
	FONT: 10pt;
	Font-Weight: Bold;
	Color: Red; 
	text-decoration: underline;
}

/* UP ANCHOR FORMATS */ 

A.Up:link 
{
	FONT: 12pt;
	Font-Weight: Bold;
	Color: NAVY; 
	text-decoration: none;
}
A.Up:visited 
{
	FONT: 12pt;
	Font-Weight: Bold;
	Color: NAVY; 
	text-decoration: none;
}
A.Up:hover 
{	
	FONT: 12pt;
	Font-Weight: Bold;
	Color: RED; 
	text-decoration: underline;
}

/* FONTS AND OTHER TAGS */

SMALL   
{
    font-size: 9px;
}  
MEDIUM
{
    font-size= 12px;
}
BIG 
{
    font-size: 14px;
}


/*  BLOCKQUOTE, PRE 
{
    font-family: Lucida Console, monospace;
}
END OF BLOCKQUOTE */


UL LI   
{
    list-style-type: circle;
}
UL LI LI    
{
    list-style-type: square;
}
UL LI LI LI 
{
    list-style-type: disc;
}
OL LI   
{
    list-style-type: decimal;
}
OL OL LI    
{
    list-style-type: lower-alpha;
}
OL OL OL LI 
{
    list-style-type: lower-roman;
}
.Dim 
{
	FONT: 9pt;
	Font-Weight: Bold;
	Color: #CCCCCC;
}
.Title 
{
	FONT: 12pt;
	Font-Style: Italic;
	Font-Weight: Bold;
	Color: Blue;
	Text-Decoration: underline;
}

