body {
	margin: 0px;
}

p {
	margin: 10px 0;
}

strong {
	font-weight: normal;
	font-size: 15px;
	color: #008c98;
}

.border {
	border: 1px solid #cecece;
	padding: 4px;
}

.home-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #707070;
	line-height: 20px;
}

.home-content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #008c98;
	text-decoration: underline;
}

.home-content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #008c98;
	text-decoration: none;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	color: #707070;
}

.footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #707070;
	text-decoration: none;
}

.footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #707070;
	text-decoration: underline;
}

.searchIP {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #707070;
	border: solid 1px #95b0b2;
	padding: 3px;
}

/* Tabs
----------------------------------*/
.ui-tabs { position: relative; padding: 0; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; margin: 0 1px 0 0; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
#TabsMain { clear: both; }
table.ui-tabs-panel { margin: 25px 20px; }