body {
	background: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

/* HEADER */
#header {
	background-color: #333333;
	width: 100%;
	height: 71px;
	border-bottom: 1px solid #ffffff;
}

#title {
	font-size: 10px;
	width: 970px;
	height: 20px;
	line-height: 20px;
	color: #cccccc;
	margin: 0px auto;
}

#title a {
	color: #ffffff;
	text-decoration: none;
}

.flags {
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}

.flags img {
	margin: 0px 3px;
}

#navbar {
	background-image: url(images/navbar_bg.png);
	background-repeat: repeat-x;
	border-top: 1px solid #ffffff;	
}

#navbar ul {
	background: none;
	width: 980px;
	height: 50px;
	line-height: 50px;
	list-style: none;
	margin: 0px auto;
	padding: 0px;
	border: none;	
	color: #ffffff;
}

#navbar li {
	display: inline;
	float: left;
}

html>body #navbar li a {
	width: auto;	
}

#navbar li.last {
	border-right: 1px solid #ffffff;
}

#navbar li a:hover, #navbar li .act {
	color: #333333;
}

/* BODY */
#cnt {
	width: 980px;
	margin: 0px auto;
}

.text {
	padding: 20px 10px;
	font-size: 14px;
	line-height: 150%;
}

.text .submenu {	
	width: 960px;
	height: 25px;
	line-height: 25px;
	list-style: none;
	padding: 0px;
	margin-bottom: 40px;
}

.text .submenu li {
	background: #131d49;
	display: inline;
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	padding: 3px 10px;
	margin-right: 1px;
}

.text .submenu .act {
	background:  #CCCCCC;
	color: #131d49;
}

html>body .text .submenu li a {
	width: auto;	
}

.text .submenu li a {
	color: #ffffff;
	display: block;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}

.text h2 {
	margin: 3px 0px;
}

.text a {
	color: #0066FF;
	text-decoration: none;
}

.text a:hover {
	text-decoration: underline;
}

.TB_form {
	width: 100%;
}

.TB_form th {
	text-align: left;
}

.field {
	border: 1px solid #cccccc;
}

.err {
	border: 1px solid #cc0000;
}

/* FOOTER */
#footer {
	width: 980px;
	margin: 0px auto;
	padding-top: 30px;
	padding-bottom: 10px;
	text-align: center;
	color: #121d49;
}

#footer a {
	color: #121d49;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .act {
	text-decoration: underline;
}

#footer .banner {
	margin: 0px 2px;
	margin-bottom: 25px;
}

#footer p {
	margin: 4px;
}