body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
body,td,th {
	font-family: Verdana;
	font-size: 11px;
	color: #00529C;
}

h1, h2, h3{
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Tahoma;
	font-size:13px;	
}
h2 {
	font-family: Tahoma;
	font-size:12px;	
}
h3 {
	font-family: Tahoma;
	font-size:11px;	
}


a {
	color: #00529C;
	text-decoration:underline;
}
a:hover {
	text-decoration: none;
}

form {
	margin: 0px;
	padding: 0px;
}
input, button, textarea, select {
	font-family: Verdana;
	font-size: 11px;
}

.main_table {
	width: 100%;
	height: 100%;	
	border-left: 1px solid #00529C;
	border-right: 1px solid #00529C;
}
.main_table .header {
	height: 188px;
}
.main_table .header table {
	height: 188px;
	width: 100%;
}

.main_table .menu {
	height: 60px;
	background-color:#7B92C4;
	vertical-align: middle;
}
.main_table .menu table {
	height: 60px;
	width: 100%;
	background-color: #00529C;
}
.main_table .menu table td {
	vertical-align:middle;
	text-align:center;
}
.main_table .menu table td.search {
	border-top: 11px solid #7B92C4;
	border-bottom: 11px solid #7B92C4;	
}
.main_table .menu table td a {
	font-family: Tahoma;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	vertical-align:middle;
	text-align:center;	
}

.menu_list td {
	border-top: 11px solid #7B92C4;
	border-bottom: 11px solid #7B92C4;
	padding-left:5px;
	padding-right:5px;	
}
.menu_list td.menu_active {
	border-top: 11px solid #FDB945;
	border-bottom: 11px solid #FDB945;	
}

.content {
	vertical-align:top;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;	
	padding-bottom:10px;	
}
.content table {
	width:100%;
	height:100%;
}
.content table td.block {
	vertical-align:top;
}
.content table td.block table {
	height:auto;
	margin-bottom: 10px;
}
.content table td.block table th {
	text-align:left;
	background-color:#FDB945;
	padding: 5px;
	font-family: Tahoma;
	font-size:13px;	
}
.content table td.block table th a {
	color: #00529C;
	text-decoration:none;
}
.content table td.block table th a:hover {
	text-decoration: underline;
}

.content table td.block table td {
	padding: 5px;
}
.content table td.block table td a {
	color: #00529C;
	text-decoration:underline;
}
.content table td.block table td a:hover {
	text-decoration: none;
}

.content table td.bottom {
	height:70px;
	border-top:3px solid #00529C;
}

.content table td.bottom table.lang td {
	font-size:12px;
}

.content table td.bottom .copyright {
	font-family: Tahoma;
	font-size:10px;	
}


#submenu {
	list-style:none;
	padding:0px;
	margin:0px;
	margin-bottom:25px;	
}
#submenu li {
	min-height:25px;
	background-color:#FDB945;
	padding:5px;
	margin-bottom:7px;
}
#submenu li.active {
	background-color:#7B92C4;
}
#submenu li.active a {
	color:#FFFFFF;
	text-decoration:none;
}

.list_table td {
	border-bottom: 1px solid #00529C;
}


.tbox_search {
	height:18px;
	width:102px;
	border:1px solid #FFFFFF;
	background-color:#B6C0DF;
	color:#00529C;
	padding:1px;
}
