.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;
	padding-left: 5px;
}

form, td, tr, select, option, input, li, ul {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
}

div.innercontainer {
	width : 750px;
	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;
	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: #000000;
	font-weight: normal;
	background-color: #FFFF9C;
	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;
}