body {
	margin: 0;
	margin-top : 40px;
	padding: 0;
	background-color: #373386;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url('/App_Themes/2007/bg.gif');
	background-repeat:repeat-x;
	}
	
html>body { /* be nice to Opera */
	font-size: small;
	}
a 
{
	color:#ffffff;
}
a:link {
	color: #ffffff;
	}
	
a:hover {
	text-decoration: underline;
	color: #abaed2;
	}
	
a:visited {
	color: #ffffff;
	}

a:active {
	color: #ffffff;
	}

.mainTableWidth {
	width: 905px;
	}

.text {
	font-size: 8px;
	line-height: 16px;
	padding: 0 0 0 20px;
	list-style-type : disc;
	}
.textwhite {
	font-size: 11px;
	font-color: #ffffff;
	line-height: 16px;
	padding-bottom: 5px;
	list-style-type : disc;
	word-spacing: 1px;
	font-family: arial;
	}

.title {
	
	color:#ffffff;
	letter-spacing: 1px;
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 5px;
	font-weight: bold;
	}

.titlemain {
	
	color:#aaffff;
	font-size: 11px;
	font-weight: bold;
	}
	
.lightBackgr {
	background-color: #d4d7e9;
	}

.darkBackgr {
	background-color: #292677;
	}
	
.glossaryTitle {
	color: #878bac;
	font-weight: bold;
	}
	
.glossaryTitleWhite {
	color: #ffffff;
	font-weight: bold;
	}

.ul {
	padding:10px; 
	margin:0px;
	font-size: 8px;
	}
	
.li {
	list-style-type : disc;
	font-size: 8px;
	}
.lista {
	list-style-type : disc;
	font-size: 8px;
	}
	
	
/* LEFT NAV */

 #navlist {
 	float: left;
	width: 155px;
	margin: 0px;
	padding: 0px;

 	}

 #navlist li {
	list-style: none;
	text-align: left;
	margin:0px;
	padding:0px;
 	}

 #navlist li a {
 	font-size: 75%;
	display: block;
	padding: 5px 0px 5px 5px;
	text-decoration: none;
	border-left-style: solid;
	border-left-width: 10px;
	border-left-color: #292677;
 	}

#navlist li a:link {
	color: #ffffff;
	}

#navlist li a:visited { 
	color: #ffffff; 
	}

#navlist li a#current {
	background-color: #484596;
	border-color: #484596;
 	}
 
#navlist li a:hover {
	color: #ffffff;
	background-color: #484596;
	border-color: #21265e;
 	}
 
 
/* TOP NAV */

#breadcrumbsnav {
	width:540px;
 	float:left;
	margin:0;
	list-style: none;
	font-size: 75%;
	letter-spacing: 1px;
	font-weight: bold;
 	color: #ffffff;
 	}
	
#breadcrumbsnav li {
  	float: left;
	margin:0;
 	}
			
#breadcrumbsnav a {
	display: inline;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 0px 4px 0px 0px;
 	color: #878bac;
 	}

#breadcrumbsnav a:hover {
	color: #ffffff;
 	}


/* FORM */

.formdropdown {
	font-size: 10px;
	margin-bottom: 3px;
}
.formbtnsearch {
	font-size: 10px;
}


/* SEARCH RESULTS */

.searchresulttitle {
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 5px;
	line-height: 17px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	}

.searchresulttext {
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 5px;
	line-height: 17px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
	}

.searchresulthilight {
	color: #ffcc00;
	}
	
	
/* CUSTOMIZED FORMATTING */

/* For overlib, worldmap : list of countries */
.countryselection, .countryselection a:link {
	line-height: 17px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;
	text-decoration:none;
}

.countryselection a:hover {
	text-decoration:underline;
}

table.Bubble
{
	border: solid 1px #000000;
	color: #ffffff;
	background-color: #484596;
}
td.BubbleItem
{
	font-size: 11px;
	padding: 1px;
}
td.BubbleItem:hover
{
	background-color: #292677;
}
