BODY 
{ 
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial;
} 
 
/* */ 
.HomeHead 
{ 
/*    color: #000000; */
    font-family: Verdana, Arial; 
    font-size: 20px; 
    font-weight: normal; 
    HEIGHT: 35px 
} 
 
/* */ 
.ContentHead 
{ 
    /* background-color: #9A9EB8; */ 
   /* color: #000000; */ 
    font-family: Verdana, Arial; 
    font-size: 20px; 
    font-weight: bold; 
    height: 35px 
} 
 
/* */ 
.SubContentHead 
{ 
    /* background-color: #9A9EB8; */ 
   /* color: #000000; */
    font-family: Verdana, Arial; 
    font-size: 18px; 
    font-weight: bold; 
    height: 20px 
} 
  
/* text style for the links */ 
A.SiteLink, A.SiteLink:link, A.SiteLink:visited 
{ 
    font-family: Verdana, Helvetica, sans-serif; 
    text-decoration: none; 
/*    color: #0A0C44; */
    font-size: 14px; 
}    
 
A.SiteLink:hover     
{ 
    text-decoration: underline; 
/*    color: #914120; */
} 
 
A.SiteLinkBold, A.SiteLinkBold:link, A.SiteLinkBold:visited 
{ 
/*    color: #0A0C44; */
    font-family: Verdana, Helvetica, sans-serif; 
    text-decoration: none; 
    font-size:  14px; 
    font-weight: bold 
} 
 
A.SiteLinkBold:hover 
{ 
/*    color: #914120;  */
    text-decoration: none; 
} 

/* GENERAL */ 
 
/* text style used for most text rendered by modules */ 
.Normal 
{ 
    font-family: Verdana, Helvetica, sans-serif; 
    font-size: 8px; 
    font-weight: normal; 
    line-height: 12px     
} 
 
.NormalDouble 
{ 
    font-family: Verdana, Helvetica, sans-serif; 
    font-size: 8px; 
    font-weight: normal; 
    line-height: 20px     
} 
 
.NormalRed 
{ 
    font-family: Verdana, Helvetica, sans-serif; 
    font-size: 8px; 
    font-weight: bold; 
    color: red 
} 
 
.NormalBold 
{ 
    font-family: Verdana, Helvetica, sans-serif; 
    font-size: 8px; 
    font-weight: bold; 
    line-height: 12px     
} 
 
.NormalItalic 
{ 
    font-family: Verdana, Helvetica, sans-serif; 
    font-size: 8px; 
    font-weight: italic; 
    line-height: 16px     
} 

A:link  { 
    text-decoration: underline; 
/*    color:  black; */
} 
 
A, A:hover { 
    text-decoration: underline; 
/*    color:  black; */
} 
 
SMALL   { 
    font-size:  6px; 
} 
 
BIG { 
    font-size:  14px; 
} 
 
BLOCKQUOTE, PRE { 
    font-family:    Lucida Console, monospace; 
} 
 
 
UL LI   { 
    list-style-type:    circle; 
} 
 
UL LI LI    { 
    list-style-type:    disc; 
} 
 
UL LI LI LI { 
    list-style-type:    square; 
} 
 
OL LI   { 
    list-style-type:    decimal; 
} 
 
OL OL LI    { 
    list-style-type:    lower-alpha; 
} 
 
OL OL OL LI { 
    list-style-type:    lower-roman; 
} 
 
HR { 
    height:1pt; 
    text-align:left 
} 
 
