a:link
{
	color: rgb(211,3,3);
	text-decoration: underline; 
}
a:visited
{
	color: rgb(211,3,3);
	text-decoration: underline;
} 
a:active 
{
	color: rgb(211,3,3);
	text-decoration: underline;
}
a:hover
{
	color: rgb(211,3,3);
	text-decoration: none;	
}
body
{
	font-family: Arial;
	font-size  : 12px;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	margin:0;
	background:url('images/bg.gif');
}
table
{
	table-border-color-light: rgb(153,204,153);
	table-border-color-dark: rgb(153,204,153);
	font-family: Arial;
	font-size  : 12px;
	bckground-color:rgb(255,255,255);
}


.bgimg {
	background:#FFFFFF url('images/bgfix.gif') repeat-x top;
	 
}


.th
{
    background-color:rgb(204,175,137);
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(255,255,255)
}

.tch
{
    background-color:rgb(243,225,202);
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(0,0,0)
}
.tc
{
    background-color:rgb(255,246,234);
	font-family: Arial;
	font-size  : 12px;
	font-type: bold;
	color: rgb(0,0,0)
}

.hd
{
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(237,28,36)
}

.shd
{
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(237,28,36)
}

.mt
{
	font-family: Arial;
	font-size  : 15px;
	font-weight: bold;
	color: rgb(0,0,0)
}
.tb
{
    border:1px solid #c2c2c2; background-color:#ffffff;
	font-family: Verdana;
	font-size  : 8pt;
	font-type: normal;
	padding-left:4; padding-right:4; padding-top:1; padding-bottom:1
}

p
{
	text-align: Justify;
	line-height: 150%
}
ul
{
	font-family: Arial ;
	font-size  : 12px;
    font-style: normal;
    color: rgb(0,0,0);
    list-style-image:url('images/listbullet.gif');
}







 /* ------- scroll bar styles --------------------------------------------------------------------------- */

.scroll-pane {
    position: relative;
	width: 751px;
	height: 471px;
	overflow: auto;
	bckground: #ffffff;
	float: left;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #dec39f;
	bckground: url('images/sc-trackbg.gif');	
}
.jScrollPaneDrag {
	position: absolute;
	background: #bb9b72;
	bckground: url('images/sc-trackdrag.gif') no-repeat 50% 10%;	
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 10px;
	background: url('images/sc-arrowup.gif');	
}
a.jScrollArrowUp:hover {
	background: url('images/sc-arrowup-mo.gif');		
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 10px;
	background: url('images/sc-arrowdown.gif');
}
a.jScrollArrowDown:hover {
	background: url('images/sc-arrowdown-mo.gif');		
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -0px;
}




.hide { position:absolute; visibility:hidden; }
.show { position:absolute; visibility:visible; }