/* --- TDC STYLES --- */

.home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	font-weight: normal;
	color: #000000;
}
.homeNEWS {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
	line-height: 20px;
}
a.NavLink:link 		
{ 
    text-decoration: none; 
    color: white;
    font-size: 12px; 
    font-family: Arial, Helvetica, sans-serif; 
}
a.NavLink:visited 	
{ 
    text-decoration: none; 
    color: white;
    font-size: 12px; 
    font-family: Arial, Helvetica, sans-serif; 
}
a.NavLink:active 	
{ 
    text-decoration: none; 
    color: white; 
    font-size: 12px; 
    font-family: Arial, Helvetica, sans-serif; 
}
a.NavLink:hover 	
{ 
    text-decoration: underline; 
    color: white; 
    font-size: 12px; 
    font-family: Arial, Helvetica, sans-serif; 
}

/* --- Footer --- */

a.FooterLink:link 		
{ 
    text-decoration: none; 
    color: #898c8f;
    font-size: 12px; 
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif; 
}
a.FooterLink:visited 	
{ 
    text-decoration: none; 
    color: #898c8f;
    font-size: 12px; 
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif; 
}
a.FooterLink:active 	
{ 
    text-decoration: none; 
    color: #898c8f; 
    font-size: 12px; 
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif; 
}
a.FooterLink:hover 	
{ 
    text-decoration: underline; 
    color: #898c8f; 
    font-size: 12px; 
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif; 
}
.FooterText 	
{ 
    color: #898c8f; 
    font-size: 12px; 
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif; 
}
.bodyHEADLINE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}

/* --- GENERIC Edit Section --- */

H1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

H2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #898c8f;
}

H3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #898c8f;
}

H4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #898c8f;
}

H5, DT
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #898c8f;
}

H6
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #898c8f;
}

TFOOT, THEAD
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}

TH
{
	vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}

TD
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

SMALL
{
	font-size: 8px;
}

BIG
{
	font-size: 14px;
}

BLOCKQUOTE, PRE
{
	font-family: Lucida Console, monospace;
}


UL
{ 

}

LI
{
	list-style-type: disc;
}


UL LI LI
{
	list-style-type: disc;
}

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;
}
OL UL LI
{
	list-style-type: disc;
}

HR
{
	color: #696969;
	height: 1pt;
	text-align: left;
}



/* --- Default Link Style --- */

A:link
{
	text-decoration: none;
	color: #000000;
	font-size: 11px;
}

A:visited
{
	text-decoration: none;
	color: #000000;
	font-size: 11px;
}

A:hover
{
	text-decoration: underline;
	color: #000000;
	font-size: 11px;
}

A:active
{
	text-decoration: underline;
	color: #000000;
	font-size: 11px;
}



