#content p, #content2 p {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10pt;
	line-height: 20px;
	margin: 0 0 10px 0;
}
	
#content li {
	font-family: Verdana;
	font-size: 8pt;	
}
	
#content h3, #content2 h3 {
	font-family: Helvetica;
	font-size: 10pt;
	letter-spacing: 1px;
	color: #000000;
}
	
#content, #content2 {
	padding-bottom: 10px;
	padding-top: 40px;
	border-top: 2px solid #0061b1;
}
	
#sbcontent {
	float: none;
}
	
#footer {
	margin-bottom: 10px;
}
	
	
#text a {
	color: #0061b1;
}

#text a:hover {
	color: #A99D02
}		

#timeline {
	position: relative;
	padding: 0;
	height: 40px;
}
	
ul.time {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 40px;
	overflow: hidden;
}
	

.time a {
	display: block;
	width: 96px;
	height: 40px;
	text-decoration: none;
	padding-top: 15px;
	color: #FFF;
	font-size: 8pt;
	font-family: arial;
	background-image: url('/Company/Images/timelinebg.gif');
}
	
.time a:hover {
	background-position: 0 -39px;
	color: #000;
	border-bottom: 0px;
	z-index: 2;	
}
	
.time a span 
{
	display: none;
}
	
.time a:hover span 
{
	display: block;
	position: absolute;
	width: 900px;
	left: 0px;
	text-align: left;
	bottom: 40px;
	border-bottom: 0px;
	color: #666;
	margin-left: 20px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	font-variant: small-caps;
}
	
h3 {
	color: #555;
	margin-top: 20px;
	margin-bottom: 0;
}
	
#content2
{
    BORDER-RIGHT: #aaaaaa 1px solid;
    BORDER-TOP: #aaaaaa 1px solid;
    MARGIN-TOP: 10px;
    MARGIN-BOTTOM: 10px;
    BORDER-LEFT: #aaaaaa 1px solid;
    WIDTH: 830px;
    BORDER-BOTTOM: #aaaaaa 1px solid;
    BACKGROUND-COLOR: #ffffff
}


div#intro {
	border-bottom: 2px solid #0061b1;
	padding: 10px 10px 20px 10px;
	margin: 0;
	background-color: #bfd7ec;
	color: #fff;
	background-repeat: repeat-x;
}

#intro a {
	color: #F9ED26;
	text-decoration: none;
}

#intro a:hover {
	color: #000
}

