/* CSS Document */

body {
  margin: 0;
  padding: 0;  
  background-color:#222;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-top:4px;
}
div.wrapper {
   text-align: center;
   }
#header {
	width: 946px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	}
#main {
	width: 946px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	}
a:link {
	color: #fff;
}
a:visited {
	color: #fff;
}
a:hover {
	color: #fff;
	text-decoration:none;
}
a:active {
	color: #fff;
}
a.whitelink:link {
	font-weight: bold;
	color: #fff;
	text-decoration:none;
}
a.whitelink:visited {
	font-weight: bold;
	color: #fff;
	text-decoration:none;
}
a.blacklink:hover {
	font-weight: bold;
	color: #333;
}
a.blacklink:link {
	font-weight: bold;
	color: #333;
	text-decoration:none;
}
a.blacklink:visited {
	font-weight: bold;
	color: #333;
	text-decoration:none;
}
a.blacklink:hover {
	font-weight: bold;
	color: #333;
}
a:active {
	font-weight: bold;
	color: #fff;
	text-decoration:none;
}
a.menu:link {
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: bold;
	font-size:12px;
	margin-left: 16px;
	margin-right: 16px;
	text-decoration:none;
}
a.menu:visited {
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: bold;
	font-size:12px;
	margin-left: 16px;
	margin-right: 16px;
	text-decoration:none;
}
a.menu:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#336601;
	font-weight: bold;
	font-size:12px;
	margin-left: 16px;
	margin-right: 16px;
	text-decoration:none;
}
a.menu:active {
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: bold;
	font-size:12px;
	margin-left: 16px;
	margin-right: 16px;
	text-decoration:none;
}
.msgfield {
	background-color: #66CCFF;
	border: 1px;
	width: 260px;
	height: 200px;
	color: #000;
}
.contactfield {
	background-color: #66CCFF;
	border: 1px;
	width: 260px;
	height: 20px;
	color: #000;
}
.button {
	display:block;
	width:140px;
	height:28px;
	color:#333;
	text-decoration:none;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 4px 0px 0px 0px;
	cursor:pointer;
	text-align:center;
	background:url(../images/navigationbg.jpg);
}
.button:hover {
	background:url(../images/navigationbg_hover.jpg);
	color:#fff;
}
.buttoncurrent {
	display:block;
	width:76px;
	background:#ff3300;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding: 4px 1.3px 4px 1.3px;
	text-align:center;
}
.promo {
	display:block;
	width:400px;
	height:24px;
	color:#fff;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding: 4px 8px 0px 8px;
	cursor:pointer;
	text-align:left;
	background-color:#FF6600;
}
.promoline {
	display:block;
	width:416px;
	height:2px;
	color:#fff;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	cursor:pointer;
	text-align:left;
	background-color:#FFFF00;
}
.countryborder { border-style:solid; border-width:4px; border-color:#FF8800; }
.historybox {
	border-style: solid;
	border-width: 1px;
	border-color:#444;
}