	@charset "UTF-8";
	/* header*/

	.header {
		width: 100%;
		float: right;
		margin: 0px 20px;
	}

	body.rtl .header {
		float: left;
	}

	.header a.RSS {
		display: none;
		float: right;
		padding: 15px 15px 15px 15px;
	}

	body.rtl .header a.RSS {
		display: block;
		float: left;
	}

	.header a.RSS:hover {
		-webkit-animation-name: thumb;
		-webkit-animation-duration: 200ms;
		-webkit-transform-origin:50% 50%;
		-webkit-animation-iteration-count: 2;
		-webkit-animation-timing-function: linear;
	}

	@-webkit-keyframes thumb {
		0% { -webkit-transform: scale(1); }
		50% { -webkit-transform: scale(0.9); }
		100% { -webkit-transform: scale(1); }
	}

/*end header*/
/*reset */

	a {
		text-decoration: none;
	}

	.defalt tr {
		margin-top: 20px;
	}

	.defalt tr td{
		text-align: right;
		margin-right: 10px;	
		width: 50%;
	}

	.defalt tr td{
		text-align: center;
		width: 100px;
		height: 30px;
		font-size: 13px;
		border: 1px solid #cccccc;
	}