body {
	color: #445588;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

a {
  color: #0077AA;
  text-decoration: none;
}

a:hover {
	background-color: #0077AA;
	color: #FFFFFF;
	opacity: .5;
	filter: alpha(opacity=50);
}

a.footlink {
	text-size: 10px;
	color: #445588;
	text-decoration: none;
}

a:hover.footlink {
	color: #445588;
	background-color: #EAEAEA;
	text-decoration: underline;
}

a.leftmenu {
	color: #445588;
	background-color: #FFFFFF;
	text-indent: 0px;
	padding: 2px;
	position: relative;
	width: 155px;
	text-decoration: none;
	text-align: center;
	font-size: 12px;	
	opacity: .5;
	filter: alpha(opacity=50);
}

a:hover.leftmenu {
	background-color: #0077AA;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
}

.ridge {
	border: ridge #0077AA 3px;
}

div.leftmenu {
	border: solid #FFFFFF 2px;
	margin: 3px 5px 3px 5px;
	width: 155px;
}

div.menusection {
	margin: 0px 0px 0px 0px;
	padding-bottom: 5px;
	background-color: #EAEAEA;
	width: 170px;
} 

table.loginform {
	padding: 0px;
	margin: 0px;
	margin-top: -20px;
	margin-bottom: -20px;
	font-family: Arial, serif;
	font-size: 10px;
}

input.login {
	height: 18px;
	width: 90px;
	font-family: Courier, sans-serif;
	font-size: 12px;
	padding: 2px;
	color: #445588;
	background-color: #EAEAEA;
	opacity: .5;
	filter: alpha(opacity=50);
}

.isuform, .isuform2 {
	font-family: Courier, sans-serif;
	font-size: 12px;
	padding: 2px;
	color: #445588;
	background-color: #EAEAEA;
	opacity: .5;
	filter: alpha(opacity=50);
}

.isuform {
	width: 200px;
}

.isuform2 {
	width: 360px;
}
	
.button {	
	color: white;
	background: black;
	background-image: url("../images/button.gif");
	border: 1px solid white;
	opacity: .5;
	filter: alpha(opacity=50);
	width: 60px;
}

td.header {
	color: white;
	background-image: url("../images/header_top.gif");
	height: 20px;
	repeat: no-repeat;
	padding: 0px;
	padding-left: 10px;
	font-family: Arial, serif;
	font-size: 12px;
}

p {
	color: #445588;
	font-family: Verdana, Arial, serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 5px;
}

p.small {
	font-size: 10px;
	text-align: center;
}

td.text {
	color: #445588;
	font-family: Verdana, Arial, serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	background-color: #EAEAEA;
} 

td.bottom {
	color: white;
	background-image: url("../images/header_bottom.gif");
	font-family: Arial, serif;
	repeat: no-repeat;
	padding: 0px;
	padding-left: 10px;
	height: 20px;
	font-size: 12px;
}

ul li{
	list-style: url("../images/arrow.gif");
}	
	
.left {
	float: left;
	display: inline;
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
}

.right {
	float: right;
	display: inline;
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
}

h1, h2 {
  color: #445588;
  letter-spacing: .05em;
  font-weight: bold;
}

h1 {
  font-size: 1.3em;
  border-bottom: 1px solid #445588;
}

h2 {
  font-size: 1.1em;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

abbr, acronym {
  border-bottom: 1px dotted #fff;
  cursor: help;
}

ins {
  text-decoration: underline;
}

del {
  text-decoration: line-through;
}

cite, q, blockquote {
  background-color: #555;
  font-style: italic;
}

blockquote {
  margin: 0 50px;
  padding: 3px 5px;
  border: 1px solid #ccc;
}

pre, code {
  font: .9em "Lucida Console", Monaco, monospace;
}

code {
  background: #555;
}

.footerleft {
  width: 50%;
  color: #000;
  margin: 0 auto;
  padding-left: 5px;
  text-align: left;
  font-size: 9px;
  display: inline;
}

.footerright {
  width: 50%;
  color: #000;
  margin: 0 auto;
  padding-right: 5px;
  text-align: right;
  font-size: 9px;
  display: inline;
}

.pics {
	border: 3px ridge #B4C9DC;
}

SPAN.signature {
	font-weight: normal;
	font-family: cursive, sans-serif;
	font-size: 18px;
	color: #B4C9DC;
}

span.country {
	font-weight: bold;
	color: #445588;
	font-size: 14px;
}

span.capitalcity {
	font-size: 10px;
	font-style: italic;
}

span.capital {
	font-size: 10px;
	font-weight: bold;
}

span.amount {
	font-size: 10px;
}

span.countryloc {
	font-weight: none;
	font-size: 8px;
}

div.menutitle {
	cursor: hand;
}