/* IB Cascading Style Sheet Document */

body {
  font: normal 12pt "Trebuchet MS", Tahoma, Arial, sans-serif;
  color:#333333;
}
input {
	font:normal 12pt "Trebuchet MS", Tahoma, Arial, sans-serif;
	color:#666666;
}
h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  color:#000066;
}

a {
  text-decoration:none;
  color:#0033CC;
}
a:hover {
	text-decoration:underline;
}
.footer {
	margin:10px;
	font-size:10pt;
	color:#666666;
}
.errorMsg {
	font-weight:bold;
	color:#FF0000;
}
