body {
	margin: 10px;
	padding: 0px;
}

body,div,span,p,td,input,table,#content pre {
	font-family: arial, sans-serif;
	font-size: 13px;
}

table#p {
	padding: 10px;
}

table#p td {
	margin: 0;
	padding: 2px;
	padding-right: 10px;
	font-size: 11px;
	vertical-align: top;
}

table#p thead {
	background-color: #d4ddec;
}

.odd {
	background-color: #f0f0f0;
}

.centered {
	text-align: center;
}

.rows3-cell {
	vertical-align: top;
}

h1 {
	padding: 0px;
	font-size: 14pt;
	margin-bottom: 10px;
	margin: 0px;
}

h2 {
	font-size: 12pt;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
}

h3 {
	font-size: 10pt;
}

q {
	font-style: italic;
}

img {
	border: 0px;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: underline;
}

a:visited {
	color: black;
}

button {
	border: 0px;
	padding: 0px;
	margin: 0px;
	background: transparent;
}

#searchbox td {
	color: #4c5262;
	font-size: 9px;
}

#searchbox input [type="text"] {
	border: 1px solid #3b577f;
}

#feeds a {
	display: block;
	clear: left;
	margin: 3px;
}

.category-right-margin-frame-top {
	background: url('right-margin-frame-top.gif') left top no-repeat;
	width: 160px;
	height: 20px;
	color: white;
	font-weight: bold;
	font-size: 12px;
	padding-left: 6px;
	line-height: 20px;
}

#article-text p {
	padding: 0.5em 0;
}

/*
 * HEADER
 */
#header {
	width: 980px;
	height: 118px;
	background-image: url('../resource/header-image.png');
	margin-bottom: 10px;
}

#header-upper-line {
	position: absolute;
	left: 500px;
	top: 77px;
	width: 470px;
	color: white;
	text-align: right;
	font-size: 13px;
}

#header-upper-line a {
	color: white;
}

#header-flag {
	position: relative;
	top: 2px;
	width: 23px;
	height: 13px;
	border-style: none;
}

#header-bottom-line {
	position: absolute;
	left: 500px;
	top: 105px;
	width: 470px;
	color: #3b577f;
	text-align: right;
}

#header-bottom-line input {
	color: black;
	font-size: 11px;
	border: 1px solid #3b577f;
	width: 100px;
	padding-left: 3px;
}

#header-bottom-line a,#header-bottom-line button {
	color: #3b577f;
	font-size: 13px;
}

#header-time {
	position: absolute;
	left: 20px;
	top: 110px;
	width: 250px;
	color: #3b577f;
	font-weight: bold;
}

#footer {
	margin-top: 3px;
	width: 980px;
	height: 85px;
	background-image: url('../resource/footer-image.png');
}

#footer p {
	font-size: 80%;
	margin: 0;
	padding-top: 70px;
	padding-left: 8px;
}

#footer a {
	color: #395780;
}

.left-margin-content {
	width: 165px;
}

.left-margin-group {
	margin-bottom: 20px;
}

.left-margin-group h2,.category-right-margin-service h2,.right-margin-1-service h2
	{
	background: url('left-margin-title.gif') top left no-repeat;
	text-indent: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #3b577f;
	height: 20px;
	margin: 0px;
	padding: 0px;
}

.left-margin-group h3 {
	cursor: pointer;
	font-size: 11px;
	text-indent: 10px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.left-margin-group ul {
	margin: 0px;
	padding: 0px;
	text-indent: 10px;
	color: #37363b;
}

.left-margin-group li {
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	list-style-image: url('left-margin-point.gif');
}

.left-margin-group a {
	font-size: 11px;
}

/*
 * BANNERS
 */
.banner-160x50 {
	width: 160px;
	height: 70px;
	margin: 7px 0px;
}

.banner-160x50 img {
	clip: rect(0px, 160px, 50px, 0px);
	top: 0;
	left: 0;
}

.banner-160x50 div {
	text-align: right;
	font-size: 8px;
	color: #92959c;
}

.banner-160x600 {
	margin: 7px 0px;
}

.banner-160x600 div {
	text-align: right;
	font-size: 8px;
	color: #92959c;
}

/*
 * PAGINATION
 */
.page-navigation {
	font-size: 11px;
	font-weight: normal;
	color: #6b88b4;
	/*border-bottom: 1px solid #dadde6;*/
	line-height: 24px;
	height: 24px;
	text-align: center;
}

.page-navigation a {
	color: #6b88b4;
}

.page-navigation input {
	font-size: 10px;
	text-align: center;
	width: 2em;
	color: red;
	margin-top: 1px;
	padding: 1px;
	background: transparent;
	border: 1px solid #ddd;
}

#content {
	width: 635px;
	margin-left: 10px;
	margin-right: 10px;
}

