@charset "utf-8";
/* CSS Document for World Diplomatic Guide, developed by DON Alabee(http://www.alabee.150m.com) */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #deeefb;
	margin: 0px;
	padding: 0px;
	background-image: url(images/web-background.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}


.tableMain
{
	width: 100%;
	height: 100%;
	border: none;
}

td
{
	vertical-align: middle;
}

div { border: none; }

.divMain {
	position:absolute; 
	left:10px; 
	top:10px; 
	width:62px; 
	height:43px; 
	z-index:1;
}

.divLanguages {
	position: relative;
	left: 55%;
	width: 45%;
}

.languages {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
}

.languagespicto {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
}



a:link
{
	text-decoration:none;
	color:#000099;
}

a:visited
{
	text-decoration:none;
	color:#000099;
}

a:active
{
	text-decoration:none;
	color:#000099;
}

a:hover
{
	text-decoration:none;
	color: #FFFFFF;
}


.select
{
	font-size:16px;
	color:#000000;
	font-weight:bold;
	color: #000033;

}


.thickwhiteborder
{
	border:2px #FFFFFF;
}


