div.content h1 {
	color: #000000;
	font-size: 2.4em;
	font-weight: normal;
	padding: 13px 0em .4em 0em;
	margin: 0em;
}
div.content h2 {
	font-size: 1.4em;
	font-weight: bold;
	padding: 0em 0em .5em 0em;
	margin: 0em;
}
div.content h3 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 1em 0em 1em 0em;
	margin: 0em;
}
div.content p {
	font-size: 1.2em;
	padding-bottom: 1em;
	width: 42em;
}
div.content a:link {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px solid #666666;
}
div.content a:hover {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px dashed #999999;
}
div.content a:visited {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px solid #999999;
}
div.content a:active {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px solid #999999;
}
div.content a.nodecoration {
	text-decoration: none;
	border-bottom: 0px none #000000;
}
div.content a.nodecoration:hover {
	text-decoration: none;
	border-bottom: 0px none #000000;
}
div.content a.large {
	font-size:1.2em;
	font-weight: bold;
	color: #0099CB;
	display: block;
	width: 15.6em;
	padding: .4em;
	margin: .4em;
	text-decoration: none;
	border: 1px solid #CCCCCC;
}
div.content a.large:hover {
	background-color: #EEEEEE;
}
div.content ul {
	font-size: 1.2em;
	padding-left: 1.2em;
}
div.content ol {
	font-size: 1.2em;
	padding-left: 2em;
}
div.content img {
	margin: 1em 0em 1em 0em;
}
/*div.content table {
	border: 0px none #FFFFFF;
	width: 51em;
	margin-bottom: 2em;
}*/
/*div.content table th {
	font-size: 1.1em;
	text-align:left;
	vertical-align: top;
	color: #999999;
	border-top: 5px solid #CCCCCC;
	padding: .5em 0em 0em 0em;
}*/
div.content table td.footer {
	padding-bottom:1em;
	border-bottom: 1px solid #CCCCCC;
}
div.content table * p {
	width: auto;
	font-size: 1.0em;
}
/*div.content table td {
	font-size: 1.2em;
	vertical-align: top;
	border-top: 1px solid #CCCCCC;
	padding: .7em 0em .3em 0em;
}*/
div.content table h3 {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	font-size: 1.1em;
	color: #AAAAAA;
}
div.content table .onethird {
	width: 14em;
}
div.content table .twothird {
	width: 28em;
}
div.content table .twothird p{
	width: 27em;
}
div.content table ol {
	font-size: 1.0em;
}
div.content table ul {
	padding-left: 2em;
	font-size: 1.0em;
	list-style: square;
}
div.content table tr.title td {
	border-top: 5px solid #CCCCCC;
}
div.content table.casestudy td {
	border-top: 0px none #FFFFFF;
}
div.content table.casestudy h2 {
	padding: 0px 0px 5px 0px;;
	margin: 0px;
	font-size: 1.1em;
	color: #AAAAAA;
}
div.content table.casestudy h3 {
	border-top: 1px solid #CCCCCC;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	font-size: 1.1em;
	color: #AAAAAA;
}
div.content table tr.product th {
	font-size:.1em;
}
div.content table tr.product td {
	border-top: 0px none #ffffff;
}
div.content table tr.product td a {
	border-bottom: 0px none #ffffff;
}
div.content table tr.product img {
	margin-bottom:0px;
}
div.content table tr.product h3 {
	margin-bottom:-10px;
}
div.content table tr.product td a h3 {
	margin-left:160px;
	text-decoration:underline;
}
div.content table tr.product td h3 {
	color:#666666;
}
div.content table tr.product ul {
	margin-top:10px;
}
div.content table.awards {
	margin-top:-2em;
}
div.content table.awards td{
	border:none;
	text-align:center;
}
div.content table.equation th {
	padding: 0em 0em .3em .2em;
	color: #666666;
	border-top: 0px none #CCCCCC;
	border-bottom: 5px solid #CCCCCC;
}
div.content table.equation td {
	border-top: 0px none #CCCCCC;
}
div.content table.equation #plus {
	background-image: url(/.images/icons/plus.gif);
	background-position: right 4px;
	background-repeat: no-repeat;
	overflow: visible;
}
div.content table.equation #equal {
	background-image: url(/.images/icons/equal.gif);
	background-position: right 4px;
	background-repeat: no-repeat;
}
div.content table.quarters td {
	width: 25%;
	padding: 5px;
	border-top: none;
	border-left: 1px solid #CCCCCC;
	font-size: 1.1em;
}
div.content table.quarters {
	border-collapse: collapse;
	border-bottom: 1px solid #CCCCCC;
}
div.content table.quarters th {
	background-image: url(/.images/icons/arrow-double.gif);
	background-position: right center;
	background-repeat: no-repeat;
	width: 25%;
	padding: 5px;
	font-size: 1.2em;
	border-top: none;
	color: #666666;
	border-left: 1px solid #CCCCCC;
}
div.content table.quarters th.noarrow {
	background-image: none;
}
div.content hr {
	border: 0px none #000000;
	background-color: #999999;
	margin: 1em 0em 1em 0em;
}

div#overview-diagram{

background: url(/.images/about/overview-diagram.gif) no-repeat 25% 50%;
height:250px;
}