#content h1 {
	height: 21px;
	background: url('content-header-wide.gif') no-repeat;
	text-indent: 10px;
	line-height: 21px;
	color: white;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

#content h2 {
	padding-left: 10px;
}

#content blockquote {
	font-style: italic;
}

#content p,#content div {
	padding-left: 10px;
}

#content h3 {
	text-align: center;
}

#sidebar {
	width: 250px;
}

#sidebar p {
	font-size: 11px;
	padding: 10px;
	margin: 0px;
	background-color: #f2f5fa;
}

#sidebar ul {
	font-size: 11px;
	padding: 10px;
	padding-left: 30px;
	margin: 0px;
	background-color: #f2f5fa;
}

#sidebar ul li {
	margin: 2px;
}

#sidebar h1 {
	background: url('content-margin-header.gif') left top no-repeat;
	width: 265px;
	height: 20px;
	color: white;
	text-indent: 10px;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}

.errorMessage {
	color: red;
}

#category-content {
	width: 645px;
}

#category-content-header {
	width: 645px;
	height: 21px;
	background: url('content-header-wide.gif') no-repeat;
	text-indent: 10px;
	line-height: 21px;
	color: white;
	font-size: 13px;
	font-weight: bold;
}

#category-content-news {
	margin: 4px 0px 0px 10px;
}

/* LEFT */
td#category-content-center-left {
	width: 385px;
}

#category-content-center-left-div {
	margin-right: 14px;
	padding-bottom: 10px;
}

#category-content-news .content-news {
	border-top: 1px solid #dadde6;
	padding-top: 1px;
	padding-bottom: 20px;
	padding-right: 10px;
}

#category-content-center-left p {
	margin: 6px 0px 6px 0px;
	padding: 0;
	font-size: 11px;
}

#category-content-center-left a,a.content {
	font-size: 11px;
	color: #395780;
	color: #395780;
	font-weight: bold;
}

#category-content-center-left .banner {
	position: relative;
	width: 360px;
	height: 82px;
	margin-top: 30px;
}

#category-content-center-left .banner img {
	position: absolute;
	clip: rect(0px, 360px, 60px, 0px);
	top: 0;
	left: 0;
}

#category-content-center-left .banner div {
	position: absolute;
	top: 62px;
	right: 4px;
	text-align: right;
	font-size: 8px;
	color: #92959c;
}

/* RIGHT */
td#category-content-center-right-td {
	background-color: #f2f5fa;
}

#category-content-center-right div {
	background: url('content-margin-header.gif') left top no-repeat;
	width: 255px;
	height: 20px;
	color: white;
	text-indent: 10px;
	font-size: 11px;
	line-height: 20px;
}

#category-content-center-right ul {
	padding-bottom: 10px;
	padding-right: 10px;
}

#category-content-center-right li {
	position: relative;
	left: -5px;
	list-style-image: url('blue-point.gif');
	margin-bottom: 8px;
}

#category-content-center-right li a {
	font-size: 11px;
	color: #565962;
}

/*
 * SEARCH
 */
.category-search {
	width: 160px;
	margin-left: 4px;
}

.category-right-margin {
	width: 160px;
	margin-left: 5px;
	margin-bottom: 7px;
}

.category-right-margin-frame-content {
	padding: 6px 6px;
	color: #4c5262;
	background-color: #d4ddec;
}

.category-right-margin-frame-content form {
	margin: 0;
}

.category-right-margin-frame-content p {
	font-size: 11px;
	margin: 2px 0px 4px 0px;
}

.category-right-margin-frame-content .select {
	position: relative;
}

.category-right-margin-frame-content .select span {
	font-size: 11px;
	font-weight: bold;
}

.category-right-margin-frame-content .select span.sel-align {
	position: absolute;
	left: 76px;
}

.category-right-margin-frame-content p span {
	font-size: 11px;
	font-weight: bold;
}

