body {
	background-color: white;
	color: black;
	font-family: Verdana, Trebuchet MS, Tahoma;
	font-size: 8pt;
	margin: 0px;
	text-align: justify;
	padding: 5px;
	margin: 10px auto 10px auto;
	width: 60em;
}

img {
	border: 0;
}

h1, h2, h3 {
	font-family: Arial, Verdana, Trebuchet MS, Tahoma;
	margin: 7px 0 7px 0;
}

h1 {
	font-family: Verdana, Trebuchet MS, Tahoma;
	font-size: 8pt;
	font-weight: normal;
	vertical-align: middle;
}

h2 {
	font-size: 12pt;
	font-style: italic;
}

h3 {
	font-family: Arial, Verdana, Trebuchet MS, Tahoma;
	font-size: 10pt;
}

hr {
	height: 1px;
	color: #2F6DFF;
}

a {
	color: #2F6DFF;
}

pre {
	border: solid #2F6DFF 1px;
	background-color: #C4D5FD;
	padding: 5px;
	font-size: 8pt;
	overflow: auto;
}

input,textarea,select
{
	background-color: rgb(108,131,176);
	font-family: Verdana;
	font-size: 12px;
	background-color: #ccc;
	border: #000000 1px solid;
	color: #111111;
}

input.button {
	background-color: white;
	color: rgb(108,131,176);
	border: 1px dashed rgb(108,131,176);
	font-family: Trebuchet MS, Tahoma, Verdana;
	font-size: 12px;
}

.empty {
	color: black;
}

.invalid {
	color: red;
}

.valid {
	color: green;
}

div#container {
}

div#header {
	padding: 10px;
	margin-bottom: 10px;
	text-align: left;
	height: 100px;
}

div#logo {
	float: left;
}

div#menu {
	float: right;
	width: 40em;
	position: relative;
	border: solid #2F6DFF 1px;
	background-color: #C4D5FD;
	padding: 10px;
	text-align: center;
}

div#packagelinks {
	margin-bottom: 15px;
}

div#menu li,
div#packagelinks h3 {
	display: inline;
}

div#menu li:before,
div#packagelinks h3:before {
	content: " | ";
}

div#menu li:first-child:before,
div#packagelinks h3:first-child:before {
	content: "";
}

div#content {
	clear: right;
	border-top: solid #EEEEEE 1px;
	padding: 10px;
}

div#footer {
	border-top: solid #EEEEEE 1px;
	padding: 10px;
	margin: 10px 0px 10px 0px;
	text-align: center;
}

div#disclaimer {
	background-color: #DDDDDD;
	border-top: 1px solid #000;
	bottom: 0px;
	color: #171717;
	font-size: 9px;
	left: 0px;
	letter-spacing: 9px;
	text-align: center;
	position: fixed;
	width: 100%;
	word-spacing: 20px;
}

table {
	border: #2F6DFF 1px none;
	background-color: #2F6DFF;
	width: 58em;
}

table td {
	border: #2F6DFF 1px none;
	vertical-align: top;
	font-size: 8pt;
	background-color: #eeeeee;
	margin: 0px;
}

table td:first-child {
	width: 25%;
	background-color: #C4D5FD;
}

table.equalize-3 td {
	width: 33%;
	background-color: #eeeeee;
}

table td.alternative {
	background-color: #dddddd;
}

table thead th {
	color: white;
	background-color: #2F6DFF !important;
	font-size: 8pt;
	font-weight: bold;
}

.errorMessage {
	font-size: 12pt;
	font-weight: bold;
	border: solid #FF2F2F 1px;
	background-color: #FDC4C4;
	padding: 25px;
}

.errorMessage .smallText {
	font-size: 8pt;
}

.errorMessage a {
	font-size: 8pt;
	color: #FF2F2F;
}

.highligted {
	color: #FF2F2F;
	font-weight: bold;
}

li form {
	display: inline;
	width: 50px;
}

form fieldset {
	border: none;
	display: inline;
	padding: 0;
}