body {
	margin: 3px 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #9CBEE4;
	background-image: url(images/backGround/bG1.jpg);
}
.copyright {
	font-family: Arial, "Trebuchet MS", Verdana;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.bold-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #0066FF;
	text-decoration: underline;
	font-style: normal;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
.global-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.global-link {
	color: #0066FF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#list-menu {
	width: 132px;
}

#list-menu ul {
margin: 0; 
padding: 0;
list-style-type: none;
} 

#list-menu li {
	margin: 0px;
} 

#list-menu a {
	display: block;
	width:185px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 3px;
	margin: 0px;
} 

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #000000;
}

#list-menu a:hover {
	border: 1px solid #000000;
	color: #ffffff;
	background-color: #3366FF;
	margin: 0px;
	padding: 3px;
} 



.address {
	font-family: Verdana, Arial;
	font-size: 11px;
}
a:visited {
	color: #3366FF;
}
