/* CSS Document */
html{height: 100%;}

body
{ font-family: arial, sans-serif;
  padding: 0px;
  margin:5px 0px;
  font-size: .78em;
  font-family:Tahoma;
  background:#ffffff url(../img/bodyBackGround.gif) repeat-x;
  color: #555;
}
#main {
  margin:0px auto 0px auto;
  padding:0px;
  width: 850px;
  text-align: left;
  background:#ffffff;
  border:1px #c3ced2 solid;
  position:relative;
  overflow:hidden;
}
#header{
height:62px;
background-image:url(../img/bg_button.gif);
padding:0px 10px 0px 0px;
margin:0px;
}

	#logo{
	background:url(../img/logo.jpg) no-repeat top;
	float:left;
	width:143px;
	height:62px;
	}
	
	#header_left{
	background:url(../img/button_left.jpg) no-repeat top;
	float:left;
	width:18px;
	height:62px;
	}
	
	#header_right{
	background:url(../img/button_right.jpg) no-repeat top;
	float:right;
	width:15px;
	height:62px;
	}
	
	#header_center{
	background:url(../img/bg_button.png) repeat-x;
	float:left;
	width:664px;
	padding:23px 0px 10px 0px;
	font-size:9pt;
	height:29px;
	color:#ba6826;
	font-weight:bold;
	}

#button{
background:url(../img/button_min.gif) repeat-x top;
height:15px;
padding:2px 10px 0px 0px;
border-bottom:1px #c3ced2 solid;
font-size:8pt;
text-align:right;
}
	#button a{
		text-decoration:none;
		color:#063341;
		padding:0px 10px 0px 10px;
		margin:0px;
	}
	
	#button a:hover{
		text-decoration:none;
		color:#ff0000;
		padding:0px 10px 0px 10px;
		margin:0px;
	}
	
	
.left_top{
border:1px #c3ced2 solid;
}

.right_top{
border:1px #c3ced2 solid;
}

#left{
float:left;
padding:0px;
margin:0px;
}
#right{
float:right;
padding:0px;
margin:0px;
}

	#left h1.gray, #right h1.gray{
		background:url(../img/gray.gif) repeat-x top;
		height:15px;
		padding:2px 10px 0px 10px;
		border-bottom:1px #c3ced2 solid;
		font-size:11px;
		color:#341b42;
		font-weight:bold;
		margin:0px;
	}


	#left h1.blue, #right h1.blue{
		background:url(../img/button_min.gif) repeat-x top;
		height:15px;
		padding:2px 10px 0px 10px;
		border-bottom:1px #c3ced2 solid;
		font-size:11px;
		color:#e52757;
		font-weight:bold;
		margin:0px;
	}

	#left h1.yellow, #right h1.yellow{
		background:url(../img/button_min_y.gif) repeat-x top;
		height:15px;
		padding:2px 10px 0px 10px;
		border-bottom:1px #c3ced2 solid;
		font-size:11px;
		color:#000000;
		font-weight:bold;
		margin:0px;
	}


	#left h1.blued, #right h1.blued{
		background:url(../img/button_min_bd.gif) repeat-x top;
		height:15px;
		padding:2px 10px 0px 10px;
		border-bottom:1px #c3ced2 solid;
		font-size:11px;
		color:#ffffff;
		font-weight:bold;
		margin:0px;
	}

	#left table{
		font-size:8pt;
	}
	
#left_contain{
float:left;
width:174px;
padding:7px 0px 10px 10px;
position:relative;
}

#right_contain{
float:right;
width:646px;
padding:7px 10px 10px 5px;
}


#table_top{
background:url(../img/bg_white.jpg) repeat-x 20px;
padding:5px;
}

#block_current_rates {
	FONT: 11px/19px Tahoma; 
	TEXT-ALIGN: center; 
	width:288px;
	height:100px; 
	position:relative;
	overflow:auto;
}
SUP {
	FONT-SIZE: 90%; LINE-HEIGHT: 110%
}
#block_current_rates TABLE {
FONT-SIZE: 11px; 
MARGIN: 0px; 
padding:0px;
width:271px;
height:100%;
BORDER-TOP-STYLE: none;  
FONT-FAMILY: Verdana; 
BORDER-RIGHT-STYLE: none; 
BORDER-LEFT-STYLE: none; 
BORDER-COLLAPSE: collapse; 
BORDER-BOTTOM-STYLE: none
}
#block_current_rates TD {
	BORDER-RIGHT: #cacaca 1px solid; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; TEXT-ALIGN: center
}
#block_current_rates TH {
	BORDER-RIGHT: #cacaca 1px solid; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; TEXT-ALIGN: center
}
#block_current_rates TH {
	FONT-WEIGHT: bold; COLOR: #484848; BORDER-BOTTOM: #cacaca 1px solid; HEIGHT: 21px
}
#block_current_rates TD {
	HEIGHT: 16px
}
#block_current_rates .alt {
	BACKGROUND-COLOR: #f4f4f4
}
#block_current_rates .col1 {
	FONT-SIZE: 10px; COLOR: #4a4a4a
}
#block_current_rates .col2 {
	COLOR: #484848
}
#block_current_rates .col3 {
	COLOR: #000; BORDER-RIGHT-STYLE: none
}
#block_current_rates .red {
	COLOR: #f00
}
#block_current_rates .blue {
	COLOR: #00f
}

a{
	text-decoration:none;
	color:#3366CC;
	padding:0px;
	margin:0px;
	font-size:8pt;
}

a:hover{
	text-decoration:none;
	color:#ff0000;
	padding:0px;
	margin:0px;
	font-size:8pt;
}

.clear{
clear:both;
}
