/* CSS Document */

body {
	font-size:82%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#414141;
	background:url("../images/bg.gif") repeat-x;
	background-color:#F6F6F6;
	margin: 10px 0px;
	text-align:center;
}

div#wrapper {width:760px; margin:0 auto; padding:10px; border:1px solid #e7e7e7; background:#FFF;}
div#header {height:75px; margin-bottom:10px; border-bottom:4px solid #e7e7e7; background:#F8F8F8;}
div#header h1{text-align:center; font-weight:normal; text-transform:uppercase; font-size: 2.0em; letter-spacing:-1px; color:#990000; padding:20px 0 0 0; margin:0;}
div#footer {padding:10px; text-align:center;}
table#exchanges {}
table#exchanges th{background-color:#F4F4F4; color:#000; text-align:left;}
table#exchanges td{border-bottom:1px solid #e7e7e7;}
table#exchanges tr:hover{background-color:#F4F4F4;}

div.content {padding:10px 0; background-color:#FFF; margin-bottom:10px; border-bottom:1px dotted #e7e7e7;}
div.content h2{padding:3px 5px;  font-weight:normal; text-transform:uppercase; background-color:#F8F8F8; color:#333333; margin:0 0 5px 0; border:1px solid #e7e7e7;}
input.phone {font-size:1.8em; font-weight:bold;}
div.clear{clear:both;}
img.flag{margin:0 10px 10px 0;}

UL.cols3	{ list-style-type: none; margin:10px 0; padding:0; }
UL.cols3 LI { list-style-type: none; margin:0; padding-right: 1%; width:32%; line-height:160%; float:left; }

form {margin:0; padding:0;}
a {color:#e51200; font-weight:bold;}
a:hover {color:#000;}