@charset "utf-8";
/* CSS Document 
This document styles the exchange rate table
*/
#main-area #main-content-layout #exchange {
	width: 182px;
	height: auto;
	position: absolute;
	right: 2.7em;
	top: 30px;
}
#main-area #main-content-layout #exchange table, tr, tbody, th, td {
	border-collapse: collapse;
}
#main-area #main-content-layout #exchange table {
	height: auto;
	width: 182px;
	background-color: #000044;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	background-image: url(../images/exchange-rate-back.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#main-area #main-content-layout #exchange thead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 78%;
	color: #c0c0c0;
	text-align: center;
	line-height: 19px;
}

#main-area #main-content-layout #exchange caption {
	background-image: url(../images/exchange-tbl-head.gif);
	height: 37px;
	width: auto;
	text-indent: -9999px;
	background-repeat: no-repeat;
}
#main-area #main-content-layout #exchange tfoot {
	background-image: url(../images/exchange-tbl-foot.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 40px;
	width: 182px;
	background-position: bottom;
	text-align: center;
	padding-top: -12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main-area #main-content-layout #exchange tfoot td{
	height: 40px;
	vertical-align: text-top;
}
#main-area #main-content-layout #exchange tfoot a:link{
	background-image: url(../images/exchange-tbl-foot.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 42px;
	width: 182px;
	padding: 0px;
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
	color: #c0c0c0;
	font-size: 80%;
	text-align: center;
	text-decoration: none;
	}
	#main-area #main-content-layout #exchange tfoot a:active {
	outline: none;
	}
	#main-area #main-content-layout #exchange tfoot a:focus {
	
	}
#main-area #main-content-layout #exchange tfoot a:visited{
	text-decoration: none;
	color: #FF0000;
}
#main-area #main-content-layout #exchange tfoot a:hover {
	color: #FF0000;
}
#main-area #main-content-layout #exchange tbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: center;
}

#main-area #main-content-layout #exchange #main-anim {
	height: 160px;
	width: 160px;
	position: relative;
	left: 9px;
	top: 30px;
}
/*

*/