/* CSS Document */

/*bg styles */
.bgVline {
	background-image: url(images/vLineBg.gif);
	
}

	
/* links & buttons */

.link3 a:link {
	color: #454545;
	text-decoration: none;
	font-family: Tahoma;
	font-size:12px;
	font-weight: Bold;
}

.link3 a:active{
	color: #454545;
	text-decoration:none;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: Bold;
	}	

.link3 a:visited{
	color: #876382;
	text-decoration:none;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: Bold;
}	


.link3 a:hover{
	color: #2B8200;
	text-decoration:none;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: Bold;
	}


	
.link3w {
	color:#2B8200;
	text-decoration: none;
	font-family: Tahoma;
	font-size:12px;
	font-weight:Bold;
}
	
.link3w a:hover{
	color:#454545;
	text-decoration: none;
	font-family: Tahoma;
	font-size:12px;
	font-weight:Bold;
	
	}

.linkGrTxt{
	color:#555555;
	text-decoration: underline;
	font-family: Tahoma;
	font-size:12px;
	font-weight: bold;
	text-decoration:none
	
	}
	

.linkGrTxt a:hover{
	color:#333333;
	text-decoration: underline;
	font-family: Tahoma;
	font-size:12px;
	font-weight: bold;
	text-decoration:underline
	
	}


/*border + BG styles */
.verlineBg {
	background-image: url(images/brown_dot.gif);
	background-repeat: repeat-y;
	background-position: center;
}


/*font styles */

.hdr2{
	color: #003366;
	font-family: Tahoma;
	font-size:12px;
	font-weight: Bold;

}

.wlcomText{
	color: #BE5202;
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
}

.mainText{
	color: #555555;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
}

.hdrIndx2{
	color: #6A1B50;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}

.copyRightTxt {
	color: #ffffff;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
}

/*Form Objects*/
.inputstyle	{
		width:160px;
		height:27px;
		border-width:1px;
		border-style:solid;
		background-color:#ffffff;
		border-color:#BEC0C2;
		font-family:Tahoma;
	 	font-size:11px;  
	 	color:#7B7979; 
}

.inputstyle2	{
		width:92px;
		height:60px;
		border-width:1px;
		border-style:solid;
		background-color:#ffffff;
		border-color:#BEC0C2;
		font-family:Tahoma;
	 	font-size:11px;  
	 	color:#7B7979; 
}
