
h1,p,ul,li,td,tr,table{
	margin:0;
	padding:0;
}
img{
	border:0;
}
.clear{
	clear:both;

}


/**************************** Page ****************************/
/**************************** Page ****************************/
.page{
	background:#fff;
	margin:35px 0;
}

.page .buttons{
	margin:0 0 20px 0;
	height:20px;
}
.page .buttons a{
	display:block;
	float:left;
	width:130px;
	height:18px;
	background:url(../../img/tab_grey.gif);
	background-position: top center;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-size:14px;
	padding:2px 0 0 0;
}
.page .buttons a:hover{
	background:url(../../img/tab_hover.gif);
	background-position: top center;
}
.page .buttons a.active{
	background:url(../../img/tab_blue.gif);
	background-position: top center;
}

.page .bot{
	padding:20px 0 0 0;
	height:13px;
}

.page .bot .left{
	background:url(../../img/br-corner.gif);
	width:13px;
	height:13px;
	float:left;
}

.page .bot .right{
	background:url(../../img/bl-corner.gif);
	width:13px;
	height:13px;
	float:right;
}
