body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #E2EDFB url('../images/back.gif');
	margin: 0px auto;
	width: 650px;
}

p {
	padding: 0;
	margin-top: 12px;
	margin-bottom: 12px;
	line-height: 140%;
}

input {
	margin: 0;
	padding: 0;
}

a {
	outline: none;
	text-decoration: none;
}

a,
a:link,
a:active,
a:visited,
a:hover {
	color: #0064AE;
	text-decoration: none;
	background-color: transparent; /* Avoid background on click (IE) */
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h1 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 12px;
	margin-top: 0;
}

h2 {
	font-size: 13px;
	font-family: monospace;
	font-weight: normal;
	margin-bottom: 12px;
	margin-top: 0;
}

/*******************************************************************/

.hidden {
	display: none;
}

.top {
	margin-top: 0 !important; 
}

.bottom {
	margin-bottom: 0 !important; 
}

.font-smaller {
	font-size: 11px;
}

.font-smallest {
	font-size: 10px;
}

/*******************************************************************/

.form-group {
	margin-bottom: 18px;
}

.form-group > label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

.form-control {
	display: block;
	background: white;
	border-width: 1px;
	border-style: solid;
	border-color: #D7D7D7;
	font-size: inherit;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	margin: 0;
	width: 450px;
}

input.form-control {
	height: 20px;
	line-height: 21px;
	padding: 0 4px;
}

.form-control-small {
	width: 300px;
}

/*******************************************************************/

#header-container {
	padding-top: 40px;
	padding-bottom: 10px;
}

#header {
	width: 650px;
	height: 50px;
}

#header .logo {
	float: left;
}

#header .support {
	float: right;
	color: white;
	font-size: 11px;
	border-radius: 3px;
	height: 50px;
	padding-left: 5px;
	background: #4B9139 url('../images/smiley32.png') 8px 50% no-repeat;
}

#header .support-inner {
	padding: 13px 10px 10px 40px;
}

#header .support a,
#header .support a:link,
#header .support a:active,
#header .support a:visited,
#header .support a:hover {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid #F3FFEF;
	line-height: 1.4;
}

#content-container {
	margin-bottom: 40px;
}

#content {
	background: white;
	padding: 20px;
	border: 3px solid #7B9CC7;
}

/*******************************************************************/

.report {
	margin-top: 2em;
	border-top: 1px solid #A0A0A0;
	font-family: monospace;
}
