/* -------- CSS - EU-IN-YOUR-COUNTRY : default css  -------- */

/* --- TAGS and pseudoclasses --------------------------------------------------- */

h1 {
	margin-bottom: 0px;
}

h2 {
	font-size: 140%;
	color: #FFFFFF;
	padding-left: 25px;
	padding-top: 35px;
}

a:link { color: #2D65AA; text-decoration: none; }
a:visited { color: #2D65AA; text-decoration: none; }
a:hover { color: #2D65AA; text-decoration: underline; }



/* --- BANNER SECTION --- */

.tdLanguageSelector {
	width: 100%;
	color: #006699;
	background-color: transparent;
}

.tdLanguageSelector a:link, .tdLanguageSelector a:visited, .tdLanguageSelector a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	font-weight: bold;
	background-color: transparent;
	text-decoration: underline;
}


/*-------- CONTENT ---------*/

.TabPad {
	padding-left: 55px;
}

.tdContent {
	background-image: url(../images/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	border-top: 1px solid #FFFFFF;
	background-color: #5A87DA;
	height: 460px;
}

.tdContent ul {
	list-style-type: none;
	list-style-position: outside;
	margin-left: 25px;
	font-weight: bold;
	font-size: 110%;
}

.tdContent a:link {
	color: #1A497F;
	text-decoration: underline;
}

.tdContent a:visited {
	color: #1A497F;
	text-decoration: underline;
}

.tdContent a:hover {
	color: #1A497F;
	text-decoration: underline;
}

.AnoLink {
	color: #000066;
}