.category-right-margin-frame-content input {
	color: black;
	font-size: 11px;
}

.category-right-margin-frame-content input.search-input {
	margin-bottom: 2px;
	width: 140px;
	border: 1px solid #3b577f;
}

.category-right-margin-frame-content input.search-radio {
	margin-bottom: 6px;
	vertical-align: middle;
}

.category-right-margin-frame-content .submit {
	padding-top: 6px;
	border-top: 1px solid #3b577f;
	text-align: right;
}

.category-right-margin-frame-content .advanced {
	margin-top: 6px;
	padding-top: 2px;
	border-top: 1px solid #3b577f;
	font-size: 11px;
	color: #4c5262;
	text-align: right;
}

.category-right-margin-frame-content .submit span {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #4c5262;
	cursor: pointer;
}

.category-right-margin-frame-content .submit img {
	width: 13px;
	height: 13px;
	vertical-align: middle;
	border: 0;
}

.category-right-margin-frame-bottom {
	background: url('right-margin-frame-bottom.gif') left top no-repeat;
	width: 160px;
	height: 12px;
}

/*
 * SERVICES
 */
.category-right-margin-services {
	width: 156px;
	padding-left: 3px;
}

.category-right-margin-service {
	margin-bottom: 8px;
}

.category-right-margin-service .title {
	font-size: 11px;
	color: #707fa6;
	font-weight: bold;
}

.category-right-margin-service .text {
	padding-left: 10px;
	font-size: 11px;
}

.category-right-margin-service .link {
	color: #7b8898;
	font-size: 11px;
}

#index-content {
	width: 650px;
	margin-right: 4px;
	height: 100%;
}

/*
 * LEFT
 */
#index-content-left {
	vertical-align: top;
}

#index-content-left .left-container {
	margin-right: 13px;
}

#index-content-left .left-header {
	width: 371px;
	height: 21px;
	background: url('content-header-narrow.gif') no-repeat;
	font-size: 12px;
	font-weight: bold;
	text-indent: 10px;
	line-height: 21px;
	color: white;
}

#index-content-left .left-content {
	margin: 6px 0px 0px 10px;
	border-bottom: 3px solid #5a88b9;
}

.left-news {
	font-size: 9px;
	margin: 1px 10px 10px 4px;
}

.left-news a {
	font-size: 11px;
	font-weight: bold;
	color: #395780;
}

.left-info {
	margin: 0px;
	padding: 10px;
	pading-top: 0px;
	background-color: #f2f5fa;
	color: #636268;
}

.left-info h4 {
	margin: 0px 10px 0px 4px;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
}

.left-info h5 {
	margin: 4px 10px 0px 4px;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
}

.left-news {
	font-size: 9px;
	margin: 1px 10px 10px 4px;
}

.left-news a {
	font-size: 11px;
	font-weight: bold;
	color: #395780;
}

.left-info a {
	color: #636268;
}

.left-info p {
	margin: 0px 10px 0px 4px;
	padding: 0;
	font-size: 11px;
}

.down-side-content {
	padding: 0px;
	margin: 0px;
}

.down-side-content li {
	font-size: 9px;
	margin: 6px;
	list-style: none;
}

.down-side-content a,.down-side-content a:visited,.down-side-content a:hover
	{
	font-size: 11px;
	font-weight: bold;
	color: #395780;
}

/*
 * RIGHT
 */
#index-content-right {
	width: 266px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

#index-content-right .top {
	background-color: white;
	background-image: url("index-sidebar-bg-top.png");
	height: 10px;
	line-height: 10px;
	padding: 0px;
	margin: 0px;
}

#index-content-right .bottom {
	background-color: white;
	background-image: url("index-sidebar-bg-bottom.png");
	height: 10px;
	line-height: 10px;
	padding: 0px;
	margin: 0px;
}

#index-content-right ul {
	padding-bottom: 4px;
}

#index-content-right li {
	position: relative;
	left: -15px;
	list-style-image: url('blue-point.gif');
	margin-bottom: 4px;
}

#index-content-right li a {
	font-size: 11px;
	color: #565962;
}

/*
 * CONTENT
 */
.right-margin-1-content {
	width: 160px;
	margin-bottom: 7px;
}

.right-margin-1-frame-top {
	background: url('right-margin-frame-top.gif') left top no-repeat;
	width: 160px;
	height: 20px;
}

