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

* {
	margin: 0;
	padding: 0;
}
#container {
margin:15px 0 0 0;
width:642px;
}
/*#investor-container {
width:642px;
}*/
#tabs {
 	margin:0;
}

#tabs ul {
	float: left;
	background: #fff;
	width: 640px;
	padding-top: 4px;
	
}
#tabs li {
	margin-left: 2px;
	list-style: none;
	border:1px solid #d4d2d2;
	border-bottom:none;
	
}


* html #tabs li {
	display: inline;
}
#tabs li, #tabs li a {
	float: left;
	border-radius:4px 4px 0px 0px;
-moz-border-radius:4px;
-webkit-border-radius:4px 4px 0px 0px;
}
#tabs ul li.active {
	border:1px #a5a4a4 solid;
	background: #dfdddd;
	border-bottom:none;
}
#tabs ul li.active a {
	color: #434242;
	
}
#tabs div {
	background: #fafafa;
	clear: both;
	padding: 0px;
	min-height: 200px;
	border:1px solid #d4d2d2;
}
#tabs div h3 {
	margin-bottom: 12px;
}
#tabs div p {
	line-height: 150%;
}
#tabs ul li a {
	text-decoration: none;
	padding: 8px 22px;
	color: #ea1117;
	font-weight: bold;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
.thumbs {
	float:left;
	border:#000 solid 1px;
	margin-bottom:20px;
	margin-right:20px;
}



.heading {
margin:0;
padding:0;
width:642px;
height:35px;
background:#f0efef;
border:1px solid #d4d2d2;
line-height:20px;
}
.heading th {
border-right:1px solid #d4d2d2;
border-bottom:1px solid #d4d2d2;
}
td {
padding:6px 8px;
border-top:1px solid #d4d2d2;
border-right:1px solid #d4d2d2;
font-size:11px;
}
span1 {
font-size:11px;
font-weight:normal;
color:#e32323;
}
.altColor {
background:#f6f4f4;
}

