@charset "utf-8";
/* CSS Document */

a.LinkBlack:link {color: #000; text-decoration: underline; }
a.LinkBlack:visited {color: #000; text-decoration: underline;}
a.LinkBlack:hover {color: blue; text-decoration: underline;}
a.LinkBlack:active {color: blue; text-decoration: underline;} 

a.LinkYellow:link {color: #CC0; text-decoration: none; border-bottom:1px solid #CC0; }
a.LinkYellow:visited {color: #CC0; text-decoration: none; border-bottom:1px solid #CC0;}
a.LinkYellow:hover {color: #FF2; text-decoration: none; border-bottom:1px solid #FF2;}
a.LinkYellow:active {color: blue; text-decoration: none; border-bottom:1px solid blue;} 

a.External:link {color: #880000; }
a.External:visited {color: #880000;}
a.External:hover {color: #FF0000;}
a.External:active {color: #880000; } 

a.TOC:link {color: #000088; }
a.TOC:visited {color: #000088;}
a.TOC:hover {color: #0000FF;}
a.TOC:active {color: #000088; } 


body {
	background-repeat: no-repeat;
	/*background-image:url(homepage/graphics/background.png);*/
	background-color:#555;
	background-position:top center;
 	margin: 0px;
	border:0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
/*    behavior: url("csshover3-source.htc");
*/
}

.NoSpacing {
	margin:0px;
	padding:0px;
	border:0px;
}

p.NoSpacing {
	margin:0px;
	padding:0px;
	border:0px;
}

div.NoSpacing {
	margin:0px;
	padding:0px;
	border:0px;
}

span.NoSpacing {
	margin:0px;
	padding:0px;
	border:0px;
}

p.NoBottomSpacing {
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:0px;
}

NoBottomSpacing {
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:0px;
}

NoBottomTopSpacing {
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:0px;
	margin-top:0px;
	padding-top:0px;
	border-top:0px;
}

div.NoBottomTopSpacing {
	margin:0px;
	padding:0px;
	border:0px;
}

.BodyText {
	font-size:13px;
	line-height: 1.2em;
	font-weight:normal;
	margin-top: 0.5em;
	margin-bottom: 1.0em;
}

.BodyText.Inner {
	color: #000;
	margin-left:24px;
	margin-right:24px;
	max-width: 85%;
}

.FirstLine {
	margin-top: 1.0em;
}

.BodyBullets {
	line-height: 1.2em;
	font-weight:normal;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.Note {
	font-size:11px;
	width: 760px;
	margin-left:2.5em;
	margin-top:0.25em;
	margin-bottom:0.0em;
}

.Copyright {
	color: #305093;
	font-size:10px;
	font-weight:normal;
	text-align:left;
}



.HasPopup span {
	display: none;
	/*visibility:hidden;*/
	width:auto;
	height: auto;
	margin: 0px;
}

/*HasPopup here for CSS based popup that works without JS.*/
.HasPopup :hover span {
	display: block;
	/*visibility:visible;*/
	width:auto;
	height: auto;
	margin: 0px;
	z-index: 10;
}

/*HasPopup here for JS based popup for IE6.*/
.HasPopup.hover span {
	display: block;
	width:auto;
	height: auto;
	margin: 0px;
	z-index: 10;
/*	background-color:#990;*/
}


.Innovations {
	font-size:55pt;
	font-weight:500;
	letter-spacing: 0.03em;
}

.Innovations.Small {
	font-size:24pt;
}

.Title {
	font-size:16px;
	font-weight:bold;
	text-align:left;
	line-height:1.2em;
}


.TitleYellow {
color: #CC0;
}


.BodyYellow {
color: #BB8;
}

.IntraLinks {
/*	color: #82BDD1; */
	font-size:11px;
	font-weight:bold;
	margin-right:1.5em;
	margin-left:1.5em;
}


.LogoText {
	color: #EEE;
/*	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
*/	text-align: left;
}


.PageContainerHomepage {
 	position: relative;
	width:1000px; height:auto;
	margin: auto;
 	background-color:#000;
 }


.PageLinkID {
	color: #000;
	font-size:24px;
	margin:18px;
	margin-left:6px;
	margin-bottom:12px;
}


.Temporal {
	font-size:28pt;
	font-weight:100;
	letter-spacing: 0.07em;
}

.TemporalSmall {
	font-size:14pt;
}

.InnerPageHeading {
	color: #000;
	font-size:16px;
	margin-top:1.5em;
	margin-bottom:0.0em;
	margin-left:16px;
	font-weight:bold;
}

.NegativeBottomMargin {
	margin-bottom:-0.75em;
}


.InnerPageSubheading {
	color: #000;
	font-size:13px;
	margin-top:1.5em;
	margin-bottom:0.0em;
	margin-left:24px;
	font-weight:bold;
}

.TOCentry {
	color: #000;
	font-size:12px;
	font-weight:bold;
	line-height:1.75em;
	padding-left:2.0em;
}

.TopText {
	color: #DDD;
	font-size:18px;
	font-weight:normal;
	line-height: 1.5em;
	margin: 0px;
}

.TopText.TechnoFrolics {
	font-size:8pt;
	font-weight:normal;
}

.WebmasterMessages {
	font-size:11px;
	color:#FFF;
	z-index:100;
}

.BodyBullets {
	
