body {
	margin: 0px;
	background-color: #F2B100;
}
.bfoot {
	background-image: url(../images/foot.gif);
	background-repeat: no-repeat;
}
.pback {
	background: #FFFFFF url(../images/pback.gif) repeat-x top;
}
.tback {
	background: #FFFFFF url(../images/tback.gif) repeat-x top;
	font: bold 11px Tahoma;
}
.tpb {
	background: #FFFBF1 url(../images/tpb.gif) no-repeat left top;
}
.rback {
	background: url(../images/bg_shadow_right.gif) repeat-y right;
}
.reb {
	background: url(../images/rback.gif) no-repeat left top;
	font: bold 11px Tahoma;
}
.link {
    font: bold 12px Georgia, Times, serif;
	color:#012B81;
	text-decoration: none;
	
}
:hover.link {
    text-decoration: underline;
}
.mtt {
	border-top: 1px solid #F9C842;
	border-right: 1px solid #F9C842;
	border-bottom: 1px solid #F9C842;
}
.mtb {
	border-right: 1px solid #F9C842;
	border-bottom: 1px solid #F9C842;
	border-left: 1px solid #F9C842;
}
.mkrt {
	border-top: 1px solid #F9C842;
	border-right: 1px solid #F9C842;
	border-bottom: 1px solid #F9C842;
}
.form {
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	height: 18px;
	border: 0.01em solid #CDD2B5;
}
.p{
    font-family: Verdana;
	font-size: 11px;
	text-align: justify;
	line-height: 20px;	
}
.rp{
	text-align: justify;
	font: 11px/20px Verdana;
	color: #F86F00;
}
.pt{
    font-family: Verdana;
	font-size: 11px;
	line-height: 20px;	
}
.hp {
    font-family: Verdana;
	font-size: 10px;
	text-align: justify;
		
}
.hm {
	text-align: justify;
	font: bold 10px Tahoma;
}
.tin {
	text-align: justify;
	font: bold 11px Tahoma;
}
.er {
	font: normal 12px Arial;
	color: #FF0000;
	letter-spacing: 1px;
}
div.pagination {
	padding: 2px;
	margin: 2px;
	font-family: Arial;
	font-size: 11px;
}

div.pagination a {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #475368;

	color: #000;
}
div.pagination span.current {
	padding: 2px 4px 2px 4px;
	margin: 2px;
		border: 1px solid #475368;
		
		font-weight: bold;
		background-color: #475368;
		color: #FFF;
}
div.pagination span.disabled {
		padding: 2px 4px 2px 4px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
}