/* CSS Document CREATED BY SABIN TANDUKAR */

.table_rlb {
	border-left-style: solid;
	border-left-color: #DCEBFF;	
	border-left-width: 1px;

	border-right-style: solid;
	border-right-color: #DCEBFF;
	border-right-width: 1px;
	
	border-bottom-style: solid;		
	border-bottom-color: #DCEBFF;
	border-bottom-width: 1px;		
	} 
	
.normalblack {
	font-family: arial;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;


}

.pagetitle {
	font-family: arial;
	font-size: 12pt;
	color: #FF9600;
	text-decoration: none;
	font-weight:bold;
	text-transform: uppercase;
}

.title {
	font-family: arial;
	font-size: 10pt;
	color: #EDEB20;
	text-decoration: none;
	text-transform: uppercase;
}

.normal {
	font-family: arial;
	font-size: 9pt;
	color: #ffffff;
	text-decoration: none;


}

.normalink {
	font-family: arial;
	font-size: 9pt;
	color: #ffffff;
	text-decoration: none;
}
.normalink:hover {
	font-family: arial;
	font-size: 9pt;
	color: #ffffff;
	text-decoration: underline;
}

.linktitle {
	font-family: arial;
	font-size: 10pt;
	color: #EDEB20;
	text-decoration: none;
}
.linktitle:hover {
	font-family: arial;
	font-size: 10pt;
	color: #EDEB20;
	text-decoration: underline;
}

.textbox {
	border-right-width: 1px;
	border-left-width: 2px;
	border-top-width: 2px;
	border-bottom-width: 1px;		
	border-right-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;		
	border-left-style: solid;
	border-top-color: #95A49D;
	border-bottom-color: #95A49D;
	border-right-color: #2B4A3C;
	border-left-color: #2B4A3C;
	height:20;
	width:200;	
	

}

.textarea {
	border-right-width: 1px;
	border-left-width: 2px;
	border-top-width: 2px;
	border-bottom-width: 1px;		
	border-right-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;		
	border-left-style: solid;
	border-top-color: #95A49D;
	border-bottom-color: #95A49D;
	border-right-color: #2B4A3C;
	border-left-color: #2B4A3C;
	height:80;
	width:200;	
	

}