.buttn {
	font-size:8pt;
	font-family: tahoma,arial,Geneva,Helvetica,sans-serif;
	background-color:e0e0d5;
}
select {
	font-family : verdana;
	font-size : 8pt;
}

input {
	font-family : verdana;
	font-size : 9pt;
}

.Border {
	border-style : solid;
	border-color : #000000;
	border-width : thin;
}

.thinBorder {
	border: 1px groove Black;
}

.smalltext {
	font-size : xx-small;
	font-family : Verdana;
}

.smalltextb {
	font-size : xx-small;
	font-family : Verdana;
	font-weight : bold;
}

.Title {
	font-family : verdana;
	font-size : medium;
	font-weight : bold;
}

.medTitle {
	font-size : 14px;
	font-weight : bolder;
	font-family : Tahoma;
}

.tinyTextBlack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #000000;
}

.tinyTextBlackBrd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: ##CCCCCC;
}

.tinyTextHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #FFFFFF;
	background-color : Black;
}    
.smalltextredb {
	font-size : xx-small;
	font-family : Verdana;
	font-weight : bold;
	color : #CC0000;
}

.smalltextcatgb {
	font-size : xx-small;
	font-family : Verdana;
	font-weight : bold;
	color: #999966;
}
.smalltextdarkblueb {
	font-size : xx-small;
	font-family : Verdana;
	font-weight : bold;
	color : #003399;
}
.whiteRow {
	font-size: xx-small;
	font-family : Verdana;
	font-weight : bold;
	background-color : White;
	color : Black;
}
.blackRow {
	font-size: xx-small;
	font-family : Verdana;
	font-weight : bold;
	background-color : Black;
	color : White;
}
.scrollableTableClass { 
	overflow: auto;
}
.highLiteBox {
	width:20;
	height:5;
	background:#ffffd9;
	border:2px solid Black;
	text-align:left;
}

.secClass {
	width: 600px;
	border: thin solid #000000;
	background-color : #666666; 
	color : #d7d7d7 !important;
	font-size : 14px;
	font-weight : bolder;
	font-family : Tahoma;
	text-indent: 13px;
}
.pseudoLink {
	font-family: Arial, sanserif;
	font-size: 9pt;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	cursor: hand;
}

.pseudoLinkBold {
	font-family: Arial, sanserif;
	font-size: 10pt;
	font-weight: bold;
	cursor: hand;
	color: 003399;
	text-align: left;
	width: 500px;
}
.borderBottom {
	border-bottom: 2px solid black;
}
.thinBorderBottom {
	border-bottom: 1px solid #818181 !important;
}
.thinBorderTop {
	border-top: 1px solid #818181 !important;
}
.borderLeft {
	border-left: 2px solid black;
}
.borderRight {
	border-right: 2px solid black;
}
.labelTxt {
	font-size : 11px !important;
	font-weight : bolder !important;
	font-family : Tahoma !important;
}
.labelTxtN {
	font-size : 11px !important;
	font-weight : normal;
	font-family : verdana !important;
}
.labelTxtGR {
	font-size : 11px;
	color: #669966 !important;
	font-weight : bolder;
	font-family : Tahoma;
}
.labelTxtRED {
	font-size : 11px;
	color: #CC0000 !important;
	font-weight : bolder;
	font-family : Tahoma;
}
.labelTxtDRKRD {
	font-size : 11px !important;
	color: #993300 !important;
	font-weight : bolder !important;
	font-family : Tahoma !important;
}
.bgcolorTextDARKORG {
	background-color: #FF9966 !important;
}
thead.headerOnPrint {
	display: table-header-group;
}
div.posRight {
	float: right;
}
div.posLeft {
	float: left;
}
.status{
	border: 2px dashed Gray !important;
	width: 20px !important;
	height: 10px !important;
	background-color: White;
	font:bolder 19px "Times New Roman", Times, serif !important;
	color: #000000  !important;
	text-align: center;
}

#scrollPosRght {
 {
  /* IE5.5+/Win - this is more specific than the IE 5.0 version */
  position: absolute; right: 4px; bottom: 10px;  
  right: auto; bottom: auto;
  left: expression( ( -4 - scrollPosRght.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  top: expression( ( -10 - scrollPosRght.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
