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

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

a {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Arial, Helvetica;
	COLOR: #000000;
	TEXT-DECORATION: none
}
a:active {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Arial, Helvetica;
	COLOR:#000000;
	TEXT-DECORATION: none
}
a:visited {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Arial, Helvetica;
	COLOR:#000000;
	TEXT-DECORATION: none
}
a:hover	{
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Arial, Helvetica;
	COLOR:#000000;
	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: #6E6E6E; 
}
.smallFrmObj {
	font-size: 9px;
}
.smalltxtBox {
	font-size: 9px;
	text-align: center;
	color: #000000;
}
.smlButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.foot {
	text-align:center;
    color: Black;
	height: 30;
	font-weight: bolder;
}

.bgFixedImg {
	background-image: url(images/containersolid1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bgRepeatX {
	background-repeat: repeat-x;
}
.lessIndent {
	position: relative;
	left: -15px;
	z-index: 1;
	top: -2px;
	bottom: -15px;
}
.underline {
	text-decoration: underline;
}
.hr {
	position: relative;
	top: -5px;
	bottom: -5px;
}
.noBorderFrmObj {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	font-size: 11px;
	font-weight: bold;
	background-image: none;
	background-color: #E9E9D1;
}