.right-margin-1-frame-top span {
	color: white;
	font-weight: bold;
	font-size: 11px;
	padding-left: 6px;
	line-height: 20px;
}

.right-margin-1-frame-content {
	padding: 8px 6px;
	color: #4c5262;
	background-color: #d4ddec;
	font-size: 11px;
}

.right-margin-1-frame-bottom {
	background: url('right-margin-frame-bottom.gif') left top no-repeat;
	width: 160px;
	height: 12px;
}

/*
 * SERVICES
 */
.right-margin-1-services {
	width: 156px;
	padding: 0px;
}

.right-margin-1-service {
	margin-bottom: 18px;
}

.right-margin-1-service h2 {
	background: url('right-margin-title.gif') top left no-repeat;
	text-indent: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #3b577f;
	height: 17px;
	margin: 0px;
	padding: 0px;
}

.right-margin-1-service .title {
	font-size: 11px;
	color: #707fa6;
	font-weight: bold;
}

.right-margin-1-service .text {
	padding-left: 10px;
	font-size: 11px;
}

.right-margin-1-service .link {
	color: #7b8898;
	font-size: 11px;
}

#article-content {
	width: 549px;
	border-bottom: 1px solid #dadde6;
	overflow: auto;
}

#article-tools {
	width: 549px;
	margin-top: 10px;
	text-align: right;
	font-size: 11px;
	color: #395780;
}

#article-service {
	font-size: 18px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 8px;
}

#article-date {
	font-size: 10px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

#article-headline {
	font-size: 15px;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 8px;
	color: #395780;
}

#article-text p {
	margin: 0;
	font-size: 12px;
}

#article-text img {
	xxx-float: left;
	xxx-width: 226px;
	xxx-height: 150px;
	margin: 1px 12px 14px 1px;
}

#article-photo img {
	margin: 1px 12px 14px 1px;
}

/*
 * RELATED NEWS
 */
#article-related div {
	margin-top: 6px;
	font-size: 11px;
	color: #395780;
	font-weight: bold;
}

#article-related p {
	margin: 5px 0px 5px 0px;
	font-size: 11px;
}

#article-related p a {
	font-weight: normal;
	color: black;
}

td.article-right-margin-td {
	background-color: #f2f5fa;
}

.article-right-margin {
	width: 250px;
}

.article-right-margin p {
	font-size: 11px;
	margin: 10px;
}

.article-right-margin div {
	background: url('content-margin-header.gif') left top no-repeat;
	width: 250px;
	height: 20px;
	color: white;
	text-indent: 10px;
	font-size: 11px;
	line-height: 20px;
}

.article-right-margin ul {
	padding-bottom: 10px;
	padding-right: 10px;
}

.article-right-margin li {
	position: relative;
	left: -5px;
	list-style-image: url('blue-point.gif');
	margin-bottom: 8px;
}

.article-right-margin li a {
	font-size: 11px;
	color: #565962;
}

#user-signup-1 {
	width: 650px;
	margin-right: 4px;
}

#user-signup-1-header {
	width: 650px;
	height: 21px;
	background: url('content-header.gif') no-repeat;
	text-indent: 10px;
	line-height: 21px;
	color: white;
	font-size: 13px;
	font-weight: bold;
}

/*
 * CONTENT
 */
#user-signup-1-content {
	margin: 26px 10px 20px 10px;
}

#user-signup-1-content p.title {
	margin-bottom: 4px;
	font-size: 24px;
	color: #3b577f;
}

#user-signup-1-content p.title span {
	font-size: 24px;
	font-weight: bolder;
}

#user-signup-1-content p.title img {
	vertical-align: middle;
	margin-right: 6px;
}

#user-signup-1-content p.title-2 {
	font-size: 14px;
	font-weight: bold;
	color: #3b577f;
}

#user-signup-1-content p.title-3 {
	font-size: 12px;
}

#user-signup-1-content p.title-4 {
	font-size: 14px;
	color: #3b577f;
}

/* FRAMES */
.user-signup-1-frame-top {
	background: url('user-signup-1-frame-top.gif') bottom no-repeat;
	width: 450px;
	height: 7px;
}

.user-signup-1-frame-middle {
	background: url('user-signup-1-frame-middle.gif') repeat-y;
	width: 450px;
}

.user-signup-1-frame-bottom {
	background: url('user-signup-1-frame-bottom.gif') top no-repeat;
	width: 450px;
	height: 6px;
}

