body {
	font-size: 4px; 
	color: #6b3c18; 
	font-family: Verdana; 
	text-decoration: none;
	margin:0;	
}
a {
	font-size:10px;
	color: #6b3c18; 
	font-family: Verdana; 
	text-decoration: none;
}
a:hover {
	font-size: 10px; 
	color: #ff6100; 
	font-family: Verdana; 
	text-decoration: none;
}
.ltext1 {
	font-size: 10px;
	color:#6f3c1b;
	font-weight:bold;
	font-family: Verdana;
	text-decoration: none;
}	 
.heading {
	font-size: 14px;
	color:#6f3c1b;
	font-weight:bold;
	font-family: Verdana;
	text-decoration: none;
}

.topnavicap { font-size:9px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#FFFCFF; text-decoration:none; }

.topnavispan { font-size:10px; font-family:Arial, Helvetica, sans-serif; color:#FFF; text-decoration:none; margin:0 3px 0 3px; }
	 
.normal {
	font-size: 10px;
	color:#6f3c1b;
	font-family: Verdana;
	text-decoration: none;
}	 

.box {
	font-family: Verdana;
	font-size: 10px;
	color:#6f3c1b;
	border: 1px solid #6f3c1b;
}

.p_row1 {
	font-size: 10px;
	color:#6f3c1b;
	font-weight:bold;
	font-family: Verdana;
	text-decoration: none;
	background:#fdfdfd;
	border-top: 1px solid #D07E4C;
	border-left: 1px solid #D07E4C;
	border-bottom: 0px solid #D07E4C;
}
	
.p_row2 {
	font-size: 10px;
	color:#6f3c1b;
	font-weight:bold;
	font-family: Verdana;
	text-decoration: none;
	background:#fdfdfd;
	border-top: 1px solid #D07E4C;
	border-right: 1px solid #D07E4C;
	border-bottom: 0px solid #D07E4C;
}

.p_row3 {
	font-size: 10px;
	color:#6f3c1b;
	font-weight:bold;
	font-family: Verdana;
	text-decoration: none;
	background:#f8f7e1;
	border-top: 1px solid #D07E4C;
	border-left: 1px solid #D07E4C;
	border-bottom: 0px solid #D07E4C;
}
	
.p_row4 {
	font-size: 10px;
	color:#6f3c1b;
	font-weight:bold;
	font-family: Verdana;
	text-decoration: none;
	background:#f8f7e1;
	border-top: 1px solid #D07E4C;
	border-right: 1px solid #D07E4C;
	border-bottom: 0px solid #D07E4C;
}
.table {	
	border-top: 1px solid #FF9600;
	border-right: 1px solid #FF9600;
	border-bottom: 1px solid #FF9600;
	border-left: 1px solid #FF9600;
}
.inputstyle {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #6f3c1b;
	background-color: #FFFFFF;
	border: 1px solid #D07E4C;
}

.p_row0 {
	font-size: 10px;
	color:#6f3c1b;
	font-weight:bold;
	font-family: Verdana;
	text-decoration: none;
	background:#f8f7e1;
	border-top: 1px solid #D07E4C;
	border-left: 1px solid #D07E4C;
	border-right: 0px solid #D07E4C;
	border-bottom: 0px solid #D07E4C;
}
.p_row01 {
	font-size: 10px;
	color:#6f3c1b;
	font-weight:bold;
	font-family: Verdana;
	text-decoration: none;
	background:#f8f7e1;
	border-top: 1px solid #D07E4C;
	border-left: 0px solid #D07E4C;
	border-right: 1px solid #D07E4C;
	border-bottom: 0px solid #D07E4C;

}
/*paging */

.pagination{
	padding: 2px;
}

.pagination ul{
	margin: 0;
	padding: 0;
	text-align: left; /*Set to "right" to right align pagination interface*/
	font-size: 16px;
}

.pagination li{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
	padding: 0 5px;
	border: 1px solid #9aafe5;
	text-decoration: none; 
	color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
	border: 1px solid #2b66a5;
	color: #000;
	background-color: #FFFF80;
}

.pagination a.currentpage{
	background-color: #2e6ab1;
	color: #FFF !important;
	border-color: #2b66a5;
	font-weight: bold;
	cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
	background-color: white;
	cursor: default;
	color: #929292;
	border-color: #929292;
	font-weight: normal !important;
}

.pagination a.prevnext{
	font-weight: bold;
}

