.hdr {
	background-color: #333366;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-right: 3px;
	padding-top: 10px;
	color: White;
	font-size: 12pt;
}

.hdr_small {
	background-color: #B6D6E8;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 3px;
	padding-top: 5px;
	color: #333366;
	font-size: 10pt;
}

p {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
}

form, td, tr, select, option, input, li, ul, textarea {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
}

div.innercontainer {
	width : 850px;
	text-align : left;
}

.title {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #003366;
	font-weight: bold;
	font-size : 12pt;
}

.menutext {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	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;
	line-height: 150%;
}

.tableheader1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color: #477AB8;
	font-weight: bold;
	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;
}

.defaultNOBG {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color: #000000;
	font-weight: normal;
}


.link9 {font-family: Arial, Helvetica, sans-serif}

div.boxed {
	border: thin solid;
	border-color: #B6D6E8;
	padding-left: 5px;
}

    #tabs1 {
      float:left;
      width:100%;
      font-size:85%;
      line-height:normal;
      border-bottom:1px solid #BCD2E6;
      }
    #tabs1 ul {
          margin:0;
          padding:10px 10px 0 15px;
          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;
      }