thead {
  background: #FFFFFF;
  margin: 0;
  padding: 0;
}
th {
  text-align: left;
  cursor: pointer;
}
.sortable {
	font-family: Arial,Helvetica,Sans-serif;
	font-size: 7pt;
	line-height: 7pt;
	font-weight: normal;
	text-decoration: none;
	color: #999999;
	}
.specs {
	font-family: Arial,Helvetica,Sans-serif;
	font-size: 9pt;
	letter-spacing: -0.2px;
	line-height: 13pt;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	}
.specs:link {
	text-decoration: none;
    }
.specs:visited {
	text-decoration: none; color: #800080; 
    }
.notes {
	font-family: Arial,Helvetica,Sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	}
.notes:link {
	text-decoration: none;
    }
.notes:visited {
	text-decoration: none; color: #800080; 
    }
.notenumbers {
	font-family: Arial,Helvetica,Sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #FF0000;
	font-weight: normal;
	text-decoration: none;
	}
.bullet {
	font-family: Arial,Helvetica,Sans-serif;
	font-size: 12pt;
	line-height: 14pt;
    }
.bodylink {
	font-family: Arial,Helvetica,Sans-serif;
	font-size: 12pt;
	color: #000000;
	text-decoration: none;
	margin-bottom: 12px;
	margin-top: 12px;
    }
.bodytext {
	font-family: Arial,Helvetica,Sans-serif;
	font-size: 12pt;
	line-height: 14pt;
	text-decoration: none;
    }
.bodytext:link {
	text-decoration: none;
    }
.bodytext11 {
	font-family: Arial,Helvetica,Sans-serif;
	font-size: 11pt;
	line-height: 12pt;
	text-decoration: none;
    }
.bodytext11:link {
	text-decoration: none;
    }
.yellowbox {
	font-family: Arial,Helvetica,Sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
	}
th.forwardSort
        {
        background:url(images/sort_up.gif) no-repeat 0 0;
        }
th.reverseSort
        {
        background:url(images/sort_dn.gif) no-repeat 0 0;
        }  
h1 {
	font-family: Arial,Helvetica,Sans-serif;
	font-size: 24pt;
	font-weight: bold;
	line-height: 27pt;
	color: #000000;
	text-decoration: none;
	margin-bottom: 12px;
	margin-top: 0px;
	}
h2 {
	font-family: Arial,Helvetica,Sans-serif;
	font-size: 17pt;
	line-height: 18pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-bottom: 4px;
	margin-top: 6px;
    }
h3 {
	font-family: Arial,Helvetica,Sans-serif;
	font-size: 14pt;
	line-height: 14pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-bottom: 6px;
	margin-top: 4px;
    }
ul {
    margin-left:1em;
    padding-left:18px;
    list-style: square;
	font-family: Arial,Helvetica,Sans-serif;
	font-size: 12pt;
	line-height: 14pt;
	margin-left: 18px;
	}
li {
    margin-left: 0px; 
    padding-left:0em;
	}
a:link { color: #0000FF; text-decoration: none; }
a:visited { color: #800080; text-decoration: none; }
a:hover { color: #FF0000; text-decoration: underline; }
a:active { color: #800080; text-decoration: none; }

.pn {
	font-family: Arial,Helvetica,Sans-serif;
	font-size: 6pt;
	line-height: 6pt;
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
	}
    
a.pn:link { color: #CCCCCC; text-decoration: none; }
a.pn:visited { color: #CCCCCC; text-decoration: none; }
a.pn:hover { color: #CCCCCC; text-decoration: none; }
a.pn:active { color: #CCCCCC; text-decoration: none; }

td#pn a:link {font-family: Arial,Helvetica,Sans-serif; font-size: 6pt; line-height: 6pt; color: #CCCCCC;}
td#pn a:visited {font-family: Arial,Helvetica,Sans-serif; font-size: 6pt; line-height: 6pt; color: #CCCCCC;}
td#pn a:hover {font-family: Arial,Helvetica,Sans-serif; font-size: 6pt; line-height: 6pt; color: #CCCCCC;}
td#pn a:active {font-family: Arial,Helvetica,Sans-serif; font-size: 6pt; line-height: 6pt; color: #CCCCCC;}

tr#pn a:link {font-family: Arial,Helvetica,Sans-serif; font-size: 6pt; line-height: 6pt; color: #CCCCCC;}
tr#pn a:visited {font-family: Arial,Helvetica,Sans-serif; font-size: 6pt; line-height: 6pt; color: #CCCCCC;}
tr#pn a:hover {font-family: Arial,Helvetica,Sans-serif; font-size: 6pt; line-height: 6pt; color: #CCCCCC;}
tr#pn a:active {font-family: Arial,Helvetica,Sans-serif; font-size: 6pt; line-height: 6pt; color: #CCCCCC;}

#dhtmltooltip{
	position: absolute;
	border: 1px solid red;
	width: 40px;
	padding: 2px;
	background-color: red;
	visibility: hidden;
	z-index: 100;
	font-family: Arial,Helvetica,Sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	color: #FFFFFF;
}

/* COLORS */
.white { 	background-color: #FFFFFF; }
.grey { 	background-color: #999999; }
.grey_medium { 	background-color: #C0C0C0; }
.grey_light { 	background-color: #EFEFEF; }
