/*Step One: Insert the code below before the closing head tag.
			link rel="stylesheet" type="text/css" href="/css/pctoday.css"
  Step Two: Apply styles to headings, form lables, instructional text, subheads and table headers
  Step Three: Clear out any unneeded font tags or unneccesary code*/

/*PCToday*/

/* deep red top header */
.heading {
		font-weight:bold; 
		font-size:14pt; 
		line-height:16pt; 
		color:#CC0000}    

/* light blue subhead */
.subhead {  
		font-weight:bold; 
		font-size:14pt; 
		line-height:16pt; 
		color:#0079BD}                 

/* article titles*/
.articletitle {
		font-weight:bold; 
		font-size:28pt; 
		line-height:32pt;}

/* small table copy*/
.small {
		font-size:8pt; 
		line-height:10pt;} 
		
/* TO: 885725*/
.small2 {
		font-size:9pt; 
		line-height:10pt;} 		
		
/*Small Table headers*/
.TableHead {
		font-weight:bold;
		font-size:10pt;
		font-family:"Arial","Helvetica";
		line-height:24pt;
		color:White}
		
/*Small Table headers*/
.NavTableHead {
		font-weight:bold;
		font-size:10pt;
		font-family:"Arial","Helvetica";
		line-height:16pt;
		color:White}		
		
/*Large Table headers*/
.LargeTableHead {
		font-weight:bold;
		font-size:12pt;
		font-family:"Arial","Helvetica";
		line-height:24pt;
		color:White}

/*Small Black Table headers*/
.BlackTableHead {
		font-weight:bold;
		font-size:12pt;
		font-family:"Arial","Helvetica";
		line-height:24pt;
		color:#000000}
		
/*Publication Titles*/
.pubs {
		font-weight:bold; 
		font-size:12pt;
		font-family:"Arial","Helvetica";
		color:000000}
		
.NavTDSpacing{
	padding: 1px 1px 1px 4px;
	background-color:#005F9F;
}		

.dn {
	display:none;}
		
a:link {text-decoration:underline; color:003399}
a:visited {text-decoration:underline; color:003399}
a:active {text-decoration:underline; color:003399}
a:hover {text-decoration:underline; color:000000}

a.nav:link {text-decoration:none; color:#FFFFFF}
a.nav:visited {text-decoration:none; color:#FFFFFF}
a.nav:active {text-decoration:none; color:#FFFFFF}
a.nav:hover {text-decoration:underline; color:#CCCCCC}

a.top:link {text-decoration:underline; color:#333399}
a.top:visited {text-decoration:underline; color:#333399}
a.top:active {text-decoration:underline; color:#333399}
a.top:hover {text-decoration:underline; color:#000000}

a.login:link {font-weight:bold; font-size:11pt; text-decoration:underline; color:#FF6600}
a.login:visited {font-weight:bold; font-size:11pt; text-decoration:underline; color:#FF6600}
a.login:active {font-weight:bold; font-size:11pt; text-decoration:underline; color:#FF6600}
a.login:hover {font-weight:bold; font-size:11pt; text-decoration:underline; color:#333399}

a.price:link {text-decoration:underline; color:#0049A5; font-size: 9pt}
a.price:visited {text-decoration:underline; color:#0049A5; font-size: 9pt}
a.price:active {text-decoration:underline; color:#0049A5; font-size: 9pt}
a.price:hover {text-decoration:underline; color:#0049A5; font-size: 9pt}

a.browse:link {text-decoration:underline; color:#DE4500}
a.browse:visited {text-decoration:underline; color:#DE4500}
a.browse:active {text-decoration:underline; color:#DE4500}
a.browse:hover {text-decoration:underline; color:#000000}

a.bannerlink:link {text-decoration:none; color:#ffffff; font-size:9pt}
a.bannerlink:visited {text-decoration:none; color:#ffffff; font-size:9pt}
a.bannerlink:active {text-decoration:none; color:#ffffff; font-size:9pt}
a.bannerlink:hover {text-decoration:underline; color:#CCcccc; font-size:9pt}

A.topbanner:link {text-decoration:none; color:#ffffff; font-size:8pt}
A.topbanner:visited {text-decoration:none; color:#ffffff; font-size:8pt}
A.topbanner:active {text-decoration:none; color:#ffffff; font-size:8pt}
A.topbanner:hover {text-decoration:underline; color:#ffffff; font-size:8pt}		

/* -------------------------------------------------- */
/* ---DO NOT USE - THESE ARE APPLIED AUTOMATICALLY--- */		 

/* main body copy inside table data*/
TD {  
		font-family:"Arial","Helvetica"; 
		font-size:10pt;}
		
/* main body copy inside body*/
BODY{	
		font-family:"Arial","Helvetica"; 
		font-size:10pt;}
  
H2 { display: inline; margin-top: 0px; margin-bottom: 0px; margin-left: 0;
  padding-left: 0;}	


           

