BODY, TH, TD, OL, UL, LI  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input, select {
	font-size: 9px;
}
textarea {
	font-size: 12px;
}

.heading16{
	font-size: 16px;
	font-weight: bold;
}

a {
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Arial, Helvetica;
	COLOR: #000000;
	TEXT-DECORATION: none
}
a:active {
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Arial, Helvetica;
	COLOR:#000000;
	TEXT-DECORATION: none
}
a:visited {
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Arial, Helvetica;
	TEXT-DECORATION: none
}
a:hover	{
 	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Arial, Helvetica;
	COLOR:#FF6600;
	text-underline-position : below;
	text-decoration : underline;
	background-color : #F5F5F5;
}

.tbl {
	border-style: solid;
	border-collapse: collapse;
}

.tblHeader { 
    font-weight: bolder;
    color: #FFFFFF; 
    background-color: #9B9B9B;
	white-space: nowrap;
}

.tblHeaderOrg { 
    font-weight: bolder;
    color: #FFFFFF; 
    background-color: #FFCC99;
	white-space: nowrap;
}

.tblHeaderBlu {
	font-family: verdana, arial, helvetica;
	font-weight: bolder;
	color: #FFFFFF;  
	background-color: #184684;
	height: 20;
}

.tblSubHeader {
	font-weight: bolder;
    background-color: #EEEEEE;
	white-space: nowrap;
	text-align: center;
}
	

.bold {
	font-weight: bolder;
}

.redBold {
	font-weight: bolder;
	color: red;
}

.txtAlignC{
	text-align: center;
	color: #000000;
}

.foot {
	text-align:center;
    color: Black;
	height: 30;
	font-weight: bolder;
}

.mainFoot {
	vertical-align: middle;
	text-align: center;
	color: #ffffff;
	height: 35;
	background-image: url('../images-home/footer.gif');
}

.bgFixedImg {
	background-image: url(images/containersolid1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.bgRepeatX {
	background-repeat: repeat-x;
}
.bgRepeatY {
	background-repeat: repeat-y;
}

.bgNoRepeat {
	background-repeat: no-repeat;
}

.bgRightAlign {
	background-position: right;
}
.bgBottomAlign {
	background-position: bottom;
}
	

.lessIndent {
	position: relative;
	left: -15px;
	z-index: 1;
	top: -2px;
	bottom: -15px;
}

.underline {
	text-decoration: underline;
}

hr {
	position: relative;
	top: -5px;
	bottom: -5px;
	color: #990000;
	height: 1px;
}

.dotedFrmObj {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}


.txtRed {
	color: #DF0000;
}
.txtBlue {
	color: #0033CC;
}

P.breakhere {
	page-break-before: always;
}

.invTbl {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
}
.aliCen {
	text-align: center;
}

.noBrd {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.noBrdRight {
	border-right-style: none;
}
.noBrdLeft{
	border-left-style: none;
}
.noBrdTop{
	border-top-style: none;
}
.noBrdBot{
	border-bottom-style: none;
}
.dotBot {
	border-bottom-style: dotted;
	border-width: thin;
}
.calendarHeader { 
    color: #990000; 
}

.calendarToday { 
    background-color: #FFFFFF;
}
.txtLight {
	color: #6C6C6C;
}

#bluBold{
	font-family: verdana, arial, helvetica;
	font-size: 13px;
	color: #184684;
	font-weight: bold;
	padding-bottom: 4px;
}

.dtBotThin {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
}

.paded {
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 4px;
	margin-left: 4px;
	
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
}

.containerPad {
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
}

div.small-box {
  padding: 3px;
  width:100%;
  height:100%;
  overflow: auto;
}