.linksBg {
	background-image: url(../images/london_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.innerlinksBg {
	background-image: url(../images/inner_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.flashBg {
	background-image: url(../images/london_04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.indexbaseBg {
	background-image: url(../images/london_05.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.innerbaseBg {
	background-image: url(../images/inner_05.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.innertextBg {
	background-image: url(../images/inner_04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.logoBg {
	background-image: url(../images/logoBg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.contactBg {
	background-image: url(../images/contactBase.jpg);
	background-repeat: no-repeat ;
	background-position: left top;
}
.links {
	font-family: Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.links a{
	font-family: Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.links a:hover{
	font-family: Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #FFFF99;
	text-decoration: none;
}
.bold {
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}
.bigbold {
	font-family: Helvetica;
	font-size: 15px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}
.whitetext{
	font-family: Helvetica;
	font-size: 12px;
	font-weight: normal;
	line-height:18px;
	color: #ffffff;
	text-decoration: none;
}
.whitetext a{
	font-family: Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFff;
	text-decoration: none;
}
.whitetext a:hover{
	font-family: Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFff;
	text-decoration: underline;
}
.whitebold {
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.whitebold a{
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}
.whitebold a:hover{
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #FFffff;
	text-decoration: none;
}
.blacktext{
	font-family:Helvetica;
	font-size: 12px;
	font-weight: normal;
	line-height:18px;
	color: #333333;
	text-decoration: none;
}
.blacktext a{
	font-family: Helvetica;
	font-size: 11px;
	font-weight: bold;
	line-height:18px;
	color: #FF6600;
	text-decoration: none;
}
.blacktext a:hover{
	font-family: Helvetica;
	font-size: 11px;
	font-weight: bold;
	line-height:18px;
	color: #FF6600;
	text-decoration: underline;
}
.button {
	font-family: Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
	background-color: #efefef;
	border: 1px dotted #A19F80;
}
.textbox {
	font-family: Helvetica;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	border: 1px dotted #A19F80;
}
.border {
	border: 1px solid #BACCDA;
}
