/*  
Version: 1.0
Author: TargetScope Inc.
Author URI: http://www.targetscope.com
*/

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;	
}
/*____________________________________________________________
Basic text styles
____________________________________________________________*/
p{
	line-height:140%;
	color: #333333;
	
}
h1 { margin: 0 0 0 0; padding: 0; color: #CC0000; font: 22px "Times New Roman" , Times, serif;  }
h2{
	font-size:28px;
	margin:0;
	padding:0;
	color:#CC0000;
	font: 20px "Times New Roman", Times, serif;
	
}

h3{
	font-size:22px;
	margin:0;
	padding:0;
	color:#CC0000;
	font: 18px "Times New Roman", Times, serif;
	
}
h4{
	font-size:18px;
	margin:0;
	padding:0;
	color:#CC0000;
	font: 16px "Times New Roman", Times, serif;
	
}
h5{
	font-size:16px;
	margin:0;
	padding:0;
	color:#CC0000;
	font: 14px "Times New Roman", Times, serif;
	
}
h6{
	font-size:14px;
	margin:0;
	padding:0;
	color:#CC0000;
	font: 12px "Times New Roman", Times, serif;
	
}
/*____________________________________________________________
special text colors - seems like we always need to be able to 
set some text to a certain color.
____________________________________________________________*/
.black_text{
	color:#000000;
}
.lightgrey_text{
	color:#999999;
}

.pindent { text-indent: 15pt; }

/* Donna Locklin added .caption */
.caption {
 font-size:11px;
	margin:0;
	padding:0;
	color:#CC0000;
	font: 11px "Times New Roman", Times, serif;
}



/*____________________________________________________________
some home page specific styles
____________________________________________________________*/
#HomePage{
	font-size:11px;
}
#HomePage p{
	line-height:100%;
}

/*____________________________________________________________
base link styles
____________________________________________________________*/
a{
	color:#CC0000;
}
a:visited{
	/*color:#CB4402;*/
}
a:hover{
	text-decoration:underline;
}
a:active{

}

#HeaderExtras a:link{
	
}

/* Donna Locklin added .newsletterRootNode */
.newsletterRootNode
{
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;   
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
     
} 
a.newsletterRootNode, a.newsletterRootNode:link, a.newsletterRootNode:active, a.newsletterRootNode:visited 
{
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;   
    text-decoration: none;  
    font-size: 14px; 
    font-weight: bold;  
} 

a.newsletterRootNode:hover 
{
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;   
    text-decoration: none;   
    font-size: 14px; 
    font-weight: bold; 
} 

.newsletterLevel2Node
{
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;   
    text-decoration: none;
    font-size: 12px;
    font-weight: bold; 

     
} 
a.newsletterLevel2Node, a.newsletterLevel2Node:link, a.newsletterLevel2Node:active, a.newsletterLevel2Node:visited 
{
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;   
    text-decoration: none;  
    font-size: 12px; 
    font-weight: bold; 
 
} 

a.newsletterLevel2Node:hover 
{
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;   
    text-decoration: none;   
    font-size: 12px; 
    font-weight: bold; 
} 

.newsletterLevel3Node
{
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;   
    text-decoration: none;
    font-size: 12px;

     
} 
a.newsletterLevel3Node, a.newsletterLevel3Node:link, a.newsletterLevel3Node:active, a.newsletterLevel3Node:visited 
{
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;   
    text-decoration: underline;  
    font-size: 12px; 
 
} 

a.newsletterLevel3Node:hover 
{
    font-family: Arial, Helvetica, sans-serif;
    color: #ff0000;   
    text-decoration: underline;   
    font-size: 12px; 
} 
.OutPutMsg
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px; 
}

.pendingLabel
{
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
    color: #333333;
    padding-left: 5px;
}
