/* text & link syles */ 

.default 
{ 
font-family: Arial; 
font-size: 11px; 
color: #000000; 
} 
.default a:link, .default a:visited, .default a:active 
{ 
font-family: Arial; 
font-size: 11px; 
color: #0000FF; 
text-decoration: underline; 
} 
.default a:hover, .default a:visited:hover 
{ 
font-family: Arial; 
font-size: 11px; 
color: #0000FF; 
text-decoration: none; 
} 

/* utility navigation */ 

.utility_nav 
{ 
font-family: Arial; 
font-size: 11px; 
color: #FFFFFF; 
} 
.utility_nav a:link, .utility_nav a:visited, .utility_nav a:active 
{ 
font-family: Arial; 
font-size: 11px; 
color: #FFFFFF; 
text-decoration: underline; 
margin-right: 10px; 
} 
.utility_nav a:hover, .utility_nav a:visited:hover 
{ 
font-family: Arial; 
font-size: 11px; 
color: #FFFFFF; 
text-decoration: none; 
margin-right: 10px; 
} 

/* top navigation */ 

.topnav 
{ 
font-family: Arial; 
font-size: 11px; 
font-weight: bold; 
color: #333; 
padding:4px; 
} 
.topnav a:link, .topnav a:visited, .topnav a:active 
{ 
font-family: Arial; 
font-size: 11px; 
font-weight: bold; 
color: #333; 
text-decoration: none; 
padding-left: 10px; 
padding-right: 10px; 
} 
.topnav a:hover, .topnav a:visited:hover 
{ 
font-family: Arial; 
font-size: 11px; 
font-weight: bold; 
color: #666; 
text-decoration: underline; 
padding-left: 10px; 
padding-right: 10px; 
} 

/* left navigation */ 

.leftnav a:link, .leftnav a:visited, .leftnav a:active 
{ 
font-family: Arial; 
font-size: 11px; 
color: #333; 
text-decoration: none; 
background: #ccc; 
display: block; 
padding: 5px 5px 5px 15px; 
border-bottom: 1px #999 solid; 

} 
.leftnav a:hover, .leftnav a:visited:hover 
{ 
font-family: Arial; 
font-size: 11px; 
color: #333; 
text-decoration: none; 
background: #fefefe; 
display: block; 
padding: 5px 5px 5px 15px; 
border-bottom: 1px #333 solid; 

} 

.lefthead 
{ 
font-family: Arial; 
font-size: 14px; 
font-weight: bold; 
color: #333; 
display: block; 
background: #ccc; 
padding: 10px 10px 10px 15px; 
border-bottom: 1px #999 solid; 
} 

/* footer text & link */ 

.footer 
{ 
font-family: Arial; 
font-size: 11px; 
color: #FFFFFF; 
} 
.footer a:link, .footer a:visited, .footer a:active 
{ 
font-family: Arial; 
font-size: 11px; 
color: #FFFFFF; 
text-decoration: underline; 
} 
.footer a:hover, .footer a:visited:hover 
{ 
font-family: Arial; 
font-size: 11px; 
color: #FFFFFF; 
text-decoration: none; 
} 

/* content bucket link */ 

.bucket_link 
{ 
font-family: Arial; 
font-size: 12px; 
color: #003471; 
font-weight: bold; 
} 
.bucket_link a:link, .bucket_link a:visited, .bucket_link a:active 
{ 
font-family: Arial; 
font-size: 12px; 
color: #003471; 
font-weight: bold; 
text-decoration: none; 
} 
.bucket_link a:hover, .bucket_link a:visited:hover 
{ 
font-family: Arial; 
font-size: 12px; 
color: #003471; 
font-weight: bold; 
text-decoration: underline; 
} 

/* text good for content bucket */ 

.small 
{ 
font-family: Arial; 
font-size: 10px; 
color: #000000; 
} 
.small a:link, .small a:visited, .small a:active 
{ 
font-family: Arial; 
font-size: 10px; 
color: #0000FF; 
text-decoration: underline; 
} 
.small a:hover, .small a:visited:hover 
{ 
font-family: Arial; 
font-size: 10px; 
color: #0000FF; 
text-decoration: none; 
} 
