.result {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
}

p, form, td, tr, select, option, input, li, ul, div {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
}

.tabpara {
	padding-top:5px; 
	padding-left:5px;
	padding-right:5px;
	padding-bottom:2px;
}

.tabhdr {
	font-weight:bold;
	padding-bottom:5px;
	padding-top:2px;
}

.title {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #003366;
	font-weight: bold;
	font-size : 12pt;
}

.title2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #003366;
	font-weight: bold;
	font-size : 11pt;
}


a.tooltip {
	text-decoration: none;
	border-bottom: 1px dashed #66FF00;
	color: #009900; 
	cursor: default;
}

div.hdr {
	width: 100%;
	border: 1px solid #477AB8;
}

.menutext {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	line-height: 150%;
	font-weight: bold;
	border-width : 2px;
	border-style : outset;
}

.backcolor1 {
	 background-color: #FFFF9C;
}

.backcolor2 {
	background-color: #CEFF63;
}

.backcolor3 {
	background-color: #FFFFFF;
}

/* ************************************************
In order to accommodate Netscape and IE both, 
the styles below need cursor declaration twice.
Netscape ignores one and IE ignores the other one.
[Added by Milind Joshi - 1 Dec. 2005]
************************************************* */
.btn {
	background-color: transparent;
	border: 0px;
	color: #0000cc;
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}

.btn2 {
	background-color: transparent;
	border: 0px;
	color: #0000cc;
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}

.btn_disabled {
	background-color: transparent;
	border: 0px;
	color: #adadad;
	text-decoration: none;
	font-weight: bold;
	cursor: auto;
	cursor: none;
}
/* end of comment */

.attn {
	background-color: #FFFF9C;
	margin-left:7px;
	margin-top:3px;
	margin-bottom:5px;
	margin-right:3px;
}

.hlp {
	margin-left:7px;
	margin-top:3px;
	margin-bottom:5px;
	margin-right:3px;
}

.footer {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

.tableheader1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color: #477AB8;
	font-style: normal;
	text-transform: none;
}

.default1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	background-color: #FFFF9C;
	font-weight: normal;
	color: #000000;
}

.tablehdr {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color: #FFFFFF;
	font-weight: normal;
	margin:3px;
}

.defaultNOBG {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color: #000000;
	font-weight: normal;
	margin:3px;
}

.defaultNOBG2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	font-weight: normal;
}

.link9 {font-family: Arial, Helvetica, sans-serif}

div.boxed {
	border: 1px solid #477AB8;
}

div.grayline {
	border: 1px solid #c0c0c0;
}

    #tabs1 {
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;
      border-bottom:1px solid #BCD2E6;
      }
    #tabs1 ul {
          margin:0;
          padding:10px 10px 0 150px;
          list-style:none;
      }
    #tabs1 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs1 a {
      float:left;
      background:url("images/tableft1.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs1 a span {
      float:left;
      display:block;
      background:url("images/tabright1.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#627EB7;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs1 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#627EB7;
      }
    #tabs1 a:hover {
      background-position:0% -42px;
      }
    #tabs1 a:hover span {
      background-position:100% -42px;
      }

      #tabs1 #current a {
              background-position:0% -42px;
      }
      #tabs1 #current a span {
              background-position:100% -42px;
      }