a {
	color: #60a0ff; /*#4892E8;*/
	text-decoration: none;
}
a:hover {
	/*text-decoration: underline;*/
    border-width: 0px;
    border-bottom-width: 1px;
    border-style: dotted;
}

a.noUnderline:hover {
    border-style: none;
    border-width: 0px;
}

body {
	font-family: "Lucida Grande", Calibri, Constantia, "Times New Roman", Times, "Lucida Sans Unicode", "Lucida Sans", Lucida, serif;
	font-size: 9pt;
	background-color: #26292C;
	margin: 0px;
    padding: 0px;
    color: #D5D5D6;
    /*background-image: url(images/pagebg_greygrad2.gif);*/
}

html {
    overflow-y: scroll;
}

td {
    font-size: 9pt;
}

td.product {
    font-size: 8pt;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 2px;
    padding-bottom: 8px;
}

.headword {
    font-size: 10.5pt;
    font-family: Helvetica;
    /*font-style: italic;*/
    font-weight: bold;
    color: #d8d6d0;
}

p {
    /*line-height: 14pt;*/
    line-height: 1.5em;
}

p.firstTight {
	margin-top: 0;
}

p.lastTight {
	margin-bottom: 0;
}

h1 {
    padding-top: 26px;
    padding-bottom: 2px;
    
    font-family: Constantia, "Hoefler Text", Palatino, Times, "Times New Roman", serif;
    font-size: 1.85em;
    font-weight: normal;
    
    /*
    font-family: Palatino, Times, "Times New Roman", serif;
    font-size: 1.35em;
    font-weight: bold;
    font-style: italic;
    */
    color: #e0d890;
}

h1.small {
    padding-top: 14px;
    padding-bottom: 0px;
    margin: 0px;
    
    font-family: "Hoefler Text", Palatino, Times, "Times New Roman", serif;
    font-size: 14pt;
    font-weight: normal;
    
    color: #d8d290;
}

h2 {
	font-family: Candara, Helvetica, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Lucida, Verdana, Arial, sans-serif;
	font-size: 13.5pt; /*1.05em*/
    font-weight: bold;
    /*font-style: italic;*/
    line-height: 16pt;
    margin-top: 2px;
    padding-top: 0px;
    padding-bottom: 12px;
    color: #90c9d5;  /*#a0c9be;*/
    border-width: 0px;
    border-style: solid;
    border-bottom-width: 1px;
    /*border-bottom-width: 1px;*/
    border-color: #606262; /*#90a9a3;*/
}

h2.faq {
    border-bottom-width: 0px;
    border-top-width: 1px;
	padding-bottom: 0px;
	padding-top: 12px;
	margin-top: 10px;
}

h3 {
	font-family: Candara, Helvetica, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Lucida, Verdana, Arial, sans-serif;
	font-size: 10.5pt; /*1.0em*/
    font-weight: bold;
    color: #94b0c0;  /*#a0c9be;*/    
    /*font-style: italic;*/
    /*line-height: 14pt;*/
    margin-top: 2em;
    margin-bottom: -8px;
    padding-bottom: 0px;
}

/*h3 {
	font-family: Helvetica, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Lucida, Verdana, Arial, sans-serif;
	font-size: 0.9em;
    font-weight: bold;
    /*font-style: italic;*/
    /*line-height: 14pt;*/
    margin-top: 2em;
    margin-bottom: -8px;
    padding-bottom: 0px;
    color: #90c9d5;
}*/

ul {
    position: relative;
    left: 0px;
    padding-right: 28px;
}

li {
    padding: 4px;
}

ul.subpageList {
    list-style: none; padding-top: 0px; padding-left:0px; margin-left:0px;
}

.li-info {
    /*font-family: Helvetica, Candara, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Lucida, Verdana, Arial, sans-serif;*/
    font-size: 0.9em;
    font-weight: normal;
    color: #aaa;
}

.subpageLink {
	font-family: Helvetica, Candara, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Lucida, Verdana, Arial, sans-serif;
	font-size: 11pt;
    font-weight: bold;
}

#page { 
	 text-align: left;
	 margin-left: auto;
	 margin-right: auto;
	 position: relative; 
	 width: 755px; 
	 height: auto; 
	 visibility: visible; 
	 display: block;
	 background-color: #26292C;
}


#head {
    width: 100%;
    height: 62px;
    margin: 0px;
    padding: 0px;
    margin-top: 9px;
    margin-bottom: 3px;
    position: normal;
}

/*
#content {
    width: 100%;
    margin-top: 8px;
    position: normal;
}

#sidebar {
    width: 300px;
    float: left;
    height: 90%;
    z-index: 2;
}

#sideContent {
    align: left;
    clear: none;
    margin-top: 60px;
    z-index: 4;
}
*/

