/* CSS Document */
html{
	margin:0;
	padding:0;
	height:100%;
	background-color : white;
	
}
body {
	margin:0;
	padding:0;
	font-size:65%;	/* 10px */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	color:#000;
	background-color : white;
}
table.info{
	margin-left:9px;
}
table.info td{
	padding:4px 0 4px 0;
}
a {
	font-weight : bold;
	color:#de232a;
	text-decoration : none;
	/*font-weight:bold;*/
}
a.rates{
	display:block;
	margin: 5px 0 5px 5px;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	font-weight : bold;
	color:#de232a;
	text-decoration : underline;
	/*font-weight:bold;*/
}
a:hover { text-decoration : underline }
a.rates:hover { text-decoration : none }
a.button{
	display:block;
	margin:5px 0 0 3px;
	text-decoration:none;
}
a.button img{
	border:0;
}
/* START calculator bank sell/buy rates list, rounded corners white block with border*/

.conteiner{
	margin:0px;
	padding:0px;	
	border-collapse:collapse;	
	background-color:#ffffff;
}

.conteiner .left_side, .right_side{
	width:3px;	
}

.conteiner .top .left_side {	
	background:url(images/top_left.gif) no-repeat top left;
	background-color:#ffffff;
}

.conteiner .top {
	background:url(images/top.gif) repeat-x top;
	background-color:#ffffff;
	height:4px;
}


.conteiner .top .right_side {
	width:4px;	
	background:url(images/top_right.gif) no-repeat top right;
	background-color:#ffffff;
}

.conteiner .middle .left_side {
	background:url(images/left.gif) repeat-y left;
	width:4px;
	background-color:#ffffff;
	border:0;
}


.conteiner .middle .right_side {
	background:url(images/right.gif) repeat-y right;
	width:4px;
	background-color:#ffffff;
	border:0;
}

.conteiner .bottom {
	background:url(images/bottom.gif) repeat-x bottom;
	background-color:#ffffff;
	height:4px;
}


.conteiner .bottom .left_side {	
	background:url(images/bottom_left.gif) no-repeat bottom left;
	background-color:#ffffff;
}

.conteiner .bottom .right_side {
	width:4px;
	background:url(images/bottom_right.gif) no-repeat bottom right;
	background-color:#ffffff;
}

table.info td img { border : 1px solid : #999 }