<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.boxtop {
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: #b1b1b1;
    border-right-color: #b1b1b1;
    border-left-color: #b1b1b1;
}
.boxbottom {
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-color: #b1b1b1;
    border-right-color: #b1b1b1;
    border-left-color: #b1b1b1;
    padding: 20px;
    font-family: NVIDIA,Arial,Helvetica,Sans-Serif;
    font-size: 12px;
}

#contentsummaryleft{
    width: 170px;
    font-weight: bold;
	font-size: 12px;
    font-weight: bold;
    font-style: normal;
}

#contentsummaryleft h2{
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
}

#contentsummaryright{
    font-weight: bold;
	font-size: 12px;
    font-weight: normal;
    font-style: normal;
	width:530px;
}

#contentsummaryright h2{
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
}

.tabon, .taboff {
	float: left;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	border-left:solid 1px #d0d0d0;
	border-right:solid 1px #d0d0d0;
	height:19px; 
	background-repeat:repeat-x;
	text-transform: capitalize; 
	font-size:12px; 
	font-weight:bold;
	padding-top:5px;
}
.taboff {
	border-right-color: #d0d0d0;
	border-left-color: #d0d0d0;
	background-image:url(https://images.nvidia.com/templates/2009/bg_silverbar_2009_tab_off.gif); 
}
.tabon {
	color:#000;
	border-right-color: #ffffff;
	border-left-color: #ffffff;
	background-image: url(https://images.nvidia.com/templates/2009/bg_silverbar_2009_tab_on.jpg);
}</pre></body></html>