/***********************************************/
/* emx_nav_right.css                           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	color: #333333;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
	background: #03509A;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p, td {
	font: 12px/17px Arial, Helvetica, sans-serif;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #408CD9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


.LINK-languages {
	text-decoration: none;
	font-size: 11px;
	line-height: 11px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	}
.LINK-languages:link {
	color: #3F8AD6;
	}
.LINK-languages:hover { 
	color: #03509A;
	text-decoration: none;
	}
.LINK-languages:visited { 
	color: #3F8AD6;
	}
.LINK-languages:visited:hover { 
	color: #03509A;
	text-decoration: none;
	}
.LINK-land {
	text-decoration: none;
	font-size: 12px;
	line-height: 11px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;	
	}
.LINK-land:link {
	color: #03509A;
	}
.LINK-land:hover { 
	color: #3F8AD6;
	text-decoration: none;
	}
.LINK-land:visited { 
	color: #03509A;
	}
.LINK-land:visited:hover { 
	color: #3F8AD6;
	text-decoration: none;
	}
	

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#pageBodySplash {
	text-align: center;
	padding: 90px 6px 6px 6px;
}
#pageBodyBorderTop {
	padding: 0px 0px 0px 0px;
}
.splashLogoLanguages {
	padding: 0px 0px 0px 15px;
}
.splashLogoLanguages .country {
	font-size: 12px;
	line-height: 12px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #03509A;
}
.splashLogoLanguages .links {
	color: #A2C7EB;
	line-height: 12px;
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.countriesSpacer {
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
}
.td-shadowBottomMiddle {
	background: #03509A url(../images/bottom/shadow_middle.gif) repeat-x;
}
.td-splashContent {
	background: #FFFFFF url(../images/splash/background.gif) repeat-x;
}
.td-shadowRight {
	background: #03509A url(../images/shadow_right.gif) repeat-y;
}
.td-shadowLeft {
	background: #03509A url(../images/shadow_left.gif) repeat-y;
}

