a {
	text-decoration: none;
}

a img {
	border: none;
}

#main_content a {
	color: #003366;
	text-decoration:none;
	/*border-bottom: 1px dashed #003366;*/
}
#main_content a:hover {
	color: #e52b17;
	text-decoration: underline;
	border-bottom: none;
}


.menu {
	font-size:12px;
	font-weight:bold;
	color: #ffffff;
	text-align: left;
	vertical-align: middle;
}

.menu:hover {
	color: #ffc10e;
	text-decoration: underline;
}

.submenu {
    font-weight: normal;
	font-size:11px;
	color: #ffffff;
	text-align: left;
	vertical-align: middle;
}

.submenu:hover {
	color: #ffc10e;
	text-decoration: underline;
}

.lang:link {
color:#ffffff;
text-decoration:none;
font-weight:bold;
text-align:left;
}

.lang:hover{
color:#ffc10e;
text-decoration:underline;
font-weight:bold;
text-align:left;
}

.lang:visited {
color:#ffffff;
text-decoration:none;
font-weight:bold;
text-align:left;
}



.text {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	text-align:justify;
	line-height: 18px;
}

.title {
	font-size: 16px;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
.tbl_border{

	border: solid 1px #003366;
	/*
	border-color:#003366;
	border-left-width:1;
	border-right-width:1;
	*/
}
