body 
{
	background-color: #171717;
	font-family: Arial;
	color:#8a8a8a;
}

a  
{
	text-decoration: none; 
	font: inherit; 
}

a:link,a:active,a:visited   
{
	font:   inherit;
	text-decoration: none;
}

a:link,a:visited            
{
	color: #99CCFF
}

a:active                
{
	color: #FFFFFF;
}

a:hover                 
{
	color: #e5e5e5;
    text-decoration: none;
}

a.selected  
{
	color: #FFDD88;
    font: inherit; 
}

a.selected:active  
{
	color: #FFFFFF
}

a.selected:visited  
{
	color: #FFDD88;
}

a.selected:hover  
{
	color: #e5e5e5; 
	text-decoration: none; 
	font-weight: bold 
}

strong
{
	color:#689a2d;
}

#header
{
	margin: 0 auto;
	width:1024px;
	height:190px;
	text-align:center;
	background-image: url("./images/header.jpg");
}

div .title
{
	margin-top:10px;
	margin-bottom:5px;
	color:#8a8a8a;
	font-weight:bold;
	text-align:center;
}

.rates
{
	margin: 0 auto;
	width:80%;
	text-align:right;
}

.rates th
{
	text-decoration:underline;
	text-align:right;
}

.bank
{
	width:100%;
}

.bank td
{
	vertical-align:top;
	font-size:14px;
	padding: 7px 5px 7px 5px;
}

#body
{
	margin: 0 auto;
	text-align:left;
	padding-top:25px;
	padding-bottom:25px;
	font-size:12px;
	font-family:Tahoma;
	color:#8a8a82;
	width:800px;
	text-align:justify;
}

#body h2
{
	text-transform:uppercase;
}

#body table
{
	margin:0 auto;
	border-right:1px solid gray;
	border-bottom:1px solid gray;
}

#body th
{
	border-left: 1px solid gray;
	border-top: 1px solid gray;
	font-size:13px;
	font-weight:bolder;
	text-align:left;
	padding:4px;
	background-color:#151b1f;
}

#body td
{
	border-left: 1px solid gray;
	border-top: 1px solid gray;
	padding:4px;
}

#footer
{
	margin-top: 15px;
	background-color:#131313;
	height:65px;
	padding: 15px 0px 0px 0px;
	color:#8a8a82;
	clear: both;
	border:solid 1px #383838;
}

.FooterCol
{
	font-size:9px;
	text-transform:uppercase;
	text-align:left;
}

.FooterCol strong
{
	font-size:12px;
	font-weight:bolder;
}