#content {
    width: 755px;
    margin-top: 38px;  /* 28, 20 */
    margin-left: 0px;
    position: normal;
    padding-bottom: 24px;
}

#contentProduct {
    width: 755px;
    margin-top: 60px;  /* 28, 20 */
    margin-left: 0px;
    position: normal;
    padding-bottom: 24px;
}

#sidebar {
    width: 300px;
    float: left;
    /*margin-left: -300px;*/
    z-index: 3;
}

#sideContent {
    align: left;
    margin-top: -4px;
    margin-left: 330px;
    margin-right: 10px;
    z-index: 4;
    line-height: 13pt;
}

#sidebarImages {
    margin-top: 25px;
    width: 269px;
}

.sidebarImage {
    border-width: 1px;
    border-color: #606262;
    border-style: solid;
    margin: 0px;
    padding: 1px;
    z-index: 9;
}
.sidebarCaption {
    font-family: "Helvetica Neue", Candara, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Lucida, Verdana, Arial, sans-serif;
    font-size: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #a0a2a2;
}
.sidebarQuote {
    font-family: Candara, Helvetica, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Lucida, Verdana, Arial, sans-serif;
    /*font-family: Times, "Hoefler Text", Palatino, Times, "Times New Roman", serif;*/
    /*font-style: italic;*/
    text-shadow: #101013 1px 2px 2px;
    font-weight: bold;
    line-height: 1.18em;
    font-size: 1.0em;
    padding-top: 2px;
    padding-bottom: 6px;
    padding-right: 12px;
    margin: 0px;
    color: #919093;
}

.sidebarInfoBox {
	font-family: "Helvetica Neue", Candara, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Lucida, Verdana, Arial, sans-serif;
	font-size: 1.05em;
    font-weight: bold;
    color: #000000;
    text-shadow: #929293 0px 1px 2px;

    border-width: 1px;
    border-color: #c0c5c9;
    border-style: solid;
    background-color: #7a8089; /*#8c8c90;*/
    margin: 0px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 8px;
    z-index: 9;
}


.sidebarInfoBox a {
    font-size: 1.2em;
    color: #192085; /*#083a60;*/
}

#submenu {
    text-align: left;
    font-family: Helvetica, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Lucida, Verdana, Arial, sans-serif;
    font-size: 8.5pt;
    font-weight: bold;
    color: #a6a19C;
    position: relative;
    top: 12px;
    float: left;
}

#frontContent {
    width: 100%;
    margin-top: 8px;
    position: normal;
}

#frontPic {
    position: absolute;
    z-index: 2;
    margin: 0px;
    padding: 0px;
}

#frontBubble {
    position: absolute;
    left: 440px;
    top: 73px;
    z-index: 3;
}

#frontNews {
    position: absolute;
    left: 420px;
    top: 407px;
    width: 330px;
    margin: 0px;
    padding: 0px;
    z-index: 3;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Lucida, Verdana, Arial, Helvetica, sans-serif;
    font-size: 8.5pt;
    color: #ccc;
}

.footnote {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Lucida, Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #96918C;
	margin-top:8px;
	margin-bottom:18px;
}

td.splitterCell {
    background-image: url(images/vsplitter.gif);
    background-repeat: repeat-x;
    width: 100%;
    margin: 0px;
    height: 2px;
}


table.chart {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Lucida, Verdana, Arial, Helvetica, sans-serif;	
	font-size: 8pt;
	padding: 4px;
	
	border-collapse: collapse;
	border: solid 8px #202020;
	
	background-color: #202020;	
}

th.chart {
	font-size: 8pt;
	color: #e0d080;
	border-width: 1px;
	border-color: #909090;
	margin: 0px;
	padding: 4px;
	border-style: none none solid none;
}

td.chart {
	margin: 0px;
	padding: 4px;
	font-size: 8pt;	
}

td.headitem {
    font-weight: bold;
    font-size: 9pt;
    color: #f0f8ff;
}

td > p {
    line-height: 1.4em;
    margin-top: 0.1em;
    margin-right: 3em;
}

td > a.download {
    font-size: 10pt;
    font-weight: normal;
}

td.top {
    vertical-align: top;
}

td.yes {
	color: #80ff80;
}

td.no {
	color: #ff7588;
}

td.unknown {
	color: #5088a0;
}

td.incomplete {
	color: #80c090;
}

td.category {
	padding-top: 8px;
	font-weight: bold;
	font-size: 8pt;
	color: #707072;
}

td.indent {
	padding-left: 12px;
}

a.chartFoot {
	font-size: 7pt;
}

.faqIndent {
	position:relative;
	left:1em;
}