.user-signup-1-frame-content {
	position: relative;
	margin: 0px 10px 0px 10px;
}

.user-signup-1-frame-content p {
	margin: 0;
	padding-bottom: 6px;
	color: #3b577f;
	font-size: 11px;
}

.user-signup-1-frame-content p.user-signup-1-frame-title {
	font-size: 16px;
	font-weight: bold;
	color: #3b577f;
}

.user-signup-1-frame-content p.user-signup-1-frame-text {
	padding-bottom: 14px;
}

.user-signup-1-frame-content ul {
	width: 330px;
	position: relative;
	left: -24px;
	list-style-image: url('signup-list-marker.gif');
	margin-bottom: 0px;
	margin-top: 0px;
}

.user-signup-1-frame-content ul a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #3b577f;
}

.user-signup-1-frame-content .user-signup-1-frame-submit {
	position: absolute;
	bottom: 1px;
	right: 5px;
}

.user-signup-1-frame-content .user-signup-1-frame-submit img {
	border: 0;
	vertical-align: middle;
}

.user-signup-1-frame-content .user-signup-1-frame-submit a {
	text-decoration: none;
	color: #3b577f;
	font-weight: bold;
	font-size: 14px;
}

#user-signup-1-frame-1 {
	width: 450px;
	height: 110px;
	margin-bottom: 20px;
}

#user-signup-1-frame-2 {
	width: 450px;
	height: 100px;
	margin-bottom: 10px;
}

/*
 * CONTENT
 */
#login-content {
	width: 550px;
}

#login-content div.login-center {
	margin: 0px 10px 0px 10px;
}

#login-content h3 {
	margin: 0px 0px 10px 0px;
	color: #46454a;
	font-size: 17px;
	font-weight: bold;
}

#login-content p {
	margin: 0;
	padding: 0;
}

#login-content p.login-top {
	color: #4f78b0;
	font-size: 11px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #a3a2a7;
}

#login-content p.login-error {
	color: red;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #a3a2a7;
}

#login-content form {
	margin: 0;
	padding: 0;
}

#login-content div.login-entry {
	margin: 10px 0px 0px 0px;
	padding: 0px 10px 10px 5px;
	border-bottom: 1px solid #a3a2a7;
}

#login-content div.login-entry p {
	color: #3b3a40;
	font-size: 11px;
}

#login-content div.login-entry input.login-text {
	border: 1px solid #7d8298;
	font-size: 11px;
	margin: 0px 0px 8px 0px;
	width: 230px;
}

#login-content div.login-checkbox span {
	font-size: 11px;
	position: relative;
	top: -3px;
}

#login-content div.login-submit {
	margin: 5px 10px 0px 10px;
	position: relative;
}

#login-content div.login-submit a {
	color: #4f78b0;
	font-size: 11px;
	text-decoration: none;
}

#login-content div.login-submit button {
	position: absolute;
	right: 0px;
	text-decoration: none;
	color: #3b577f;
	font-weight: bold;
	font-size: 14px;
}

#login-content div.login-submit button img {
	border: 0;
	vertical-align: middle;
}

#login-right-margin-td {
	background-color: #f2f5fa;
}

#login-right-margin {
	width: 265px;
}

#login-right-margin div.login-title {
	background: url('content-margin-header.gif') left top no-repeat;
	width: 265px;
	height: 20px;
	color: white;
	text-indent: 10px;
	font-size: 11px;
	line-height: 20px;
}

#login-right-margin div.login-frame {
	margin: 10px;
	color: #4c5262;
}

#login-right-margin div.login-frame p {
	font-size: 11px;
	margin: 6px 0px 4px 0px;
}

.ots-warning {
	text-align: center;
	background: #FFCA00;
	color: blue;
}

.net3-warning {
	text-align: center;
	background: #FF9900;
	color: blue;
}

.links li {
	list-style: none;
}

.left-info-details { /*	display: none; */
	padding: 3px;
	border-left: 1px solid grey;
}

a.test:visited {
	color: red;
}

#accept-terms {
	overflow: scroll;
	width: 600px;
	height: 400px;
	border: 1px solid gray;
}

#accept-terms #content {
	width: 540px;
}

.top-banner {
	position: absolute;
	left: 500px;
	top: 11px;
}

#content pre {
	padding-left: 40px;
}