body {
	margin: 0px;
	padding: 0px;
	color: #00267f;
	font-family: Tahoma, Verdana, Arial;
	background-color: #fff;
}

/**
 **	background
 */

td.bg_bottom_menu {
	height: 105px;
	line-height: 25px;
	padding: 0;
	vertical-align: top;
	background: #fff url(../gfx/bg_bottom_menu.jpg) no-repeat left top;
}
td.bg_bottom_menu div {
	padding: 0;
	margin: 45px 0 0 15px;
}
td.bg_bottom {
	height: 60px;
	vertical-align: top;
	background: #fff url(../gfx/bg_bottom.jpg) no-repeat left top;
}
td.bg_bottom div {
	padding: 0;
	margin: 6px 0 0 10px;
}
table.bg_news {
	background: #fff url(../gfx/bg_news.gif) repeat-y 0 0;
}

/**
 **	link
 */

a:link,
a:active,
a:visited {
	color: #457bae;
	text-decoration: underline;
}
a:hover {
	color: #1450a8;
	text-decoration: none;
}
a.back:link,
a.back:active,
a.back:visited {
	color: #1450a8;
	text-decoration: none;
	font-weight: bold;
	background: transparent url(../gfx/bg_back_link.gif) no-repeat 0 0;
	padding: 2px 0 3px 23px;
}
a.back:hover {
	color: #457bae;
	text-decoration: underline;
}
td.bg_bottom_menu a:link,
td.bg_bottom_menu a:active,
td.bg_bottom_menu a:visited,
td.bg_bottom_menu a.first:link,
td.bg_bottom_menu a.first:active,
td.bg_bottom_menu a.first:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 0 7px 2px 20px;
	background: transparent url(../gfx/bg_point.gif) no-repeat 0 0;
}
td.bg_bottom_menu a.first:link,
td.bg_bottom_menu a.first:active,
td.bg_bottom_menu a.first:visited {
	padding: 0 7px 2px 0;
	background: none;
}
td.bg_bottom_menu a:hover,
td.bg_bottom_menu a.first:hover {
	color: #00267f;
	text-decoration: none;
}
td.bg_bottom a:link,
td.bg_bottom a:active,
td.bg_bottom a:visited {
	color: #00267f;
	padding: 0 10px 0 10px;
	text-decoration: none;
}
td.bg_bottom a:hover {
	color: #00267f;
	text-decoration: underline;
}
table.bg_news td a:link,
table.bg_news td a:active,
table.bg_news td a:visited {
	color: #00267f;
	text-decoration: none;
}
table.bg_news td a:hover {
	color: #457bae;
	text-decoration: none;
}

/**
 **	common format
 */

td {
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
}
h1 {
	margin: 5px 15px 5px 15px;
	padding: 8px 10px 9px 10px;
	font-size: 11px;
	color: #00267f;
	background: #fff url(../gfx/bg_h1.gif) no-repeat left top;
}
h1.red {
	color: #bf3535;
}
p {
	margin: 10px 15px 10px 15px;
	text-align: justify;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 5px 25px 5px 25px;
}
li {
	margin: 0;
	padding: 9px 20px 2px 25px;
	border-bottom: 1px solid #a1b5d6;
	background: transparent url(../gfx/bg_li_lblue.gif) no-repeat 0 10px;
}
ul li.subtitle {
	font-weight: bold;
}
ul.red li,
ul li.red {
	color: #bf3535;
}
label {
	cursor: pointer;
}
.w120 {
	width: 120px;
}

/**
 **	formats
 */

table.bg_news td p {
	margin-top: 5px;
}
td.data {
	padding: 10px 0 0 0;
}
td.bg_bottom span {
	padding: 6px 0 0 250px;
}
td.left_parameter {
	text-align: right;
	padding-right: 5px;
}
img.hand {
	cursor: pointer;
}
span.error {
	color: #cc0000;
}
.clear {
	clear: both;
}
.fill {
	font-weight: bold;
}
.comment {
	text-align: center;
	color: #576b99;
}

/**
 **	table
 */

table.table {
	margin-top: 10px;
	background: #fff url(../gfx/bg_table.gif) repeat-y 0 0;
}
table.table td.bg_table_bottom {
	background: transparent url(../gfx/bg_table_bottom.gif) no-repeat 0 100%;
}
table.table td.bg_table_bottom div {
	height: 33px;
	font-weight: bold;
	padding: 8px 10px 0 10px;
	margin: 0;
	font-weight: bold;
	background: transparent url(../gfx/bg_table_title.gif) no-repeat 0 0;
}
table.table td.bg_table_bottom p {
	margin: 0 15px 10px 15px;
}
table.table td.bg_table_bottom ul {
	margin: 5px 15px 10px 15px;
}
table.table td.bg_table_bottom li {
	background: transparent url(../gfx/bg_li_white.gif) no-repeat 0 10px;
}

ul li span.left,
ul li span.littleleft,
ul li span.littleleft2 {
	font-weight: bold;
	float: left;
	width: 240px;
}
ul li span.right,
ul li span.bigright {
	float: right;
	width: 80px;
	text-align: right;
}
div span.left,
div span.littleleft {
	float: left;
	width: 270px;
}
div span.right,
div span.bigright {
	float: right;
	width: 100px;
	text-align: right;
	padding-right: 15px;
}
div span.littleleft {
	width: 80px;
}
div span.bigright {
	width: 200px;
}
ul li span.littleleft {
	width: 150px;
}
ul li span.bigright {
	width: 200px;
}
ul li span.littleleft2 {
	width: 230px;
}

/**
 **	form
 */

form {
	margin: 0;
	padding: 0;
	border: 0;
}
input,
textarea {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #00267f;
	height: 22px;
	width: 260px;
	border: none;
	padding: 4px 5px 0 5px;
	margin: 0;
	background: transparent url(../gfx/bg_input260.gif) no-repeat left top;
	background-attachment: expression('fixed');
}
textarea {
	background: transparent url(../gfx/bg_textarea.gif) no-repeat left top;
	width: 260px;
	height: 100px;
	overflow: auto;
}
input.bg_btn {
	height: 20px;
	width: 120px;
	font-weight: bold;
	padding: 0 5px 0 5px;
	cursor: pointer;
	background: transparent url(../gfx/bg_btn.gif) no-repeat left top;
}
input.checkbox {
	width: auto;
	height: auto;
}
input.radio {
	width: auto;
	height: auto;
}
select {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #1c2dad;
	width: 140px;
	background-color: #fff;
}

.clear { clear: both; }
.mt10 { margin-top: 10px }
