/** BASIC */

#dropmenudiv{
position:absolute;
border:0px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 8px;
border-top: 1px solid #999999;
padding: 1px 0;
color:#FFFFFF;
text-decoration: none;
font-weight: none;
}

#dropmenudiv a:hover {
background-color:#666666;
}

body {
	margin: 0px;
	padding: 0px;
	background-color:#333333;
}

/** FORMS */

form {
	margin: 0px;
	padding: 1em 1em 1em 1em;
}

/** HEADINGS */

h1, h3, h4, h5, h6 {
	margin: 0px 0px 15px 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

h2 {
	padding-left:1em; 
	font-size:14px; 
	font-weight:bold
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 16px;
	font-size: 11px; 
	padding-left:2em; 
	padding-right:2em;
}

/** LINKS */

a {
	color:#999999;
}

a:link {
	text-decoration:none;
	}
	
a:hover {
	text-decoration: none;
	color:#CCCCCC;
	cursor:hand;
}

a:visited {
	text-decoration:none;
	}

.link1:hover {
	text-decoration: underline;
}

/** STYLES */

.style_note {padding-top:1em}
.style_button {font-size: 12px; color:#FFFFFF}
.style_nav {font-size: 12px; font-weight: bold; padding:1em 0em 0.5em 0em}

/** BACKGROUNDS */

.bg1 { background: url(images/homepage01.gif) repeat-x left top; }
.bg2 { background: #FFFFFF url(images/homepage06.gif) repeat-y left top; }
.bg3 { background: url(images/homepage11.gif) repeat-x left top; }
.bg4 { background: url(images/homepage12.gif) no-repeat 4px 3px; }
.bg5 { background: url(images/homepage17.gif) repeat-x left top; }

/** MISC */

img { border: none; }

th  /* to give background colour to the table head wherever used */
{
	background-color:#666666;
	text-align:center;
}

.addresstable  /* used on bureaux_locator.asp page to display addresses */ 
{
	font-family:arial,verdana,helvetica;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color:#666666;
	border-right-color:#666666;
	border-bottom-color:#666666;
	border-left-color:#666666;	
	/*letter-spacing: 0.5px;	*/
	line-height:2;	
}

/*li { padding-bottom:2px; }*/
.qanda li { padding-bottom:10px; }

.bold { font-weight:bold; }

#Language { padding:30px 0px 0 12px; font-size:13px; font-weight:bold; }

.BranchTable td {
	border-bottom-style:solid; 
	border-bottom-width:thin;
}

td.NoBottomBorder { 
	border-bottom-width:0;
}
