/* 
cascading style sheet for redhat.com -- created 03.16.00

COMMENTS:
--linux version
*/


BODY	{
	font-family: helvetica, sans serif;
	background-color: #FFFFFF;
	}
	
TH, TD, P	{
	font-family: helvetica, sans serif;
	font-size: 12pt;
	}

.globalnav {					/* style for pipes between global nav links */
	font-size:9pt;
	color: #cc0000;
	font-weight:bold;
	}

.globallinks {					/* style for global nav links */
	font-size:10pt;
	color: #336699;
	font-weight: bold;
	text-decoration: none;
	}
.breadcrumb {					/* breadcrumb links */
	font-size: .8em;
	}
.siblinglink {					/* color sibling nav links */
	color:#cc0000;
	}
.siblingnav {					/* nav below breadcrumbs */
	line-height: 15px;
	font-size: .8em;
	font-weight: bold;
	}
.tertiarynav {					/* left-hand nav */
	color: #666666;
	font-size: 10pt;
	margin-left: 2em;
	}
.tertiarylink {				/* left-hand nav link color */
	color: #666666;
	font-size: 10pt;
	}
.tertiarysublink {
	color: #666666;
	}
.tertiarypage {				/* current page in left-hand nav */
	color: #336666;
	font-size: 10pt;
	font-weight: bold;
	}
.pagetitle1 {					/* title directly above content */
	font-family: helvetica, sans serif;
	font-size: 1.4em;
	font-weight: bold;
	}
.footertext {
	font-size: 10pt;
	line-height: 20px;
	}
.copyright {
	color: #666666;
	font-size: 10pt;
	line-height: 18px;
	}
	
/* ------------------------------ */