/* CSS Document */
body {
margin:0px;
}

.white {
	color: #FFFFFF;
}

.white a {
	color: #FFFFFF;
	text-decoration: none;
}
.blue{
color:#318dad;
}
.red{
color:#990000;
}
.black {
	color: #000000;
}

.black a {
	color: #000000;
	text-decoration: none;
}


.font8px {
	font-size: 8px;
}

.font9px {
	font-size: 9px;
}

.font10px {
	font-size: 10px;
}

.font11px {
	font-size: 11px;
}

.font12px {
	font-size: 12px;
}

.font13px {
	font-size: 13px;
}

.font14px {
	font-size: 14px;
}
.font15px {
	font-size: 15px;
}
.bold {
	font-weight: bold;
}
.semiBold{
font-weight:400;
}
.verdana {
	font-family: verdana ;
	
}
.div {
	border: solid;
	border-color: #63605f;
	border-width: thin;
}
.pointer{
cursor:pointer;
}
.alert {
	background: #808285 url(../images/exclamation.png) 15px center no-repeat ;
	text-align: left;
	padding: 5px 20px 5px 90px;
	border-top: 2px solid #bcbdc0;
	border-bottom: 2px solid #bcbdc0;
	border-left: 2px solid #bcbdc0;
	border-right: 2px solid #bcbdc0;
	font-family: verdana;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}
.bodyImage{
	background:url(../images/bodyImage.jpg);
	background-repeat:no-repeat;
}
#scrollDiv {
	height: 254px;
	width: 388px;
	overflow: auto;
	scrollbar-face-color: #ffffff;
	scrollbar-arrow-color: #f9e8a5;
	scrollbar-track-color: #f9e8a5;
	scrollbar-shadow-color: rgb(0, 0, 0);
	scrollbar-highlight-color: rgb(0, 0, 0);
	scrollbar-3dlight-color: #f9e8a5;
	scrollbar-darkshadow-Color: #f9e8a5;
	border:#FFFFFF;
	
	padding: 5px;
	
}

/*SCROOLL*/
div#hold4	{ 
	position:relative;
	overflow:hidden;
	/*width:535px;*/
	width:160px;
	height:140px;
  /*z-index:100;*/
	/*padding:0px 50px 0px 70px;*/
	padding:0px;
	
	}
div#wn4	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:160px;
	height:130px;
	/*clip:rect(0px, 535px, 100px, 0px); */
	overflow:hidden;	
	/*z-index:1; */
	/*padding:0px 0px 0px 50px;*/
	padding:0px;

	}
div.content4 { 
	position:absolute;
	visibility:hidden;
	left:0px;
	top:0px; 
	/*z-index:1;*/ 

	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar4 { 
  position:relative; left:0; top:0;
  width:9px; height:140px;
  font-size:1px; z-index:1;
  
  }
div#track4 { 
  position:absolute; left:0px; top:4px;
  width:8px; height:132px;
  background-image: url(../images/tracker_bg.gif);
  background-repeat:repeat-y;
  z-index:1;
  }
div#dragBar4 {
  position:absolute;
  margin:0px 4px 0px 0px;
	left:0px; top:1px;
  width:7px; height:24px;
  
/*  background-color:red;
	border:1px solid #9c9b9b;*/
	background-image: url(../images/tracker_top.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#7d7d7d;
  z-index:1;
  
  } 
div#lyr4 {
	z-index: 1;
	left: 0px;
	visibility: hidden;
	position: absolute;
	top: 0px;
}
   
div#up { position:absolute; left:0; top:0; z-index:2 }  
div#down { position:absolute; left:0; bottom:0; z-index:3 }  

/*END OF SCROOLL*/




/* font Family*/
.timeNewRoman{
font-family:"Times New Roman";
}
.arial{
font-family:Arial;
}
/***************************************************/
.brownDarck{
color:#231f20;
}
.brown{
color:#603813;
}
a{
text-decoration:none;
}
.div{
border:1px solid red;
}
/********************************************************************************/
.input{
width:188px;
height:16px;
border:1px solid #584f39;
background:#FFFFFF;
color:#a65625;
font-family:"Times New Roman", Times, serif;
}
.area{
width:188px;
height:72px;
border:1px solid #584f39;
background:#FFFFFF;
color:#a65625;
font-family:"Times New Roman", Times, serif;
}

.submit{
width:65px;
height:21px;
font-family:"Times New Roman", Times, serif;
font-size:10px;
font-weight:bold;
color:#231f20;
background:url(../images/reset.jpg);
background-repeat:no-repeat;
border:1px solid #231f20;
}
.inputFile{
width:128px;
height:16px;
border:1px solid #584f39;
background:#FFFFFF;
color:#a65625;
font-family:"Times New Roman", Times, serif;
}

.bgImage{
background:url(../images/bg1.jpg);
background-repeat:no-repeat;
}
