BODY {
	background-color: #003399;
	font-family: Verdana, sans-serif;
	margin: 0px;
}

A:link, A:visited {
	color: black;
	text-decoration: underline;
}

A:active {
	color: black;
	text-decoration: none;
}

A:hover {
	color: #003399;
	text-decoration: underline;
}

.info {
	font-size: 0.8em;
}

TABLE.topbar {
	background-color: #6487DC;
	color: black;
	margin: 0px;
	padding: 3px 3px 3px 15px;
	width: 100%;
	border-style: solid;
	border-color: #FFCC00;
	border-width: 0 0 1px 0;
	font-size: 0.8em;
}

TABLE.window_outer_border {
	color: #FFCC00;
	border-style: solid;
	border-color: #FFCC00;
	border-width: 1px;
}

TABLE.window_inner_border {
	color: black;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

TABLE.window_titlebar {
	background-color: #0148B2;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	width: 100%;
	height: 28px;
	color: white;
	font-size: 0.8em;
        font-weight: bold;
}

.titlebar_font {
	color: white;
	font-size: 0.8em;
        font-weight: bold;
}

TABLE.window_body {
	background-color: #D6DFF5;
	color: black;
	border-style: solid;
	border-color: black;
	border-width: 1px 1px 0 1px;
	width: 100%;
	padding: 0px;
}

TABLE.window_infobar {
	background-color: #8CAAE6;
	color: black;
	border-style: solid;
	border-color: black;
	border-width: 1px 1px 0 1px;
	width: 100%;
}

TABLE.window_buttonbar {
	background-color: #8CAAE6;
	color: black;
	border-style: solid;
	border-color: black;
	border-width: 1px 1px 1px 1px;
	width: 100%;
}

TD.window_body {
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 0.8em;
}

TD.window_body_l {
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 4px;
	font-size: 0.8em;
}

TD.window_body_c {
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 0.8em;
}

TD.window_body_r {
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 8px;
	font-size: 0.8em;
}

TABLE.window_ruler {
	background-color: #FFCC00;
	height: 1px;
}

TABLE.button {
	background-color: #E6EAD8;
	color: black;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	font-family: Verdana, sans-serif;
	font-size : 8pt;
	font-weight: normal;
	font-style: normal;
	padding: 0px;
}

TABLE.button_ok {
	background-color: #9BFF66;
	color: black;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	font-family: Verdana, sans-serif;
	font-size : 8pt;
	font-weight: normal;
	font-style: normal;
	padding: 0px;
}

TABLE.button_cancel {
	background-color: #FFCC00;
	color: black;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	font-family: Verdana, sans-serif;
	font-size : 8pt;
	font-weight: normal;
	font-style: normal;
	padding: 0px;
}

INPUT.inline_button {
	width: 24px;
	font-family: Verdana, sans-serif;
	font-size : 6pt;
	font-weight: bold;
	font-style: normal;
	text-indent : 0px;
	line-height : 10px;
	background-color: #E6EAD8;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	cursor: hand;
}

INPUT.header_button {
	width: 60px;
	font-family: Verdana, sans-serif;
	font-size : 6pt;
	font-weight: bold;
	font-style: normal;
	text-indent : 0px;
	line-height : 10px;
	background-color: #E6EAD8;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	cursor: hand;
}

INPUT.button {
	font-family: Verdana, sans-serif;
	font-size : 8pt;
	font-weight: normal;
	font-style: normal;
	text-indent : 0px;
	line-height : 17px;
	background-color: #E6EAD8;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	cursor: hand;
}

INPUT.button_ok {
	width: 85px;
	font-family: Verdana, sans-serif;
	font-size : 8pt;
	font-weight: normal;
	font-style: normal;
	text-indent : 0px;
	line-height : 17px;
	background-color: #9BFF66;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	cursor: hand;
}

INPUT.button_cancel {
	width: 85px;
	font-family: Verdana, sans-serif;
	font-size : 8pt;
	font-weight: normal;
	font-style: normal;
	text-indent : 0px;
	line-height : 17px;
	background-color: #FFCC00;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	cursor: hand;
}

<!-- Wizards -->
.wizard_font {
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
}
.wizard_font_table {
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	font-style: underline;
}
.wizard_header {
	color: white;
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
}
.wizard_status_font {
	color: red;
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
}

TABLE.wizard_step {
	background-color: black;
	margin: 0px;
	padding: 0px;
}
TD.wizard_step_active {
	color: black;
	background-color: #FFC0C0;
	font-family: Verdana, sans-serif;
	font-size: 6pt;
	font-weight: bold;
	text-align: center;
	width: 15px;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
}
TD.wizard_step {
	color: black;
	background-color: #E0F0FF;
	font-family: Verdana, sans-serif;
	font-size: 6pt;
	text-align: center;
	width: 15px;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
}

.wizard_button_small {
	width: 60px;
	font-family: Verdana, sans-serif;
	font-size : 6pt;
	font-weight: bold;
	font-style: normal;
	text-indent : 0px;
	line-height : 10px;
}
.wizard_button {
	width: 80px;
	font-family: Verdana, sans-serif;
	font-size : 0.6em;
	font-weight: normal;
	font-style: normal;
	text-indent : 0px;
	line-height : 17px;
}
.wizard_button_bold {
	width: 80px;
	font-family: Verdana, sans-serif;
	font-size : 0.6em;
	font-weight : bold;
	font-style: normal;
	text-indent : 0px;
	line-height : 17px;
}

.news {
	font-family: Verdana, sans-serif;
	font-size : 0.7em;
	font-weight: normal;
	font-style: normal;
}

.small {
	font-family: Verdana, sans-serif;
	font-size : 0.7em;
	font-weight: normal;
	font-style: normal;
}
