@charset "UTF-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	margin: 0;
}
h1 {
	font-weight: bold;
	color: #FC9B2B;
	font-size: medium;
}
table {
	font-size: small;
}
td {
	padding: 2px;
}
h2 {
	font-size: small;
	color: #FD982B;
	font-weight: bold;
}
a {
	color: #6498F7;
}
#wrapper {
	width: 660px;
}
#titlebar {
	height: 110px;
}
#navbar {
	width: 110px;
	font-weight: bold;
	float: left;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 10px;
}
#textbox {
	width: 530px;
	float: right;
	padding-top: 10px;
	padding-left: 5px;
}
#freetrial {
	text-align: center;
	clear: both;
	font-weight: bold;
}
#copyright {
	clear: both;
	color: 808000;
	text-align: center;
	font-size: xx-small;
}
#wrapper #textbox img {
	float: right;
}
#navbar a{
	text-decoration: none;
}
#navbar a:visited {
	color: #6498F7;
}
